On Wed, 2006-06-28 at 07:32 -0700, Marc Perkel wrote:
Works great with all the beta versions. I installed RC1 and get massive authentication failures.
auth_debug_passwords = yes auth_master_user_separator=*
auth default_with_listener { mechanisms = plain
passdb passwd-file { # Master users that can log in as anyone args = /etc/dovecot.masterusers master = yes #pass =yes }
passdb passwd-file { # Path for passwd-file args = /etc/vmail/shadow.%d }
userdb passwd-file { # Path for passwd-file args = /etc/vmail/passwd.%d }
socket listen { master { path = /var/run/dovecot/auth-master mode = 0666 } }
}
dovecot: Jun 28 07:18:57 Info: auth(default): pam(mark@marxmail.net,64.81.213.137): pam_authenticate() failed: Authentication failure
It seems to be using wrong dovecot.conf file. Above there's no PAM configured, but here it's using PAM.