Specifications
278 Appendix B Mac OS X Directory Data
Format of MailAttribute in User Records
User record MailAttribute eld Format Sample values
AttributeVersion A required case-insensitive value
that must be set to“AppleMail
1.0.”
<key>kAttributeVersion</
key><string>AppleMail 1.0</
string>
MailAccountState A required case-insensitive
keyword describing the state
of the user’s mail. It must be
set to one of these values: “O,”
“Enabled,” or “Forward.”
<key>kMailAccountState</
key><string>Enabled</string>
POP3LoginState A required case-insensitive
keyword indicating whether
the user is allowed to access
mail via POP. It must be set to
“POP3Allowed” or “POP3Deny.”
<key>kPOP3LoginState</
key><string>POP3Deny</
string>
IMAPLoginState A required case-insensitive
keyword indicating whether the
user is allowed to access mail
using IMAP. It must be set to
“IMAPAllowed” or “IMAPDeny.”
<key>kIMAPLoginState</
key><string>IMAPAllowed</
string>
MailAccountLocation A required value indicating the
domain name or IP address of
the Mac OS X Server responsible
for storing the user’s mail.
<key>kMailAccountLocation</
key><string>domain.example.
com</string>
AutoForwardValue A required eld only if
MailAccountState has the value
“Forward.” The value must be a
valid RFC 822 email address.
<key>kAutoForwardValue</
key><string>user@example.
com</string>