Undestanding maillog?

Charles Bradshaw brad at bradcan.homelinux.com
Thu Oct 24 17:35:58 EDT 2013


Hello List

Sorry about the long post.

I am trying hard to get to understand my /var/log/maillog when
connecting to cyrus-imapd.

When I open Evolution and connect /var/log/maillog says:
Oct 24 21:52:33 dell2600 imaps[15186]: starttls: SSLv3 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits new) no authentication
Oct 24 21:52:33 dell2600 imaps[15186]: login: testbox.mydomain.com [192.168.0.8] me at mydomain.com DIGEST-MD5+TLS User logged in SESSIONID=<dell2600.bradcan.homelinux.com-15186-1382647953-1>

What does the first log entry above "no authentication" mean? Imediatly followed by User logged in!

TIA, Charles Bradshaw
~o~

I'm using Evolution for testing configured like this:
 Receiving:
  IMAP port 993
  SSL encryption
  DIGEST-MD5
 Sending:
  SMTP port 587
  TLS encryption
  DIGEST-MD5 authentication

~o~

/etc/imapd.conf contains:

configdirectory: /var/lib/imap
partition-default: /var/spool/imap
admins: cyrus
sievedir: /var/lib/imap/sieve
sendmail: /usr/sbin/sendmail
hashimapspool: true
sasl_pwcheck_method: auxprop
sasl_mech_list: PLAIN DIGEST-MD5 CRAM-MD5
#
sasl_auxprop_plugin:sql
sasl_sql_engine:mysql
sasl_sql_hostnames:127.0.0.1:3306
sasl_sql_user:mail
sasl_sql_passwd:qy19pbV63
sasl_sql_database:mail
sasl_sql_select:SELECT pwd('%u','%r');
#
allowplaintext: no
unixhierarchysep: yes
virtdomains: userid
#
tls_cert_file: /etc/pki/cyrus-imapd/cyrus-imapd.pem
tls_key_file: /etc/pki/cyrus-imapd/cyrus-imapd.pem
tls_ca_file: /etc/pki/tls/certs/ca-bundle.crt
tls_cipher_list: TLSv1:SSLv3:!NULL:!EXPORT:!DES:!LOW:@STRENGTH

~o~

/etc/cyrus.conf Contains:
# standard standalone server implementation

START {
  # do not delete this entry!
  recover	cmd="ctl_cyrusdb -r"

  # this is only necessary if using idled for IMAP IDLE
  idled		cmd="idled"
}

# UNIX sockets start with a slash and are put into /var/lib/imap/sockets
SERVICES {
  # add or remove based on preferences
  imap		cmd="imapd" listen="imap" prefork=5
  imaps		cmd="imapd -s" listen="imaps" prefork=1
  pop3		cmd="pop3d" listen="pop3" prefork=3
  pop3s		cmd="pop3d -s" listen="pop3s" prefork=1
  sieve		cmd="timsieved" listen="sieve" prefork=0

  # these are only necessary if receiving/exporting usenet via NNTP
#  nntp		cmd="nntpd" listen="nntp" prefork=3
#  nntps		cmd="nntpd -s" listen="nntps" prefork=1

  # at least one LMTP is required for delivery
#  lmtp		cmd="lmtpd" listen="lmtp" prefork=0
  lmtpunix	cmd="lmtpd" listen="/var/lib/imap/socket/lmtp" prefork=1

  # this is only necessary if using notifications
#  notify	cmd="notifyd" listen="/var/lib/imap/socket/notify" proto="udp"
prefork=1
}

EVENTS {
  # this is required
  checkpoint	cmd="ctl_cyrusdb -c" period=30

  # this is only necessary if using duplicate delivery suppression,
  # Sieve or NNTP
  delprune	cmd="cyr_expire -E 3" at=0400

  # this is only necessary if caching TLS sessions
  tlsprune	cmd="tls_prune" at=0400
}

~o~

/etc/services contains:
imap  143/tcp
imaps 993/tcp






More information about the Info-cyrus mailing list