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-sieve
|
||||
- postfix
|
||||
- postfix-ldap
|
||||
- postfix-policyd-spf-python
|
||||
- postgrey
|
||||
- pyzor
|
||||
|
@ -1,5 +1,4 @@
|
||||
server_host = {{ ldap_host }}
|
||||
start_tls = yes
|
||||
server_host = {{ ldap_uri }}
|
||||
#tls_ca_cert_file = TODO
|
||||
#tls_require_cert = yes
|
||||
bind = yes
|
||||
|
@ -1,5 +1,4 @@
|
||||
server_host = {{ ldap_host }}
|
||||
start_tls = yes
|
||||
server_host = {{ ldap_uri }}
|
||||
#tls_ca_cert_file = TODO
|
||||
#tls_require_cert = yes
|
||||
bind = yes
|
||||
|
Loading…
Reference in New Issue
Block a user