diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/dovecot/dovecot.conf.wheezy.erb | 3 |
1 files changed, 3 insertions, 0 deletions
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 |