Disconnected (no auth attempts)

Reindl Harald h.reindl at thelounge.net
Mon Jul 28 09:12:31 UTC 2014


Am 28.07.2014 11:01, schrieb Michael Pierce:
> 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.

the client did not make any auth attempt
dovecot just logs what is happening

mostly when that happens the client is configured for a auth mech like
CRAM-MD5 and the server does not support it, so the client connects, get
from the server the list of supported auth-mechs and says "hm it don't
support what the user configured, bye"

> 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]
> 

-- 

Reindl Harald
the lounge interactive design GmbH
A-1060 Vienna, Hofmühlgasse 17
CTO / CISO / Software-Development
m: +43 (676) 40 221 40, p: +43 (1) 595 3999 33
icq: 154546673, http://www.thelounge.net/

http://www.thelounge.net/signature.asc.what.htm

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 246 bytes
Desc: OpenPGP digital signature
URL: <http://dovecot.org/pipermail/dovecot/attachments/20140728/698b52b1/attachment.sig>


More information about the dovecot mailing list