2023-08-22 09:38:25 +00:00
|
|
|
# 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
|
2017-08-19 08:32:00 +00:00
|
|
|
dn: uniqueIdentifier=some.other.user,ou=people,dc=localhost,dc=localdomain
|
|
|
|
objectClass: organizationalPerson
|
|
|
|
objectClass: PostfixBookMailAccount
|
|
|
|
objectClass: extensibleObject
|
|
|
|
cn: Some Other User
|
2023-08-22 09:38:25 +00:00
|
|
|
givenName: Some
|
|
|
|
surname: Other User
|
|
|
|
uniqueIdentifier: some.other.user
|
|
|
|
# Password is: secret
|
|
|
|
userPassword: {SSHA}eLtqGpid+hkSVhxvsdTPztv4uapRofGx
|
2017-08-19 08:32:00 +00:00
|
|
|
mail: some.other.user@localhost.otherdomain
|
2023-08-22 09:38:25 +00:00
|
|
|
# postfix-book.schema:
|
2017-08-19 08:32:00 +00:00
|
|
|
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/
|
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
|