Hi! I need set to dovecot non standart mbox path. For example, /var/service/mail/%u. How I can do it? I see default_mail_env parameter, but I don't undestend how it used. Thanks!
Andrew Velikoredchanin wrote:> I need set to dovecot non standart mbox path. For example, > /var/service/mail/%u. How I can do it?To have folders and indexes in users home directories and mbox inboxes in /var/service/mail/ set default_mail_env like this: default_mail_env = mbox:%h:INBOX=/var/service/mail/%u -- Tomi Hakala