2 Sep
2004
2 Sep
'04
3:32 p.m.
On 2.9.2004, at 15:25, venne wrote:
the /var/mail/%u files exist, and I put 777 mask. but, i can't read my mails, even when i'm authentified. how to allow mbox with dovecot???
my setup doesn't make any thing
default_mail_env = mbox:/var/mail/%u
That doesn't work. It would expect /var/mail/user to be a directory containing mboxes. You want something like:
default_mail_env = mbox:~/mail:INBOX=/var/mail/%u
(and if you only want INBOX, see last chapter of http://wiki.dovecot.org/moin.cgi/VirtualUsers)