use confd for most settings

This commit is contained in:
Mauro Torrez
2019-09-10 00:37:48 -03:00
parent 77fb4caf93
commit 1ef3a28a71
21 changed files with 219 additions and 455 deletions

View File

@@ -25,9 +25,6 @@ dovecot_auth_mechanisms: plain
# como transformar el nombre de usuario antes de autenticar
dovecot_auth_username_format: "%Lu"
# habilitar userdb/passdb de usuarios del sistema?
dovecot_auth_system_enable: no
# habilitar usuarios master?
dovecot_auth_master_enable: no
@@ -36,10 +33,16 @@ dovecot_auth_master_enable: no
# habilitar userdb/passdb ldap?
dovecot_ldap_enable: yes
# servidores ldap
dovecot_ldap_hosts: []
# servidores ldap
dovecot_ldap_uris:
- "{{ ldap_uri | default('ldap://localhost') }}"
# autenticar con clave provista por usuario
dovecot_ldap_bind: yes
# version del protocolo LDAP
dovecot_ldap_version: 3