11 lines
216 B
TOML
11 lines
216 B
TOML
[template]
|
|
src = "10-auth.conf.tmpl"
|
|
dest = "/etc/dovecot/local.d/10-auth.conf"
|
|
keys = [
|
|
"/mail/domains",
|
|
"/auth/username/format",
|
|
"/auth/mechanisms",
|
|
"/auth/master/enable",
|
|
"/auth/ldap/enable"
|
|
]
|