31 Aug
2010
31 Aug
'10
8:26 p.m.
On Fri, 2010-08-27 at 17:07 +0200, spamvoll@googlemail.com wrote:
ive added args = uid=vmail gid=vmail home=/home/MAILBOXES/%u/ mail=/home/MAILBOXES/%u/mail
and it work.
That still does autodetection. You should have something like mail=maildir:/home/MAILBOXES/%u/mail, but even simpler is if you just remove mail from the above line and use:
mail_location = maildir:~/mail
- I have a user that can read the PW so i dont need "auth_bind = yes", right?
Yeah.
- user_* and pass_* i dont need them anymore cause its always: home=/home/MAILBOXES/%u/ mail=/home/MAILBOXES/%u/mail
user_* you don't need because you have static userdb, but pass_* is still used (assuming you didn't change passdb too).