NAME

vaddusers - Add users to a virtual domain


SYNOPSIS

vaddusers [--quiet]


DESCRIPTION

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.


OPTIONS

--quiet

Suppress all status messages.


SEE ALSO

vadduser(1), vsetup(1)


NOTES

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.


AUTHORS

Bruce Guenter <bruceg@em.ca>