Fix LDAP for mail role.

Missing postfix-ldap, use uri instead of host.
This commit is contained in:
Markus 2016-02-23 14:57:53 +01:00
parent 9c6e1d1387
commit 942a3d6724
3 changed files with 3 additions and 4 deletions

View File

@ -11,6 +11,7 @@
- dovecot-managesieved
- dovecot-sieve
- postfix
- postfix-ldap
- postfix-policyd-spf-python
- postgrey
- pyzor

View File

@ -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

View File

@ -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