We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37cd136 commit f25c129Copy full SHA for f25c129
docs/hardening/postfix-ldap/ldap-aliases.cf
@@ -0,0 +1,9 @@
1
+server_host = x.x.x.x
2
+search_base = ou=xxx, dc=xxx, dc=xx
3
+version = 3
4
+timeout = 10
5
+leaf_result_attribute = mail
6
+bind_dn = user@domain
7
+bind_pw = userpassword
8
+query_filter = (mail=%s)
9
+result_attribute = mail, addressToForward
0 commit comments