|
The first step in this process is the construction of the mail user list file. The mail list file can
contain multiple domains and can contain new users and new aliases. The file must contain both directives
and data as defined below:
Directives are lines that tell the import program what to do with the data that follows, the three
directives are: "#DOMAIN:domain_name", "#USERS", "#ALIASES". The "DOMAIN" directive tells the
loader which domain to place the accounts in. The "USER" directive tells the loader that the
data below are user accounts. The "ALIASES" directive tells the loader that the data below are
aliases.
All accounts whether they are aliases or users are represented on one line per account. Each
line will contain fields that are delimited by commas. User fields are User Id, Password, and
Full Name in that order. Alias fields are Alias Name, and Forwarding Account in that order.
Example File:
#DOMAIN:chambergates.com
#USERS
john,liverpool,John Lennon
paul,"liverpool",Paul McCartney
george,liverpool,"George Harrison"
"ringo","liverpool","Ringo Starr"
#ALIASES
fanclub,john
pete,lostbeatle@hotmail.com
#DOMAIN:roffice.net
#users
sales,money,Sales Dept
support,help,Tech Support
#aliases
jobs,sales
|