Externalize role
This commit is contained in:
commit
4087f0a9f1
31 changed files with 1838 additions and 0 deletions
20
templates/etc/dovecot/conf.d/auth-passwdfile.conf.ext.j2
Normal file
20
templates/etc/dovecot/conf.d/auth-passwdfile.conf.ext.j2
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Authentication for passwd-file users. Included from 10-auth.conf.
|
||||
#
|
||||
# passwd-like file with specified location.
|
||||
# <doc/wiki/AuthDatabase.PasswdFile.txt>
|
||||
|
||||
passdb {
|
||||
driver = passwd-file
|
||||
args = scheme=CRYPT username_format=%u /etc/dovecot/users
|
||||
}
|
||||
|
||||
userdb {
|
||||
driver = passwd-file
|
||||
args = username_format=%u /etc/dovecot/users
|
||||
|
||||
# Default fields that can be overridden by passwd-file
|
||||
#default_fields = quota_rule=*:storage=1G
|
||||
|
||||
# Override fields from passwd-file
|
||||
#override_fields = home=/home/virtual/%u
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue