mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
services/mail/postfix: LDAP3
This commit is contained in:
parent
377d4b45a2
commit
63b3d103d6
1 changed files with 3 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ in {
|
|||
query_filter = (&(dc=%s)(objectClass=mailDomain))
|
||||
result_attribute = postfixTransport
|
||||
bind = yes
|
||||
version = 3
|
||||
bind_dn = cn=dovecot,dc=mail,dc=kittywit,dc=ch
|
||||
bind_pw = ${tf.variables.postfix-ldap-password.ref}
|
||||
scope = one
|
||||
|
|
@ -44,6 +45,7 @@ in {
|
|||
search_base = ou=users,dc=kittywit,dc=ch
|
||||
query_filter = (&(objectClass=mailAccount)(mail=%s))
|
||||
result_attribute = mail
|
||||
version = 3
|
||||
bind = yes
|
||||
bind_dn = cn=dovecot,dc=mail,dc=kittywit,dc=ch
|
||||
bind_pw = ${tf.variables.postfix-ldap-password.ref}
|
||||
|
|
@ -58,6 +60,7 @@ in {
|
|||
search_base = dc=aliases,dc=mail,dc=kittywit,dc=ch
|
||||
query_filter = (&(objectClass=mailAlias)(mail=%s))
|
||||
result_attribute = maildrop
|
||||
version = 3
|
||||
bind = yes
|
||||
bind_dn = cn=dovecot,dc=mail,dc=kittywit,dc=ch
|
||||
bind_pw = ${tf.variables.postfix-ldap-password.ref}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue