Previous     Contents     Index     DocHome     Next     
iPlanet Messaging Server 5.0 Schema Reference Manual



Chapter 2   iPlanet Messaging Server 5.0 Server Attributes


This chapter describes the following iPlanet Messaging Server attributes:



calCalURI


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
pabPerson


Definition
Contains URI to user's entire default calendar. For details see RFC2739.


Example
Varies according to the version of iPlanet Calendar Server implemented. For details see RFC2739.


OID
1.2.840.113556.1.4.478



calFBURL


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
pabPerson


Definition
URL to the user's default busy time data. For details see RFC2739.


Example
Varies according to the version of iPlanet Calendar Server implemented. For details see RFC2739.


OID
1.2.840.113556.1.4.479



dataSource


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
inetMailUser, inetMailGroup


Definition
Text field to store a tag or identifier. Value has no operational impact.


Example
dataSource: 1.0


OID
2.16.840.1.113730.3.1.779



dateOfBirth


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
pabPerson


Definition
Date of birth of the pabPerson. Format is: YYYYMMDD.


Example
dateOfBirth: 19740406.
(date of birth on April 6, 1974.)


OID
2.16.840.1.113730.3.1.779



dc


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
inetDomainAlias


Definition
The domain component of the domain alias entry.


Example
If the domain alias entry DN is dc=sesta, dc=fr, o=internet, then the value of dc is sesta.


OID
0.9.2342.19200300.100.1.25



domainUIDSeparator


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
inetDomainAuthInfo


Definition
This attribute is used by the messaging server to override the default mailbox (MB) home. When present, this attribute specifies that compound user identifications (UIDs) are used in this domain and this attribute specifies the separator. For instance, if + is the separator, the mailbox names in this domain are obtained by replacing the rightmost occurrence of + in the uid with @. To map an internal mailbox name to the UID, the rightmost occurrence of @ is replaced with a + in the mailbox name.



Note Format of internal mailbox names is uid@domain, where "domain" is DNS domain mapping to the namespace. The only exception to this rule is mailbox names for users in default domain where only the uid is used to construct internal mailbox names. See inetCanonicalDomainName on how the default value of domain name used can be overridden in specific cases.




Example
domainUIDSeparator: #


OID
2.16.840.1.113730.3.1.702



domOrgMaxUsers


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
inetDomainOrg


Definition
Maximum number of user entries in a domain organization.


Example
domOrgMaxUser: 500


OID
2.16.840.1.113730.3.1.697



domOrgNumUsers


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
inetDomainOrg


Definition
Number of current user entries in a domain organization.


Example
domOrgNumUsers: 345


OID
2.16.840.1.113730.3.1.698



inetCanonicalDomainName


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
inetDomainAuthInfo


Definition
This attribute is a fully qualified domain name and is used if more than one DC node refers to the same Organization subtree. If this attribute is missing then the canonical domain name is the same as represented by the DC node. For example, a missing inetCanonicalDomainName on the dc=france,dc=sesta,dc=com,o=internet node entry implies that the canonical domain name is france.sesta.com. However, if there is more than one DC node pointing at the same organization node as the previous DC node (using the inetDomainBaseDN attribute), then inetCanonicalDomainName must be set and must have the same value.


Example
inetCanonicalDomainName: france.sesta.com


OID
2.16.840.1.113730.3.1.701



inetCOS


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
ipUser


Definition
(Organization tree domain) Specifies the name of the class of service (COS) template supplying values for attributes in the user entry. The RDN of the COS template is the value of this attribute. Attribute values provided by the template and any override rules are specified in the COS definition. COS definitions are created by using the object class cosDefinition. The value of attribute cosSpecifier in COS definition entry is set to inetCOS. Create COS definitions and templates in the container ou=COS in the subtree for that domain. See the iPlanet Messaging Server Provisioning Guide for more information.


Example
inetCos: HallofFame


OID
2.16.840.1.113730.3.1.706



inetDomainBaseDN


Origin
iPlanet Messaging Server 5.0


Syntax
dn, single-valued


Object Class(es)
inetDomain


Definition
(DC tree) DN of the customer's Organization subtree where all user/group entries are stored. This attribute must be present and point to a valid Organization subtree DN. Messaging Server components MUST resolve this DN in order to search for user and group entries that correspond to the hosted organization.


Example
inetDomainBaseDN: o=sesta.com,o=siroe-isp.com


OID
2.16.840.1.113730.3.1.690



inetDomainCertMap


Origin
iPlanet Messaging Server 5.0


Syntax
cis, multi-valued


Object Class(es)
inetDomainAuthInfo


Definition
Reserved.


Example
TBD


OID
2.16.840.1.113730.3.1.700



inetDomainSearchFilter


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
inetDomainAuthInfo


Definition
LDAP search filter to use when searching for users in the subtree specified in inetDomainBaseDN. Used during authentication to map login name in that domain to an LDAP entry. The following variables can be used in constructing the filter:

  • %U - Name part of the login name (that is, everything before the login separator stored in the servers configuration).

  • %V - Domain part of the login string .

Missing attribute is equivalent to uid=%U. Namespaces where users are provisioned with compound uids, such as uid=john_siroe.com, where john is the userID and siroe.com is the domain, would use a search filter of uid=%U_%V. This maps a login string of john@siroe.com (where @ is the login separator for the service) into a search request by the service for an entry's namespace of siroe.com where uid=john_siroe.com. An alternative example of using this attribute would be for sites wanting to log people in based on their employee identification. Assuming the attribute empID in user entries stores employee identifications, the search filter would be empID=%U.


Example
inetDomainSearchFilter: uid=%U


OID
2.16.840.1.113730.3.1.699



inetDomainStatus


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
inetDomain


Definition
Specifies the global status of a domain. The intent of this attribute is to enable the administrator to temporarily suspend and reenable access, or to permanently remove access, by the domain and all its users to all the services enabled for that domain. This attribute takes one of three values. Supported values are:

  • active - Domain is active and users in the domain may use services enabled by the overlay of service-specific object classes and the service state as indicated by the particular status attribute for that service.

  • inactive - Domain is inactive. The account may not use any services granted by service-specific object classes. This state overrides individual service status set using the service's status attributes.

  • deleted - Domain is marked as deleted. The account may remain in this state within the directory for some time (pending purging of deleted users). Service requests for all users in a domain marked as deleted will return permanent failures.

Missing value implies status is active. An illegal value is treated as inactive.


Example
inetDomainStatus: active


OID
2.16.840.1.113730.3.1.691



inetMailGroupStatus


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
inetMailGroup


Definition
Current status of the mail group: active, inactive, or deleted. Messages are delivered to the members of the mailing list if the status is active. A status of inactive results in a transient failure on messages sent to the mailing list. A status of deleted means that the mailing list can be purged from the directory. Messages sent to this group will return permanent failure messages. A missing value implies status is active. An illegal value is treated as inactive.


Example
inetMailGroupStatus: active


OID
2.16.840.1.113730.3.1.786



inetSubscriberAccountId


Origin
iPlanet Messaging Server 5.0


Syntax
cis, multi-valued


Object Class(es)
inetSubscriber


Definition
A unique account ID used for billing purposes.


Example
inetSubscriberAccountId: A3560B0


OID
2.16.840.1.113730.3.1.694



inetSubscriberChallenge


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
inetSubscriber


Definition
Attribute for storing the challenge phrase used to identify the subscriber. Used in conjunction with the inetSubscriberResponse.


Example
inetSubscriberChallenge: Mother's Maiden Name


OID
2.16.840.1.113730.3.1.695



inetSubscriberResponse


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
inetSubscriber


Definition
Attribute for storing the response to the above challenge.


Example
inetSubscriberResponse: Mamasita


OID
2.16.840.1.113730.3.1.696



inetUserHttpURL


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
inetUser


Definition
User's primary URL for publishing Web content. This is an informational attribute and may be used in phonebook-type applications. It is not intended to have any operational impact.


Example
inetUserHttpURL: http://www.siroe.com/theotis


OID
2.16.840.1.113730.3.1.693



inetUserStatus


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
inetUser


Definition
Specifies the status of a user's account with regard to global server access. This attribute enables the administrator to temporarily suspend, reenable, or permanently remove access to all services by a specified user account. This attribute takes one of three values:

  • active - The user account is active and the user can use all services enabled by the overlay of service-specific object classes and the service state as indicated by the particular status attribute for that service. For example, a user can use the email system if both mailUserStatus and inetDomainStatus are set to active.

  • inactive - The user account is inactive. The account cannot use any services granted by service-specific object classes. This state overrides individual service status set using the service's status attributes.

  • deleted - The account is marked as deleted. The account can remain in this state within the directory for some time (pending purging of deleted users). Service requests for a user marked as deleted must return permanent failures.

Missing value implies status is active. An illegal value is treated as inactive.


Table 2-1    inetDomainStatus/mailDomainStatus Matrix

mailDomainStatus

inetDomainStatus

active

inactive

deleted

active  

active  

inactive  

deleted  

inactive  

inactive  

inactive  

deleted  

deleted  

deleted  

inactive  

deleted  

hold  

hold  

inactive  

deleted  


Example
inetUserStatus: inactive


OID
2.16.840.1.113730.3.1.692



mail


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
inetLocalMailRecipient


Definition
Identifies a user's primary email address (the email address retrieved and displayed by white-pages lookup applications).


Example
mail: barney@sesta.com


OID
0.9.2342.19200300.100.1.3



mailAccessProxyPreAuth


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
mailDomain


Definition
Attribute tells the MMP if the users in this domain have to be preauthenticated. Permitted values are yes or no.


Example
mailAccessProxyPreAuth: yes


OID
2.16.840.1.113730.3.1.769



mailAccessProxyReplay


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
mailDomain


Definition
This attribute tells the Messaging Multiplexor how to reconstruct the login string when replaying the login sequence with the backend mail server. A missing attribute implies that the message access proxies construct the replay string based on the login name used by the client, the domain of the client, and the login separator used for this service. The mailAccessProxyReplay attribute overrides this default behavior when the message access proxy is backended by a different server than iPlanet Messaging Server.

The syntax is that of a login string, with the following substitutions:

  • %U: Login name. That is, the name part of the login string, if it is a {name,domain} compound.

  • %V: Domain part of the login string.

  • %[attr]: The value of the LDAP user attribute.


Examples
  1. If the client logs in as hugo and the domain associated with the server IP address used is yoyo.com, and mailAccessProxyReplay=%U@%V, the replayed login string is hugo@yoyo.com.

  2. If the client logs in as hugo, and the domain associated with the server IP address used is yoyo.com, and mailAccessProxyReplay=%[surname]@%V, the replayed login string is the value of the surname attribute of the client.

  3. If the client logs in as hugo+yoyo.com, and the login separator for the service used is +, and mailAccessProxyReplay=%U@%V, the replayed login string is hugo@yoyo.com.

  4. If the client logs in as hugo, and the domain associated with the server IP address used is yoyo.com, and mailAccessProxyReplay is not defined, and the login separator for the service used is +, the replayed login string is hugo+yoyo.com.


OID
2.16.840.1.113730.3.1.763



mailAdminRole


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
inetMailAdministrator


Definition
Specifies the administrative role assigned to the members of the group. The only legal value for this attribute is storeAdmin. The object class that contains this attribute—inetMailAdministrator—is overlaid on a group entry to grant members of a group administrative privileges over part of the mail server. Currently the only privilege group members inherit are rights to perform proxy authentication for any user in the domain. These rights extend over users in the same domain as where the group is defined. To grant such privileges the attribute mailAdminRole must be set to the value storeAdmin.


Example
mailAdminRole: storeAdmin


OID
2.16.840.1.113730.3.1.780



mailAllowedServiceAccess


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
inetMailUser


Definition
Stores access filters. If no filters are specified, then user is allowed access to all services from all clients. Rules are separated by $ and are evaluated in sequence, unless either an allow filter is encountered, in which case user is granted access to the requested service or a deny filter, in which case access to service is rejected. The form of the filter is:

"+|-" <daemon_list>":"<client_list>.

daemon_list is a comma separated list of services to which access is being granted or denied. Legal service names are: imap, imaps, pop, smtp, and http. For a detailed description of access filter syntax and example, refer to "Configuring Client Access tp POP, IMAP, and HTTP Services." http://docs.iplanet.com/docs/manuals/messaging/ims50/ag/security.htm#13295


Example
mailAllowedServiceAccess: +imap, pop3, http:*


OID
2.16.840.1.113730.3.1.777



mailAlternateAddress


Origin
iPlanet Messaging Server 5.0


Syntax
cis, multi-valued


Object Class(es)
pabPerson, inetLocalMailRecipient


Definition
Alternate RFC822 email address of this recipient. Local part of the address may be omitted to designate a user/group as the catchall address. A catch-all domain address is an address that will receive mail to a specified domain if the MTA does not find an exact user address match with that domain. Please see details on how a user's primary domain can be overridden by the use of msgVanityDomainUser to designate vanity domains (also known as "lightweight domains") for any user.


Example
mailAlternateAddress: thief@florizel.com


OID
2.16.840.1.113730.3.1.13



mailAutoReplyMode


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
inetMailUser


Definition
Specifies auto-reply mode for user mail account. Valid values are:

  • echo - Echo the original message with the added mailAutoReplyText or mailAutoReplyTextInternal to the original sender.

  • reply - Send a fixed reply, contained in attributes mailAutoReplyText or mailAutoReplyTextInternal, to the original sender.


Example
mailAutoReplyMode: echo


OID
2.16.840.1.113730.3.1.14



mailAutoReplySubject


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
inetMailUser


Definition
Subject text of auto-reply response. $SUBJECT can be used to insert the subject of the original message into the response.


Example
mailAutoreplySubject: I am on vacation


OID
2.16.840.1.113730.3.1.772



mailAutoReplyText


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
inetMailUser


Definition
Auto-reply text sent to all senders except users in the recipient's domain. If not specified, external users receive no auto response.


Example
mailAutoreplyText: Please contact me later.


OID
2.16.840.1.113730.3.1.15



mailAutoReplyTextInternal


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
inetMailUser


Definition
Auto-reply text sent to senders from the recipients domain. If not specified, then internal uses get the mail auto-reply text message.


Example
mailAutoreplyTextInternal: Please contact me later.


OID
2.16.840.1.113730.3.1.773



mailAutoReplyTimeOut


Origin
iPlanet Messaging Server 5.0


Syntax
int, single-valued


Object Class(es)
inetMailUser


Definition
Duration, in hours, for successive auto-reply responses to any given mail sender. Used only when mailAutoReplyMode=reply. If value is 0 then a response is sent back every time a message is received. Auto-reply response are sent out only if the recipient is listed in the "to" or "cc:" of the original message.


Example
mailAutoreplyTimeout: 48


OID
2.16.840.1.113730.3.1.771



mailClientAttachmentQuota


Origin
iPlanet Messaging Server 5.0


Syntax
int, single-valued


Object Class(es)
mailDomain


Definition
A positive integer value indicating the number of attachments the Messenger Express user can send per message in this domain. A value of -1 means no limit on attachments.


Example
mailClientAttachmentQuota: 12


OID
2.16.840.1.113730.3.1.768



mailDeliveryFileURL


Origin
iPlanet Messaging Server 5.0


Syntax
ces, single-valued


Object Class(es)
inetMailGroup


Definition
Fully qualified local path of file to which all messages sent to the mailing list are appended. Used in conjunction with mailDeliveryOption=file.


Example
mailDeliveryFileURL: /home/dreamteam/mail_archive


OID
2.16.840.1.113730.3.1.787



mailDeliveryOption


Origin
iPlanet Messaging Server 5.0


Syntax
cis, multi-valued


Object Class(es)
inetMailGroup, inetMailUser


Definition
Specifies delivery options for the mail recipient. One or more values are permitted on a user/group entry, supporting multiple delivery paths for inbound messages. Values will apply differently depending on whether the attribute is used in inetMailGroup or inetMailUser. Valid values are:

inetMailUser:

  • mailbox - deliver to the users IMAP/POP store

  • native - deliver to users /var/mail store INBOX. Store is in Berkeley mailbox format.

  • autoreply - specifies autoreply is turned on for the user. Messages on which the recipient is listed in the "To:" or "Cc:" header fields of the message are sent to the autoreply channel where an autoreply message is generated and sent to the original sender.

  • forward - specifies that the message be forwarded. Forwarding address is specified in the attribute mailForwardingAddress.

inetMailGroup:

  • file - Messages appended to file specified in the attribute mailDeliveryFileURL.

  • members - Messages sent to members of the mailing list. If missing, default=members is assumed.

Both inetMailUser and inetMailGroup:

  • program - messages are delivered to a program. These programs have to be an approved list of programs (specified in MTA's configuration). The name of the program is specifed in the attribute mailProgramdeliveryInfo.


Example
mailDeliveryOption: mailbox


OID
2.16.840.1.113730.3.1.16



mailDomainAllowedServiceAccess


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single valued


Object Class(es)
mailDomain


Definition
Stores access filters. If no filters are specified, then users within a domain are allowed access to all services from all clients. Rules are separated by $ and are evaluated in sequence, unless either an allow filter is encountered, in which case users are granted access to the requested service, or a deny filter, in which case access to service is rejected. The form of the filter is:

"+|-" <daemon_list>":"<client_list>.

daemon_list is a comma separated list of services to which access is being granted or denied. Legal service names are: imap, pop, smtp, and http.


Example
mailDomainAllowedServiceAccess: +imap, pop3, http:*


OID
2.16.840.1.113730.3.1.764



mailDomainDiskQuota


Origin
iPlanet Messaging Server 5.0


Syntax
int, single-valued


Object Class(es)
mailDomain


Definition
Disk quota, for all users in the domain, in bytes. This is used in quota reporting tools and not used for enforcing domain wide quota restrictions.


Example
mailDomainDiskQuota: 50000000000


OID
2.16.840.1.113730.3.1.766



mailDomainMsgQuota


Origin
iPlanet Messaging Server 5.0


Syntax
int, single-valued


Object Class(es)
mailDomain


Definition
Quota of number of messages permitted for all users in this domain. This is used in quota reporting tools and not for enforcing domain wide quota restrictions.


Example
mailDomainMsgQuota: 2000000


OID
2.16.840.1.113730.3.1.767



mailDomainStatus


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
mailDomain


Definition
Current status of the mail domain. Can be one of the following values: active, inactive, deleted, or hold. This attribute is the mail service domain status. Missing value implies status is active. An illegal value is treated as inactive.

  • active - Mail service is marked as active for all users in this domain and all users in the domain that are marked active (see inetUserStatus and mailUserStatus for more information). However, any restrictions specified in mailAllowedServiceAccess and mailDomainAllowedServiceAccess still apply.

  • inactive - Mail service for all users in the domain is marked inactive. All user login attempts are rejected and messages sent to them get transient failure messages.

  • deleted - Mail domain is marked as deleted and will be removed during cleanup by the purge utility after the grace period is over. Mailboxes and user's mail service object classes are included in cleanup.

  • hold - Messages sent to all users in the domain are redirected to the hold channel. This value is typically used when users in the domain are being moved from one server to another without having to bounce messages back to the sender during the move. In this state, mailboxes can be moved without fear of any lost messages as all incoming messages are sent to the hold channel. Once the move is complete and the state has been changed from hold to active the messages are drained from the hold channel and sent to the MTAs where the user mailboxes now reside.

Table 2-2 shows the possible combinations between inetDomainStatus and mailDomainStatus.


Table 2-2    inetDomainStatus/mailDomainStatus Matrix

mailDomainStatus

inetDomainStatus

active

inactive

deleted

active  

active  

inactive  

deleted  

inactive  

inactive  

inactive  

deleted  

deleted  

deleted  

inactive  

deleted  

hold  

hold  

inactive  

deleted  


Example
mailDomainStatus: active


OID
2.16.840.1.113730.3.1.770



mailDomainWelcomeMessage


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
mailDomain


Definition
Welcome message sent to new users added to this domain. $ is a carriage return. BNF syntax of this attribute is:

value:: <subjectline>'$'[<opt_headers>]'$$'<body>
subjectline:: 'Subject:'[<TEXT>]
opt_headers::<header_line>'$'[<opt_headers>]
header_line:: <header_name>':'<TEXT>
header_name:: <TEXT>
body:: [<lines>]
lines:: <line>'$'[<lines>]
line:: <TEXT>


Example
mailDomainWelcomeMessage: Subject: Welcome!!$X-Endorsement: We're good. $$Welcome to the mail system.


OID
2.16.840.1.113730.3.1.765



mailForwardingAddress


Origin
iPlanet Messaging Server 5.0


Syntax
cis, multi-valued


Object Class(es)
inetMailUser


Definition
This attribute stores one or more forwarding addresses for inbound messages. Addresses are specified in RFC-822 format. Messages are forwarded to the listed address when mailDeliveryOption=forward is set.


Example
mailForwardingAddress: kokomo@sesta.com


OID
2.16.840.1.113730.3.1.17



mailHost


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
inetLocalMailRecipient


Definition
Fully-qualified host name of the MTA that is the final destination of messages sent to this recipient.


Example
mailHost: mail.siroe.com


OID
2.16.840.1.113730.3.1.18



mailMessageStore


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
inetMailUser


Definition
Specifies the message store partition name for the user. The mapping between the partition name and the file system location of the store is kept in the message store configuration. If not specified, the default store partition specified in the server configuration is used.


Example
mailMessageStore: secondary


OID
2.16.840.1.113730.3.1.19



mailMsgQuota


Origin
iPlanet Messaging Server 5.0


Syntax
int, single-valued


Object Class(es)
inetMailUser


Definition
Maximum number of messages permitted for a user is set with mailMsgQuota. This is a cumulative count for all folders in the store. Value of 0 (or not specified) means system default quota, -1 means no limit on number of messages. During server configuration, quota enforcement must be turned on for mailMsgQuota to take effect. Both soft and hard quotas can be set (See iPlanet Message Server Administration Guide).


Example
mailMsgQuota: 2000


OID
2.16.840.1.113730.3.1.774



mailProgramDeliveryInfo


Origin
iPlanet Messaging Server 5.0


Syntax
ces, multi-valued


Object Class(es)
inetMailGroup,inetMailUser


Definition
Specifies one or more programs used for program delivery. These programs have to be on the approved list of programs that the messaging server is permitted to execute for a domain. The attribute value specifies a reference to a program. That reference is resolved from the approved list of programs. Resolved reference also provides the program parameters and execution permissions. Used in conjunction with the mailDeliveryOption=program. Program approval process is described in: http://docs.iplanet.com/docs/manuals/messaging/ims50/ag/users.htm#13443


Example
mailProgramDeliveryInfo: procmail


OID
2.16.840.1.113730.3.1.20   



mailQuota


Origin
iPlanet Messaging Server 5.0


Syntax
int, single-valued


Object Class(es)
inetMailUser, mailDomain


Definition
Specifies disk space allowed for the user's mailbox in bytes. Value of 0 (or not specified) means system default quota, -1 means no limit on space usage. System default is specified in the server configuration parameter store.defaultmailboxquota. By setting a quota in this config parameter and setting store.quotaenforcement to `on' the message store starts enforcing the quota.


Example
mailQuota: 5000000


OID
2.16.840.1.113730.3.1.21



mailRoutingAddress


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single valued


Object Class(es)
inetLocalMailRecipient


Definition
Reserved.


Example
TBD.


OID
2.16.840.1.113730.3.1.24



mailRoutingHosts


Origin
iPlanet Messaging Server 5.0


Syntax
cis, multi-valued


Object Class(es)
mailDomain


Definition
Fully qualified host name of the MTA responsible for making routing decisions for user in this (and all contained) domain(s). Unspecified attribute implies all MTAs must route messages for the users/groups of this (and contained) domain(s).


Example
mailRoutingHosts: mail.siroe.com


OID
2.16.840.1.113730.3.1.759



mailRoutingSmartHost


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
mailDomain


Definition
Fully qualified host name of a mail server responsible for handling mail for users not found in the local directory. Messages sent to users not found in the messaging server's directory are forwarded to the mail server specified in this attribute. This is useful when transitioning from one mail system to another and all users have not yet been moved over to the messaging server directory. An empty or missing attribute implies the local MTA is responsible for routing and delivering all messages for users in that domain.


Example
mailRoutingSmartHost: mail.siroe.com


OID
2.16.840.1.113730.3.1.760



mailSieveRuleSource


Origin
iPlanet Messaging Server 5.0


Syntax
cis, multi-valued


Object Class(es)
inetMailUser


Definition
The iPlanet Delegated Adminstrator for Messaging provides an interface for modifying this attribute. However, if you add a SIEVE rule without using iPlanet Delegated Adminstrator for Messaging, subsequent use to create/modify SIEVE rules for that user may produce unstable SIEVE rules.

Stores multiple Sieve scripts per user, in LDAP. A script would have the form like:

require ["fileinto", "reject"];
# $Rule Info: Order=(1-infinity, or 0 for disabled) Template=(template-name) Name=(rule name)
if header :is "Sender" "owner-ietf-mta-filters@imc.org"
{ fileinto "filter"; # move to "filter" folder }
if header :is "Subject" "SPAM!"
{ delete }

To enable the user interface to handle small rules, rather than one script containing all the user's rules, this attribute takes multiple values (that is, multiple rules). The server looks at every rule in mailSieveRuleSource.

To provide ordering and possible user interface editing information, there is an optional Sieve comment line in each rule. This line has the following format:

# $Rule Info: Order=(1-infinity, or 0 for disabled) Template=(template-name) Name=(rule name)

Only the Order field is used by the messaging server. The other fields are added as markers for fields that might be useful for the user interface. All rules that have a Rule Info line will be processed first by the messaging server. If Order=0, then this rule is not used in the Sieve evaluation. Otherwise, the rules are processed in the order provided (1 having highest priority). To accommodate Sieve rules that might not have been entered using the Rule Info extension, any other rules found are run by the server, in order received from LDAP after all rules with corresponding order values have been processed.

Syntax of the SIEVE scripts is specified in the internet draft Sieve: A Mail filtering Language at http://docs.iplanet.com/docs/sieve.


Example
mailSieveRuleSource:
require ["fileinto", "reject", "redirect", "discard]
if header :contains "Subject" "New Rules Suggestion
    {redirect "rules@sesta.com" # Forward message }
if header :contains "Sender" "porn.com"
    {discard text:
Your message has been rejected. Please remove this address from your mailing list. # Reject message, send reply message.}
if size :over 1M
    { reject text:
Please do not send me large attachments.
Put your file on a server and send me the URL.
Thank you. # Discard message, send reply message.}
if header :contains "Sender" "barkley@sesta.com
    { fileinto complaints.refs # File message}


OID
2.16.840.1.113730.3.1.775



mailSMTPSubmitChannel


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
inetMailUser


Definition
Most commonly, this attribute is a factor involved in setting up guaranteed message delivery, or in setting up other special classes of service. When defined, this attribute tells the MTA that if SMTP is successful, consider the channel named by this attribute to be the effective submission channel.


Example
mailSMTPSubmitChannel: tcp_guaranteed

OID

2.16.840.1.113730.3.1.776   



mailUserStatus


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
inetMailUser


Definition
Stores one of the following mail user states (missing value implies status is inactive):

  • active - Normal state. If inetUserStatus is also active, then mail is processed as per the values stored in other user attributes (such as mailDeliveryOption, mailSieveRuleSource, and so on). If not set to active, the status from inetUserStatus takes precedence. Other status attributes taken into consideration are inetDomainStatus and mailDomainStatus. If the combination of inetDomainStatus and mailDomainStatus permits mail delivery and access for the domain, the user state is determined from inetUserStatus and mailUserStatus.

  • inactive - The userss mail account is inactive. A transient failure is returned to the sending MTA.

  • deleted - User's mail account is marked deleted. A permanent failure is returned to the sending MTA and the user's mail account is a candidate for cleanup by the purge utility. User access to mailbox is blocked.

  • hold - User's mail is sent to the hold queue and access to the mailbox over IMAP, POP, and HTTP is disallowed. MTA and Message Access Servers on the store server must comply with this requirement.

Missing value implies status is active. An illegal value is treated as inactive. Table 2-3 shows the possible combinations between inetUserStatus and mailUserStatus.

Table 2-3    inetDomainStatus/mailDomainStatus Matrix

mailDomainStatus

inetDomainStatus

active

inactive

deleted

active  

active  

inactive  

deleted  

inactive  

inactive  

inactive  

deleted  

deleted  

deleted  

inactive  

deleted  

hold  

hold  

inactive  

deleted  


Example
mailUserStatus: active


OID
2.16.840.1.113730.3.1.778



maxPabEntries


Origin
iPlanet Messaging Server 5.0


Syntax
int, single-valued


Object Class(es)
ipUser


Definition
Specifies the maximum number of personal address book entries users are permitted to have in their personal address book store. A value of -1 implies there is no limit. If this attribute is not present then the system default specified in the personal address book configuration is used.


Example
maxPabEntries: 1000


OID
2.16.840.1.113730.3.1.705



memberOf


Origin
iPlanet Messaging Server 5.0


Syntax
DN, multi-valued


Object Class(es)
inetUser, inetAdmin


Definition
Specifies the DN of a mailing list to which a user belongs. Indicates group membership as a backpointer.


Example
memberOf: cn=Administrators,ou=groups o=sesta.com,o=siroe-isp.com


OID
1.2.840.113556.1.2.102



memberOfManagedGroup


Origin
iPlanet Messaging Server 5.0


Syntax
DN, single-valued


Object Class(es)
ipUser


Definition
Specifies the DN of the family account of which this user is a member.


Example
memberOfManagedGroup: cn=Addams Family, ou=groups,o=sesta.com,o=isp


OID
2.16.840.1.113730.3.1.704



memberOfPAB


Origin
iPlanet Messaging Server 5.0


Syntax
cis, multi-valued


Object Class(es)
pabPerson, pabGroup


Definition
The unique name (un) of the personal address book(s) in which this entry belongs.


Example
abab: addressbook122FA7


OID
2.16.840.1.113730.3.1.718   



memberOfPABGroup


Origin
iPlanet Messaging Server 5.0


Syntax
cis, multi-valued


Object Class(es)
pabPerson


Definition
Unique name of the personal group(s) in which this user belongs.


Example
memberOfPabGroup: testgroup15577F2D


OID
2.16.840.1.113730.3.1.719



mgmanAllowSubscribe


Origin
iPlanet Messaging Server 5.0


Syntax
cis, multi-valued


Object Class(es)
inetMailGroupManagement


Definition
Domain name(s) or email addresses of users allowed to subscribe to this mailing list.


Example
mgmanAllowSubscribe: sestsa.com (every user at sesta.com would be able to subscribe to the list)


OID
2.16.840.1.113730.3.1.790



mgmanDenySubscribe


Origin
iPlanet Messaging Server 5.0


Syntax
cis, multi-valued


Object Class(es)
inetMailGroupManagement


Definition
Domain name(s) or email addresses of users not allowed to subscribe to this list. The mgmanDenySubscribe attribute takes precedence over mgmanAllowSubscribe.


Example
mgmanDenySubscribe: siroe.com


OID
2.16.840.1.113730.3.1.791



mgmanGoodbyeText


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single valued


Object Class(es)
inetMailGroupManagement


Definition
Reserved.


Example
TBD.


OID
2.16.840.1.113730.3.1.797



mgmanHidden


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
inetMailGroupManagement


Definition
A boolean flag specifying whether or not the group should appear in lists that are requested by people other than the group owners. A value of yes corresponds with a hidden group, that is, the list is not visible. A value of no means that the list is visible. A missing value is the same as a value of no.


Example
mgmanHidden: yes


OID
2.16.840.1.113730.3.1.792



mgmanIntroText


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
inetMailGroupManagement


Definition
Reserved.


Example
TBD.


OID
2.16.840.1.113730.3.1.796



mgmanJoinability


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
inetMailGroupManagement


Definition
Specifies who can subscribe to the group. The allowed values are ANYONE, ALL, and NONE (If this attribute is not specified, the default is NONE):

  • ANYONE - Enables anyone to subscribe.

  • ALL - Enables anyone authenticated to the directory (or iPlanet Delegated Adminstrator for Messaging) to subscribe.

  • NONE - Only owner can add members to a closed distribution list.


Example
mgmanJoinability: All


OID
2.16.840.1.113730.3.1.793   



mgmanMemberVisibility


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
inetMailGroupManagement


Definition
Defines who has rights to view the group membership list. Like the attribute mgmanJoinability, this attribute has the keyword values NONE, ALL and ANYONE. No matter what the setting of this attribute, group owners always retain the right to view (and modify) membership.

  • ANYONE - Enables anyone to see the members in the mailing list. Also, the MTA returns the addresses of members when an EXPN is performed.

  • ALL - Enables anyone authenticated to the directory (or iPlanet Delegated Adminstrator for Messaging) to view.

  • NONE - Members are not visible to anyone, except to group owners.


Example
mgmanMemberVisibility: All


OID
2.16.840.1.113730.3.1.795



mgrpAddHeader


Origin
iPlanet Messaging Server 5.0


Syntax
cis, multi-valued


Object Class(es)
inetMailGroup


Definition
Reserved.


Example
TBD.


OID
2.16.840.1.113730.3.1.781   



mgrpAllowedBroadcaster


Origin
iPlanet Messaging Server 5.0


Syntax
ces, multi-valued


Object Class(es)
inetMailGroup


Definition
Identifies mail users allowed to send messages to the mail group. The Messaging Server expects this attribute to contain either a distinguished name or an RFC822address using an LDAP URI or a mailto address (see example). If a distinguished name is used, it must represent a mailable entry or entries of type group or groupOfUniqueNames. If no instances of this attribute exist on the inetMailGroup entry, then there are no restrictions on who can send messages to the mail group unless the mgrpAllowedDomain and mgrpDisallowedDomain attributes are used


Example
Example 1: mgrpAllowedBroadcaster: ldap://uid=bjensen, o=siroe.com Example 2: mgrpAllowedBroadcaster: mailto:sys50@siroe.com


OID
2.16.840.1.113730.3.1.22



mgrpAllowedDomain


Origin
iPlanet Messaging Server 5.0


Syntax
cis, multi-valued


Object Class(es)
inetMailGroup


Definition
Identifies domains (including subdomains) from which users are allowed to send messages to the mail group. If no instances of this attribute exist on the inetMailGroup entry, then there are no restrictions on who can send messages to the mail group unless the mgrpAllowedBroadcaster, mgrpDisallowedBroadcaster, and mgrpDisallowedDomain attributes are used. For example, a value of siroe.com matches any user sending from *.siroe.com.


Example
mgrpAllowedDomain: siroe.com


OID
2.16.840.1.113730.3.1.23   



mgrpAuthPassword


Origin
iPlanet Messaging Server 5.0


Syntax
ces, single-valued


Object Class(es)
inetMailGroup


Definition
Reserved.


Example
TBD.


OID
2.16.840.1.113730.3.1.783



mgrpBroadcasterPolicy


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
inetMailGroup


Definition
Policy for determining allowed broadcaster. The only choice at this time is AUTH_REQ. By default the system examines the value of From: header

  • auth_req: Requires allowedBroadcasters to be SMTP authenticated.


Example
mgrpBroadcasterPolicy: AUTH_REQ


OID
2.16.840.1.113730.3.1.3



mgrpDeliverTo


Origin
iPlanet Messaging Server 5.0


Syntax
ces, multi-valued


Object Class(es)
inetMailGroup


Definition
Used as an alternative method of specifying mail group membership. Messaging Server expects this attribute to contain an LDAP URL using the format described in RFC1959. Any entries returned by the resulting LDAP search are members of the mailing group. This is used to create a dynamic mailing list.


Example
mgrpDeliverTo: ldap:/// ou=Accounting,o=iPlanet,c=US??sub?(& (objectClass=inetMailUser)(objectClass=inetOrgPerson))


OID
2.16.840.1.113730.3.1.25



mgrpDisallowedBroadcaster


Origin
iPlanet Messaging Server 5.0


Syntax
ces, multi-valued


Object Class(es)
inetMailGroup


Definition
Messaging Server expects this attribute to contain either a distinguished name or an RFC822address. If a distinguished name is used, it must represent a mailable entry or entries of type group or groupOfUniqueNames. The distinguished name must be represented in the form of an LDAP URL as described in RFC1959. Identifies mail users not allowed to send messages to the mail group. If no instances of this attribute exist on the inetMailGroup entry, then there are no restrictions on who can send messages to the mail group unless the mgrpAllowedDomain and mgrpDisallowedDomain attributes are used.


Example
Example 1: mgrpDisallowedBroadcaster: ldap://uid=bjensen, o=sesta.com

Example 2: mgrpDisallowedBroadcaster: mailto:sys50@sesta.com


OID
2.16.840.1.113730.3.1.785



mgrpDisallowedDomain


Origin
iPlanet Messaging Server 5.0


Syntax
cis, multi-valued


Object Class(es)
inetMailGroup


Definition
Identifies domains from which users are not allowed to send messages to the mail group. This attribute is a private extension used by Messaging Server to manage mailing lists. If this attribute exists, then messages from listed domains are rejected. If no instances of this attribute exist on the inetMailGroup entry, then there are no restrictions on who can send messages to the mail group unless the mgrpAllowedBroadcaster, mgrpDisallowedBroadcaster, and mgrpAllowedDomain attributes are used.


Example
mgrpDisallowedDomain: florizel.com


OID
2.16.840.1.113730.3.1.784



mgrpErrorsTo


Origin
iPlanet Messaging Server 5.0


Syntax
ces, single-valued


Object Class(es)
inetMailGroup


Definition
Recipient of error messages generated when messages are submitted to this list. Recipient's address can be specified using the mailto syntax, which includes an RFC822 e-mail address preceded by the keyword "mailto:" or simply an RFC822 email address. Also supports LDAP URL syntax


Examples:
Example 1: mgrpErrorsTo: mailto:jordan@siroe.com
Example 2: mgrpErrorsTo: ldap:///uid=ofanning,ou=people,o=siroe.com,o=isp


OID
2.16.840.1.113730.3.1.26



mgrpModerator


Origin
iPlanet Messaging Server 5.0


Syntax
ces, multi-valued


Object Class(es)
inetMailGroup


Definition
LDAP URI or mailto URL identifying the moderators allowed to submit messages to this list. Only those messages that are submitted by the moderator are sent to the members of this list. Messages submitted by others are forwarded to the moderators for approval and resubmission.


Example
mgrpModerator: jordan@sesta.com


OID
2.16.840.1.113730.3.1.33



mgrpMsgMaxSize


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
inetMailGroup


Definition
Maximum message size in bytes that can be sent to the group. Messaging Server expects zero or one instance of this attribute to exist for every mailGroup entry. If no entry exists, then no size limit is imposed on mail to the group.


Example
mgrpMsgMaxSize: 2000


OID
2.16.840.1.113730.3.1.3



mgrpMsgRejectAction


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
inetMailGroup


Definition
Reserved.


Example
TBD.


OID
2.16.840.1.113730.3.1.28



mgrpMsgRejectText


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
inetMailGroup


Definition
Reserved.


Example
TBD.


OID
2.16.840.1.113730.3.1.29



mgrpNoDuplicateChecks


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
inetMailGroup


Definition
Prevents Messaging Server from checking for duplicate delivery to members of the mail group. Prevents multiple deliveries if a user is on multiple lists. No means the system checks for duplicate delivery. Yes means the system does not check for duplicate delivery.


Example
mgrpNoDuplicateChecks: yes


OID
2.16.840.1.113730.3.1.789



mgrpRemoveHeader


Origin
iPlanet Messaging Server 5.0


Syntax
cis, multi-valued


Object Class(es)
inetMailGroup


Definition
Reserved.


Example
TBD.


OID
2.16.840.1.113730.3.1.801



mgrpRequestTo


Origin
iPlanet Messaging Server 5.0


Syntax
ces, multi-valued


Object Class(es)
inetMailGroup


Definition
LDAP URL or mailto identifying the recipient(s) of request-to-be-added messages. A new alias is generated for distribution lists with this attribute. This alias is of the form: distribution_list_name-request@domain and the messages sent to this alias are forwarded to the recipients listed in mgrpRequestsTo.


Example
mgrpRequestsTo: jordan@sesta.com


OID
2.16.840.1.113730.3.1.782



mgrpRFC822MailMember


Origin
iPlanet Messaging Server 5.0


Syntax
cis, multi-valued


Object Class(es)
inetMailGroup


Definition
Identifies recipients of mail sent to mail group. Mail sent to both this attribute and uniqueMember attributes are not members of the mixed-in groupOfUniqueNames. This attribute represents mail recipients that cannot be expressed as distinguished names, or who are to be sent mail from this group but who do not have the full privileges of a unique group member. Messaging Server expects this attribute to contain RFC822 mail addresses. Generally used for group members who are not in the local directory.


Example
mgrpRFC822MailMember: bjensen@siroe.com


OID
2.16.840.1.113730.3.1.30



mnggrpAdditionPolicy


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
inetManagedGroup


Definition
Reserved.


Example
TBD.


OID
2.16.840.1.113730.3.1.710



mnggrpBillableUser


Origin
iPlanet Messaging Server 5.0


Syntax
DN, single-valued


Object Class(es)
inetManagedGroup


Definition
DN of the user who is responsible for paying the bills for this family account or group of users.


Example
mnggrpBillableUser:uid=John,ou=people,o=sesta.com,o=isp


OID
2.16.840.1.113730.3.1.711



mnggrpCurrentUsers


Origin
iPlanet Messaging Server 5.0


Syntax
int, single-valued


Object Class(es)
inetManagedGroup


Definition
Current number of users allowed in the managed group. Intended for reporting purposes only. No operational impact.


Example
mnggrpCurrentUsers: 20

OID

2.16.840.1.113730.3.1.714



mnggrpDeletionPolicy


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single valued


Object Class(es)
inetManagedGroup


Definition
Reserved.


Example
TBD.


OID
2.16.840.1.113730.3.1.709



mnggrpMailQuota


Origin
iPlanet Messaging Server 5.0


Syntax
int, single-valued


Object Class(es)
inetManagedGroup


Definition
Cumulative disk quota allowed for all users in the managed group. A value of -1 specifies that there is no limit on space used by users in the managed group. Intended for reporting purposes only. No operational impact.


Example
mnggrpMailQuota: -1


OID
2.16.840.1.113730.3.1.715



mnggrpMaxUsers


Origin
iPlanet Messaging Server 5.0


Syntax
int, single-valued


Object Class(es)
inetManagedGroup


Definition
Maximum number of users allowed in the managed group.


Example
30


OID
2.16.840.1.113730.3.1.713



mnggrpStatus


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
inetManagedGroup


Definition
Reserved.


Example
TBD.


OID
2.16.840.1.113730.3.1.712



mnggrpUserClassOfServices


Origin
iPlanet Messaging Server 5.0


Syntax
cis, multi-valued


Object Class(es)
inetManagedGroup


Definition
Reserved.


Example
TBD.


OID
2.16.840.1.113730.3.1.716



msgVanityDomain


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
msgVanityDomainUser


Definition
Vanity domain name associated with the user. Used only for routing purposes by the MTA. Users still have a primary domain associated with their account and they use that domain to log into the message access services. However, this attribute enables them to have email addresses in the namespace represented by the vanity domain name. Refer to the section on vanity domains in the iPlanet Messaging Server Provisioning Guide for details on how to create vanity domains (http://docs.iplanet.com/docs/manuals/messaging/ims50/pg/domains.htm#28035).


Example

If msgVanityDomain=foo.com, the user can have an address where the domain part is @foo.com.

OID
2.16.840.1.113730.3.1.799



multiLineDescription


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
inetMailGroupManagement


Definition
Detailed description of the distribution list. $ creates a new line.


Example
multiLineDescription: People who like cats. $And are ambivalent about people.


OID
1.3.6.1.4.1.250.1.2



nickName


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
pabPerson, pabGroup


Definition
Identifies the short name used to locate a pabPerson or a pabGroup entry.


Example
nickname: Nick


OID
2.16.840.1.113730.3.1.720



nsdaModifiableBy


Origin
iPlanet Messaging Server 5.0


Syntax
DN, single-valued


Object Class(es)
inetManagedGroup


Definition
DN of the administrator's group used with ACIs to grant rights to manage other groups.


Example
nsdaModifiableBy: cn=service administrators,ou=group,o=isp


OID
2.16.840.1.113730.3.1.565



nswmExtendedUserPrefs


Origin
iPlanet Messaging Server 5.0


Syntax
cis, multi-valued


Object Class(es)
inetMailUser


Definition
This attribute holds the pairs that define Messenger Express preferences such as sort order, Mail From address, and so on. Each instance of this attribute is the tuple pref_name=pref_value. This is a proprietary syntax and the example below is for illustrative purposes only.


Example
Example 1: nswmExtendedUserPrefs: meColorSet=4
Example 2: nswmExtendedUserPrefs: meSort=r
Example 3: nswmExtendedUserPrefs: meAutoSign=True
Example 4: nswmExtendedUserPrefs: meSignature=Otis
Fanning$ofanning@sesta.com
Example 5: nswmExtendedUserPrefs: meDraftFolder=Drafts


OID
2.16.840.1.113730.3.1.520



organizationName


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single valued


Object Class(es)
pabPerson


Definition
Name of the user's company or organization.


Example
organizationName: Siroe Incorporated


OID
2.5.4.10



organizationUnitName


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single valued


Object Class(es)
pabPerson


Definition
Name of the organizational unit to which the user belongs. Used in a pabPerson entry.


Example
organizationUnitName: ou=docs


OID
2.16.840.1.113730.3.1.722   



owner


Origin
iPlanet Messaging Server 5.0


Syntax
DN, single-valued


Object Class(es)
inetManagedGroup


Definition
DN of the group/user that is permitted to manage resources in the family group.


Example
owner: uid=baylor,ou=People,o=sesta.com,o=isp


OID
2.5.4.32



pabURI


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
ipUser


Definition
LDAP URI specifying the container of the personal address book entries for this user. It takes the following form: ldap://server:port/container_dn, where:

  • server - Host name of the personal address book LDAP server.

  • port -Port of the personal address book LDAP server.

  • container_dn - DN of the subtree where all PAB entries for the user are created.


Example
pabURI: ldap://ldap.siroe.com:389/ou=ed,ou=people,o=sesta.com,o=isp,o=pab


OID
2.16.840.1.113730.3.1.703



preferredLanguage


Origin
iPlanet Messaging Server 5.0


Syntax
RFC 2798, cis, single-valued


Object Class(es)
mailDomain, inetMailGroup


Definition
Preferred written or spoken language for a person.


Example
preferredLanguage: fr, en-gb;q=0.8, en;q=0.7


OID
2.16.840.1.113730.3.1.39



preferredMailHost


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
mailDomain


Definition
Used by Delegated Administrator to set the mailHost attribute of newly created users and groups in this mail domain.


Example
preferredMailHost: mail.siroe.com


OID
2.16.840.1.113730.3.1.761



preferredMailMessageStore


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
mailDomain


Definition
Used by Delegated Administrator for Messaging to set the mailMessageStore attribute of newly created users. If missing, Delegate Administrator leaves the mailMessageStore attribute empty and the access server assumes that the user's mailbox is in the default partition of the server instance.


Example
primary


OID
2.16.840.1.113730.3.1.762



un


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
pabPerson, pabGroup, pab


Definition
Unique name assigned to PAB entry. This is also the naming attribute for entries created by this object class and is used to form the DN of all PAB entries, irrespective of the type (pab, pabPerson, or pabGroup).


Example
un: Nick


OID
2.16.840.1.113730.3.1.717



vacationEndDate


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
userPresenceProfile


Definition
Vacation end date and time. Date is in the following format: YYYYMMDDHHMMSSZ; where YYYY is the four digit year, MM is the two digit month, DD is the two digit day, HH is the two digit hour, and SS is the two digit second. Time is normalized to GMT. Z is the character Z.


Example
vacationEndDate: 20000220000000Z


OID
2.16.840.1.113730.3.1.708



vacationStartDate


Origin
iPlanet Messaging Server 5.0


Syntax
cis, single-valued


Object Class(es)
userPresenceProfile


Definition
Vacation start date and time. Date is in the following format: YYYYMMDDHHMMSSZ; where YYYY is the four digit year, MM is the two digit month, DD is the two digit day, HH is the two digit hour, and SS is the two digit second. Time is normalized to GMT. Z is the character Z.


Example
vacationStartDate: 20000215000000Z


OID
2.16.840.1.113730.3.1.707


Previous     Contents     Index     DocHome     Next     
Copyright © 2000 Sun Microsystems, Inc. Some preexisting portions Copyright © 2000 Netscape Communications Corp. All rights reserved.

Last Updated March 27, 2001