Displaying 2 results from an estimated 2 matches for "info_log".
2008 Jul 01
2
"select NULL as password..." failing after upgrade to dovecot-1.1
...ncat('/mail/var/dovecot/',login) AS userdb_home, 501 AS userdb_uid,
501 AS userdb_gid FROM users WHERE login='%n' AND
password=old_password('%w')" with dovecot-1.0.15 and it worked perfectly.
But since upgrade the server can not authenticate any users, complaining
in info_log: "Empty password returned without no_password".
How to set up such things in dovecot-1.1? Is it possible?
--
Sergey Ivanov.
2009 Mar 27
2
dovecot-1.1.13 auth-worker killed
...s/kernel/core_pattern is set to /tmp/core.
Regards,
Jiri Novosad
My dovecont -n:
# 1.1.13: /packages/run.64/dovecot-1.1.13//etc/dovecot.conf
# OS: Linux 2.6.18-92.1.22.el5 x86_64 Red Hat Enterprise Linux Server release 5.3 (Tikanga) ext3
base_dir: /var/run/dovecot/
log_path: /var/log/dovecot/log
info_log_path: /var/log/dovecot/info_log
protocols: pop3s imaps pop3 imap
listen(default): *
listen(imap): *
listen(pop3): *:110
ssl_listen(default):
ssl_listen(imap):
ssl_listen(pop3): *:995
ssl_cert_file: /etc/ssl/cert-anxur.fi.muni.cz.pem
ssl_key_file: /etc/ssl/serverkey-anxur.fi.muni.cz.pem
ssl_parame...