From: Silvio Rhatto Date: Sun, 5 Jan 2014 16:01:43 +0000 (-0200) Subject: Dovecot: set lda_mailbox_autocreate setting to yes X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=597e9de85fc7aed0c33d65d36523e312c212902b;p=puppet-mail.git Dovecot: set lda_mailbox_autocreate setting to yes --- diff --git a/templates/dovecot/dovecot.conf.wheezy.erb b/templates/dovecot/dovecot.conf.wheezy.erb index a7ddf06..5e2a6cd 100644 --- a/templates/dovecot/dovecot.conf.wheezy.erb +++ b/templates/dovecot/dovecot.conf.wheezy.erb @@ -58,3 +58,6 @@ protocol lda { mail_plugins = sieve postmaster_address = postmaster@<%= fqdn %> } + +# Should saving a mail to a non-existing mailbox automatically create it? +lda_mailbox_autocreate setting = yes