docker-mailserver/test/config/ldap/docker-openldap/bootstrap/ldif/04_user-email-different-uid...

22 lines
801 B
Plaintext

# NOTE: This user differs by local-part of mail address not matching their uniqueIdentifier attribute
# They also do not have any alias or groups configured
dn: uniqueIdentifier=some.user.id,ou=people,dc=localhost,dc=localdomain
objectClass: organizationalPerson
objectClass: PostfixBookMailAccount
objectClass: extensibleObject
cn: Some User
givenName: Some
surname: User
uniqueIdentifier: some.user.id
# Password is: secret
userPassword: {SSHA}eLtqGpid+hkSVhxvsdTPztv4uapRofGx
mail: some.user.email@localhost.localdomain
# postfix-book.schema:
mailHomeDirectory: /var/mail/localhost.localdomain/some.user.id/
mailStorageDirectory: maildir:/var/mail/localhost.localdomain/some.user.id/
# postfix-book.schema generic options:
mailEnabled: TRUE
mailUidNumber: 5000
mailGidNumber: 5000
mailQuota: 10240