From: Silvio Rhatto Date: Tue, 10 Aug 2010 02:15:38 +0000 (-0300) Subject: Changing dovecot auth settings (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=60f6c76181ce20aa188df30d1b425f12a987c75c;p=puppet-mail.git Changing dovecot auth settings (2) --- 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 - #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 userdb sql {