]> gitweb.fluxo.info Git - puppet-mail.git/commitdiff
Changing dovecot auth settings (2)
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 10 Aug 2010 02:15:38 +0000 (23:15 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 10 Aug 2010 02:15:38 +0000 (23:15 -0300)
templates/dovecot/dovecot.conf.erb

index f451673277568c879375d51c30559651ae52280a..6d65f4564caf3b30d4ceaa89ca14ad65148d44c2 100644 (file)
@@ -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 {