17 Jan
2006
17 Jan
'06
10:10 p.m.
Hello,
The default is autodetection.
I don't think that dovecot will be able to find my mailboxes without giving it a hint, because the location is neither /var/spool/mail/%u nor ~/Maildir :-)
Maybe there's still a way to do this. But you have to tell a little more about your config and post your auth section from dovecot.conf.
It's pretty short:
disable_plaintext_auth = no auth_verbose = yes auth default { mechanisms = plain passdb passwd-file { args = /pop3/conf/pop3-auth.txt }
userdb passwd-file { args = /pop3/conf/pop3-auth.txt } }