forked from infra/ansible
Fix LDAP for mail role.
Missing postfix-ldap, use uri instead of host.
This commit is contained in:
parent
9c6e1d1387
commit
942a3d6724
@ -11,6 +11,7 @@
|
|||||||
- dovecot-managesieved
|
- dovecot-managesieved
|
||||||
- dovecot-sieve
|
- dovecot-sieve
|
||||||
- postfix
|
- postfix
|
||||||
|
- postfix-ldap
|
||||||
- postfix-policyd-spf-python
|
- postfix-policyd-spf-python
|
||||||
- postgrey
|
- postgrey
|
||||||
- pyzor
|
- pyzor
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
server_host = {{ ldap_host }}
|
server_host = {{ ldap_uri }}
|
||||||
start_tls = yes
|
|
||||||
#tls_ca_cert_file = TODO
|
#tls_ca_cert_file = TODO
|
||||||
#tls_require_cert = yes
|
#tls_require_cert = yes
|
||||||
bind = yes
|
bind = yes
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
server_host = {{ ldap_host }}
|
server_host = {{ ldap_uri }}
|
||||||
start_tls = yes
|
|
||||||
#tls_ca_cert_file = TODO
|
#tls_ca_cert_file = TODO
|
||||||
#tls_require_cert = yes
|
#tls_require_cert = yes
|
||||||
bind = yes
|
bind = yes
|
||||||
|
Loading…
Reference in New Issue
Block a user