forked from mauro/ansible-role-dovecot
log a stdout, uris ldap, puerto auth
This commit is contained in:
@@ -17,7 +17,6 @@ dovecot_volume_ssl: dovecot_ssl
|
||||
# nombre red docker (definido por rol docker)
|
||||
docker_network_name: dockernet
|
||||
|
||||
|
||||
# Auth
|
||||
|
||||
# mecanismos de autenticacion: agregar login para compat. outlook
|
||||
@@ -38,8 +37,8 @@ dovecot_auth_master_enable: no
|
||||
dovecot_ldap_enable: yes
|
||||
|
||||
# servidores ldap
|
||||
dovecot_ldap_servers:
|
||||
- localhost
|
||||
dovecot_ldap_uris:
|
||||
- "{{ ldap_uri | default('ldap://localhost') }}"
|
||||
|
||||
# version del protocolo LDAP
|
||||
dovecot_ldap_version: 3
|
||||
|
||||
Reference in New Issue
Block a user