From 7ea176cc11714ab23e549d98a96a7b41697bdd9c Mon Sep 17 00:00:00 2001 From: Ossi Herrala Date: Fri, 14 Dec 2012 07:33:18 +0000 Subject: [PATCH] Clean up Dovecot2 config. Mail location should be defined per site in local.conf. --- dovecot/templates/puppet.conf.erb | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/dovecot/templates/puppet.conf.erb b/dovecot/templates/puppet.conf.erb index d1def49..baea4c8 100644 --- a/dovecot/templates/puppet.conf.erb +++ b/dovecot/templates/puppet.conf.erb @@ -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 -}