From 60f6c76181ce20aa188df30d1b425f12a987c75c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 9 Aug 2010 23:15:38 -0300 Subject: Changing dovecot auth settings (2) --- templates/dovecot/dovecot.conf.erb | 6 +++--- 1 file 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 - #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 { -- cgit v1.2.3