From 3c91dcae7188ee265d2217869fcc0fbba787eb63 Mon Sep 17 00:00:00 2001 From: Dennis Stumm Date: Thu, 10 Nov 2016 21:36:13 +0100 Subject: [PATCH] Move ldap files to target dir --- target/postfix/ldap-aliases.cf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 target/postfix/ldap-aliases.cf diff --git a/target/postfix/ldap-aliases.cf b/target/postfix/ldap-aliases.cf new file mode 100644 index 00000000..a3f77eaf --- /dev/null +++ b/target/postfix/ldap-aliases.cf @@ -0,0 +1,8 @@ +bind = yes +bind_dn = cn=admin,dc=domain,dc=com +bind_pw = admin +query_filter = (&(mailAlias=%s)(mailEnabled=TRUE)) +result_attribute = mail +search_base = ou=people,dc=domain,dc=com +server_host = mail.domain.com +version = 3