mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-06 22:44:59 +08:00
* include postfix-ldap in docker build * Add integration tests (#3) * Redo ldap test to use postmap instead of sending email --------- Co-authored-by: Aaron Reisman <areisman@epic.com>
9 lines
189 B
Text
9 lines
189 B
Text
# demo@example.org
|
|
dn: uid=demo,${LDAP_BASEDN}
|
|
objectClass: inetOrgPerson
|
|
objectClass: organizationalPerson
|
|
objectClass: person
|
|
objectClass: top
|
|
cn: Demo
|
|
sn: allowed
|
|
mail: demo@example.org
|