docker-mailserver/test/config/ldap/docker-openldap/bootstrap/ldif/03_user-email-other-primary...

24 lines
926 B
Plaintext

# NOTE: This user differs via the domain-part of their mail address
# They also have their mail directory attributes using the primary domain, not their domain-part
dn: uniqueIdentifier=some.other.user,ou=people,dc=localhost,dc=localdomain
objectClass: organizationalPerson
objectClass: PostfixBookMailAccount
objectClass: extensibleObject
cn: Some Other User
givenName: Some
surname: Other User
uniqueIdentifier: some.other.user
# Password is: secret
userPassword: {SSHA}eLtqGpid+hkSVhxvsdTPztv4uapRofGx
mail: some.other.user@localhost.otherdomain
# postfix-book.schema:
mailAlias: postmaster@localhost.otherdomain
mailGroupMember: employees@localhost.otherdomain
mailHomeDirectory: /var/mail/localhost.localdomain/some.other.user/
mailStorageDirectory: maildir:/var/mail/localhost.localdomain/some.other.user/
# postfix-book.schema generic options:
mailEnabled: TRUE
mailUidNumber: 5000
mailGidNumber: 5000
mailQuota: 10240