summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-08-09 23:15:38 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-08-09 23:15:38 -0300
commit60f6c76181ce20aa188df30d1b425f12a987c75c (patch)
tree8a079fb40ab5474a62e06fa05c7c524581f7750a /templates
parentb3de73faa214813270edb6c9e365faafd3e818b0 (diff)
downloadpuppet-mail-60f6c76181ce20aa188df30d1b425f12a987c75c.tar.gz
puppet-mail-60f6c76181ce20aa188df30d1b425f12a987c75c.tar.bz2
Changing dovecot auth settings (2)
Diffstat (limited to 'templates')
-rw-r--r--templates/dovecot/dovecot.conf.erb6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/dovecot/dovecot.conf.erb b/templates/dovecot/dovecot.conf.erb
index f451673..6d65f45 100644
--- a/templates/dovecot/dovecot.conf.erb
+++ b/templates/dovecot/dovecot.conf.erb
@@ -969,7 +969,7 @@ auth default {
#}
# static settings generated from template <doc/wiki/UserDatabase.Static.txt>
- #userdb static {
+ userdb static {
# Template for the fields. Can return anything a userdb could normally
# return. For example:
#
@@ -983,8 +983,8 @@ auth default {
# the args in which case the passdb lookup is skipped.
#
#args =
- #args = uid=5000 gid=5000 home=/var/mail/virtual/%u allow_all_users=yes
- #}
+ args = uid=5000 gid=5000 home=/var/mail/virtual/%u allow_all_users=yes
+ }
# SQL database <doc/wiki/AuthDatabase.SQL.txt>
userdb sql {