vaddusers - Add users to a virtual domain
vaddusers [--quiet]
This program is used to set up a list of users within a virtual host. The list is taken from standard input. Each line in the list contains the user name, pass phrase, and an optional list of aliases, all seperated by whitespace. It will attempt to add each listed user to the virtual password table and to create a mail directory for the new user, as well as attempting to add entries for each of the named aliases. If any step fails, the remainder of that line is ignored and processing continues.
Suppress all status messages.
vadduser(1),
vsetup(1)
You must have either created the users subdirectory by hand or run the vsetup program before using this program.
This program expects the environment variable HOME
to be set, and executes a change directory to the contents of it before
starting. It is also required that you change user to the domain owner
before using these utilities.
Bruce Guenter <bruceg@em.ca>