[Dovecot] Problem with users home...
Andy Isaacson
adi at hexapodia.org
Wed Apr 27 05:31:02 EEST 2005
On Wed, Apr 27, 2005 at 04:03:10AM +0200, websafe wrote:
> imap(user1): mkdir(/home/user1/Maildir/.Trash) failed:
> No such file or directory
>
> Why Dovecot tries to create /home/user1/Maildir/.Trash
> and NOT /home/group-subdir/user1/Maildir/.Trash as
> in /etc/passwd ???
>
> Is there any solution? I'm running 0.99.14
> # cat /etc/dovecot.conf
...
> default_mail_env = maildir:/home/%u/Maildir
Seems pretty straightforward to me...
Maybe you want
default_mail_env = "maildir:%h/Maildir"
?
-andy
More information about the dovecot
mailing list