2023-08-22 09:38:25 +00:00
|
|
|
# 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
|
2023-08-28 22:16:08 +00:00
|
|
|
dn: uid=some.user.id,ou=users,dc=example,dc=test
|
|
|
|
objectClass: inetOrgPerson
|
2017-08-19 08:32:00 +00:00
|
|
|
objectClass: PostfixBookMailAccount
|
|
|
|
cn: Some User
|
2023-08-22 09:38:25 +00:00
|
|
|
givenName: Some
|
|
|
|
surname: User
|
2023-08-28 22:16:08 +00:00
|
|
|
userID: some.user.id
|
2023-08-22 09:38:25 +00:00
|
|
|
# Password is: secret
|
|
|
|
userPassword: {SSHA}eLtqGpid+hkSVhxvsdTPztv4uapRofGx
|
2017-08-19 08:32:00 +00:00
|
|
|
mail: some.user.email@localhost.localdomain
|
2023-08-22 09:38:25 +00:00
|
|
|
# postfix-book.schema:
|
2017-08-19 08:32:00 +00:00
|
|
|
mailHomeDirectory: /var/mail/localhost.localdomain/some.user.id/
|
|
|
|
mailStorageDirectory: maildir:/var/mail/localhost.localdomain/some.user.id/
|
2023-08-22 09:38:25 +00:00
|
|
|
# postfix-book.schema generic options:
|
|
|
|
mailEnabled: TRUE
|
2017-08-19 08:32:00 +00:00
|
|
|
mailUidNumber: 5000
|
2023-08-22 09:38:25 +00:00
|
|
|
mailGidNumber: 5000
|
|
|
|
mailQuota: 10240
|