Timo--<br>
<br>
Actually, I did figure that out. It's been a long weekend. The problem
I'm having now is the fact that I can login with POP3 and everything
works but when I login with IMAP I get the following error:<br>
<br>
PLAIN authentication failed. None of the authentication methods
supported by your IMAP server (if any) are supported on this computer.<br>
<br>
I'm using Outlook Express 6.x since that's what most all my clients use. Under auth_default{} I have it set with:<br>
<br>
passdb passwd-file {<br>
&nbsp;&nbsp;args = /mail/%d/etc/passwd<br>
}<br>
<br>
I have it set like that in both spots listed under auth_default, do I
need to uncomment auth default_with_listener and set things up within
there?<br>
<br><br><div><span class="gmail_quote">On 4/24/06, <b class="gmail_sendername">Timo Sirainen</b> &lt;<a href="mailto:tss@iki.fi">tss@iki.fi</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Sun, 2006-04-23 at 19:12 -0400, Tom Ray wrote:<br>&gt; Apr 23 18:54:19 www dovecot: auth(default):<br>&gt; pam(<a href="mailto:user@domain.tld">user@domain.tld</a>,<a href="http://127.0.0.1">127.0.0.1</a>): pam_authenticate() failed:
<br>&gt; Authentication failure<br><br>If you're authenticating from passwd-file, you probably should remove<br>passdb pam from the config file?<br><br>&gt; Apr 23 18:54:19 www dovecot: auth(default):<br>&gt; passwd-file /mail/domain.tld/etc/passwd: Read 1 users
<br>&gt; Apr 23 18:54:19 www dovecot: auth(default):<br>&gt; passwd-file(<a href="mailto:user@domain.tld">user@domain.tld</a>,<a href="http://127.0.0.1">127.0.0.1</a>): unknown user<br>&gt; Apr 23 18:54:20 www dovecot: auth(default): client out:
<br>&gt; FAIL^I1^Iuser=<a href="mailto:user@domain.tld">user@domain.tld</a><br><br>I'm guessing you've configured it like:<br><br>passdb passwd-file {<br>&nbsp;&nbsp;args = /mail/%d/etc/passwd<br>}<br><br>In which case Dovecot expects the users to be in the passwd file without
<br>their domains. Use %.0d (or was it %0.d) instead of %d and it should<br>work.<br><br><br>-----BEGIN PGP SIGNATURE-----<br>Version: GnuPG v1.4.1 (GNU/Linux)<br><br>iD8DBQBETMpVQ95cgkr2Z40RAp4eAJ9RBLT55ZvfSuWPErFmxd0HPWBOewCeMzZh
<br>AuIk3Z/4SbHqWGvntC5fLF8=<br>=yT23<br>-----END PGP SIGNATURE-----<br><br><br></blockquote></div><br>