Fwd: Disconnected (no auth attempts)

Michael Pierce michael.pierce08 at gmail.com
Mon Jul 28 09:01:54 UTC 2014


Hi,

Firstly, I'd like to apologise if this is really simple or the answers
available easily.  I have searched and tried to solve this alone but with
no success.

I'm having an issue with dovecot to which its reporting "Disconnected (no
auth attempts)" in the info log file.  From what I understand this is
usually due to SSL not being enabled (however, ssl = required is in the
config).  I hope someone can help.  I have included config file, and log
file information below.

Please and Thanks,
Michael Pierce

ps, apologies if I was supposed to pastebin these, I was not sure.
*dovecot -n*
# 2.0.9: /etc/dovecot/dovecot.conf
# OS: Linux 3.10.9-xxxx-grs-ipv6-64 x86_64 CentOS release 6.5 (Final)
auth_debug_passwords = yes
base_dir = /var/run/dovecot/
disable_plaintext_auth = no
first_valid_uid = 200
info_log_path = /var/log/dovecot-info.log
log_path = /var/log/dovecot.log
mail_gid = 12
mail_uid = 200
passdb {
  args = /etc/dovecot/dovecot-sql.conf
  driver = sql
}
protocols = imap
ssl = required
ssl_cert = </etc/pki/dovecot/certs/dovecot.pem
ssl_key = </etc/pki/dovecot/private/dovecot.pem
userdb {
  driver = prefetch
}
userdb {
  args = /etc/dovecot/dovecot-sql.conf
  driver = sql
}

*dovecot-sql.conf*
driver = mysql
connect = host=/var/run/mysqld/mysqld.sock dbname=mailreader_mail
user=[removed] password=[removed]
default_pass_scheme = SHA512
password_query = SELECT email as user, password,
'maildir:/home/mail'||maildir as userdb_mail FROM users WHERE email = '%u'

dovecot-info.conf
Jul 28 10:58:50 master: Info: Dovecot v2.0.9 starting up (core dumps
disabled)
Jul 28 10:58:59 auth: Debug: Loading modules from directory:
/usr/lib64/dovecot/auth
Jul 28 10:58:59 auth: Debug: Module loaded:
/usr/lib64/dovecot/auth/libauthdb_ldap.so
Jul 28 10:58:59 auth: Debug: Module loaded:
/usr/lib64/dovecot/auth/libdriver_mysql.so
Jul 28 10:58:59 auth: Debug: Module loaded:
/usr/lib64/dovecot/auth/libdriver_sqlite.so
Jul 28 10:58:59 auth: Debug: Module loaded:
/usr/lib64/dovecot/auth/libmech_gssapi.so
Jul 28 10:58:59 auth: Debug: auth client connected (pid=22493)
Jul 28 10:59:00 imap-login: Info: Disconnected (no auth attempts):
rip=[removed], lip=[removed]


More information about the dovecot mailing list