diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/dovecot/dovecot.conf.erb | 6 | 
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 { | 
