Creating a Distribution List

To provision a distribution list in SIMS, a distribution list entry has to have the following minimum set of attributes/values. The example below assumes that the list is being added in the eng.widget.com DNS domain, mail server is mail.eng.widget.com., and the list has one member. The data is in Lightweight Directory Interchange Format (LDIF).

  dn: cn=all,ou=People,ou=eng,o=Widget,c=US
objectClass: top
objectClass: groupOfNames
objectClass: rfc822MailGroup
objectClass: emailGroup
commonname: all
member: cn=John Doe(jdoe),ou=People,ou=eng,o=Widget,c=US
mailhost: mail.eng.widget.com
associatedomain: eng.widget.com

If an external user has to be added to the distribution list, the external member addresses are specified in rfc822MailMember attribute. Other required attributes can be used to modify the behavior of the distribution list. For example one can setup a moderated list by adding one or more moderators. Or one can disallow messages from DNS domain singnet.sg to be sent to the members of the list by adding unauthorizedDomain: singnet.sg.




Copyright © 1999 Sun Microsystems, Inc. All Rights Reserved.