diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-01-05 14:13:35 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-01-05 14:13:35 -0200 |
commit | 457ab71355c9cb8f4bf14de84785e2d4672e5c51 (patch) | |
tree | a70430f2c35df776d864806f3878a8bacc941b63 /templates | |
parent | 597e9de85fc7aed0c33d65d36523e312c212902b (diff) | |
download | puppet-mail-457ab71355c9cb8f4bf14de84785e2d4672e5c51.tar.gz puppet-mail-457ab71355c9cb8f4bf14de84785e2d4672e5c51.tar.bz2 |
Dovecot: template fix
Diffstat (limited to 'templates')
-rw-r--r-- | templates/dovecot/dovecot.conf.wheezy.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/dovecot/dovecot.conf.wheezy.erb b/templates/dovecot/dovecot.conf.wheezy.erb index 5e2a6cd..a10a18a 100644 --- a/templates/dovecot/dovecot.conf.wheezy.erb +++ b/templates/dovecot/dovecot.conf.wheezy.erb @@ -60,4 +60,4 @@ protocol lda { } # Should saving a mail to a non-existing mailbox automatically create it? -lda_mailbox_autocreate setting = yes +lda_mailbox_autocreate = yes |