diff -r 000000000000 -r 6f7a81934006 commands/vdeluser.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/commands/vdeluser.html Wed Jan 16 22:39:43 2008 +0100 @@ -0,0 +1,97 @@ + + +vdeluser - Delete users from a virtual domain + + + + + + + + + +

+

NAME

+

+vdeluser - Delete users from a virtual domain + +

+


+

SYNOPSIS

+

+vdeluser +[-D] [--no-mailbox] [--quiet] +USER1 [USER2 ...] + + + +

+


+

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. + +

+


+

OPTIONS

+
+
-D, --no-mailbox
+

+Do not delete users that have a mailbox. + +

--quiet
+

+Suppress all status messages. + +

+

+


+

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> + + + +