import from ansible role

This commit is contained in:
Mauro Torrez
2019-09-29 18:14:36 -03:00
25 changed files with 1488 additions and 1 deletions

10
confd/conf.d/auth.toml Normal file
View File

@@ -0,0 +1,10 @@
[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",
"/ldap/enable"
]