<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
Timo Sirainen wrote:
<blockquote cite="mid1151776772.22953.81.camel@hurina" type="cite">
<pre wrap="">On Wed, 2006-06-28 at 07:32 -0700, Marc Perkel wrote:
</pre>
<blockquote type="cite">
<pre wrap="">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(<a class="moz-txt-link-abbreviated" href="mailto:mark@marxmail.net,64.81.213.137">mark@marxmail.net,64.81.213.137</a>): pam_authenticate() failed:
Authentication failure
</pre>
</blockquote>
<pre wrap=""><!---->
It seems to be using wrong dovecot.conf file. Above there's no PAM
configured, but here it's using PAM.
</pre>
</blockquote>
<br>
Right - hmmmmm - so why would it be using the wrong one? The one I want
it to use is /etc/dovecot.conf. Is there another default?<br>
</body>
</html>