[Dovecot] Stuck with authentication for my dovecot installation.
Tru Pheenix
trupheenix at gmail.com
Sat Nov 2 22:20:51 EET 2013
Hello!
I have been following instructions from here to setup dovecot along with
postfix and postgresql and sasl2.
I try to login but I keep getting the following messages in
/var/log/mail.log
Nov 2 19:51:39 localhost dovecot: ssl-params: Warning: Killed with
signal 15 (by pid=1 uid=0 code=kill)
Nov 2 19:51:39 localhost dovecot: anvil: Warning: Killed with signal
15 (by pid=1 uid=0 code=kill)
Nov 2 19:51:39 localhost dovecot: config: Warning: Killed with signal
15 (by pid=1 uid=0 code=kill)
Nov 2 19:51:39 localhost dovecot: log: Warning: Killed with signal 15
(by pid=1 uid=0 code=kill)
Nov 2 19:51:39 localhost dovecot: master: Warning: Killed with signal
15 (by pid=1 uid=0 code=kill)
Nov 2 19:51:44 localhost dovecot: master: Dovecot v2.0.19 starting up
(core dumps disabled)
Nov 2 19:53:11 localhost dovecot: master: Warning: Killed with signal
15 (by pid=1 uid=0 code=kill)
Nov 2 19:53:11 localhost dovecot: log: Warning: Killed with signal 15
(by pid=1 uid=0 code=kill)
Nov 2 19:53:11 localhost dovecot: master: Dovecot v2.0.19 starting up
(core dumps disabled)
Nov 2 19:53:29 localhost dovecot: auth: Debug: Loading modules from
directory: /usr/lib/dovecot/modules/auth
Nov 2 19:53:29 localhost dovecot: auth: Debug: Module loaded:
/usr/lib/dovecot/modules/auth/libdriver_pgsql.so
Nov 2 19:53:29 localhost dovecot: auth: Debug: auth client connected
(pid=12718)
Nov 2 19:53:29 localhost dovecot: auth: pgsql(localhost): Connected
to database mails
Nov 2 19:53:41 localhost dovecot: auth: Debug: client in:
AUTH#0111#011PLAIN#011service=imap#011secured#011lip=127.0.0.1#011rip=127.0.0.1#011lport=143#011rport=58759#011resp=<hidden>
Nov 2 19:53:41 localhost dovecot: auth: Debug:
sql(someone at mydomain.com,127.0.0.1): query: SELECT userid as user,
password FROM users WHERE userid = 'someone at mydomain.com'
Nov 2 19:53:41 localhost dovecot: auth:
sql(someone at mydomain.com,127.0.0.1): Password mismatch
My doveconf -n gives the following output
# 2.0.19: /etc/dovecot/dovecot.conf
# OS: Linux 3.2.0-24-virtual i686 Ubuntu 12.04 LTS
auth_debug = yes
auth_verbose = yes
passdb {
args = /etc/dovecot/dovecot-sql.conf
driver = sql
}
passdb {
driver = pam
}
protocols = " imap pop3"
ssl_cert = </etc/ssl/certs/dovecot.pem
ssl_key = </etc/ssl/private/dovecot.pem
userdb {
args = /etc/dovecot/dovecot-sql.conf
driver = sql
}
userdb {
driver = passwd
}
Please let me know what is wrong.
Regards
Tru Pheenix
More information about the dovecot
mailing list