Clean up Dovecot2 config. Mail location should be defined per site in local.conf.

This commit is contained in:
Ossi Herrala 2012-12-14 07:33:18 +00:00
parent da62e6b9a2
commit 7ea176cc11

View file

@ -20,19 +20,3 @@ plugin {
zlib_save = gz # or bz2
}
<% end -%>
mail_location = <%= dovecot_mailbox_format %>:~/imapmail/
namespace {
separator = /
list = yes
}
namespace {
separator = /
prefix = "#mbox/"
location = mbox:~/imapinbox/:INBOX=/var/mail/%u
inbox = yes
hidden = yes
list = no
}