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 -}