diff -r 000000000000 -r 6f7a81934006 commands/vdeluser.pod --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/commands/vdeluser.pod Wed Jan 16 22:39:43 2008 +0100 @@ -0,0 +1,62 @@ +=head1 NAME + +vdeluser - Delete users from a virtual domain + +=head1 SYNOPSIS + +B +[B<-D>] +[B<--no-mailbox>] +[B<--quiet>] +I + +=head1 DESCRIPTION + +This program will take the steps necessary to +remove a user from a virtual domain. + +For each user listed on the command line, it does the following: + +1. It removes the named user's entry from the local password file. + +2. It removes any qmail delivery files that point to the named user's +mail directory. + +3. It removes the user's mail directory and all of its contents +(recursively). + +If any of the above steps fail, a warning is issued and processing +continues. + + +=head1 OPTIONS + +=over 8 + +=item B<-D>, B<--no-mailbox> + +Do not delete users that have a mailbox. + +=item B<--quiet> + +Suppress all status messages. + +=back + +=head1 NOTES + + +You must have either created the users subdirectory by hand or run the +F program before using this program. + +This program expects the environment variable C 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. + + + +=head1 AUTHORS + +Bruce Guenter +