commands/vdeluser.html
changeset 0 6f7a81934006
child 2 b3afb9f1e801
equal deleted inserted replaced
-1:000000000000 0:6f7a81934006
       
     1 <HTML>
       
     2 <HEAD>
       
     3 <TITLE>vdeluser - Delete users from a virtual domain</TITLE>
       
     4 <LINK REV="made" HREF="mailto:root@porky.devel.redhat.com">
       
     5 </HEAD>
       
     6 
       
     7 <BODY>
       
     8 
       
     9 <!-- INDEX BEGIN -->
       
    10 <!--
       
    11 
       
    12 <UL>
       
    13 
       
    14 	<LI><A HREF="#NAME">NAME</A>
       
    15 	<LI><A HREF="#SYNOPSIS">SYNOPSIS</A>
       
    16 	<LI><A HREF="#DESCRIPTION">DESCRIPTION</A>
       
    17 	<LI><A HREF="#OPTIONS">OPTIONS</A>
       
    18 	<LI><A HREF="#NOTES">NOTES</A>
       
    19 	<LI><A HREF="#AUTHORS">AUTHORS</A>
       
    20 </UL>
       
    21 -->
       
    22 <!-- INDEX END -->
       
    23 
       
    24 <P>
       
    25 <H1><A NAME="NAME">NAME</A></H1>
       
    26 <P>
       
    27 vdeluser - Delete users from a virtual domain
       
    28 
       
    29 <P>
       
    30 <HR>
       
    31 <H1><A NAME="SYNOPSIS">SYNOPSIS</A></H1>
       
    32 <P>
       
    33 <STRONG>vdeluser</STRONG>
       
    34 [<STRONG>-D</STRONG>] [<STRONG>--no-mailbox</STRONG>] [<STRONG>--quiet</STRONG>]
       
    35 <EM>USER1 [USER2 ...]</EM>
       
    36 
       
    37 
       
    38 
       
    39 <P>
       
    40 <HR>
       
    41 <H1><A NAME="DESCRIPTION">DESCRIPTION</A></H1>
       
    42 <P>
       
    43 This program will take the steps necessary to remove a user from a virtual
       
    44 domain.
       
    45 
       
    46 <P>
       
    47 For each user listed on the command line, it does the following:
       
    48 
       
    49 <P>
       
    50 1. It removes the named user's entry from the local password file.
       
    51 
       
    52 <P>
       
    53 2. It removes any qmail delivery files that point to the named user's mail
       
    54 directory.
       
    55 
       
    56 <P>
       
    57 3. It removes the user's mail directory and all of its contents
       
    58 (recursively).
       
    59 
       
    60 <P>
       
    61 If any of the above steps fail, a warning is issued and processing
       
    62 continues.
       
    63 
       
    64 <P>
       
    65 <HR>
       
    66 <H1><A NAME="OPTIONS">OPTIONS</A></H1>
       
    67 <DL>
       
    68 <DT><STRONG><A NAME="item__D_">-D, --no-mailbox</A></STRONG><DD>
       
    69 <P>
       
    70 Do not delete users that have a mailbox.
       
    71 
       
    72 <DT><STRONG><A NAME="item__quiet">--quiet</A></STRONG><DD>
       
    73 <P>
       
    74 Suppress all status messages.
       
    75 
       
    76 </DL>
       
    77 <P>
       
    78 <HR>
       
    79 <H1><A NAME="NOTES">NOTES</A></H1>
       
    80 <P>
       
    81 You must have either created the users subdirectory by hand or run the
       
    82 <EM>vsetup</EM> program before using this program.
       
    83 
       
    84 <P>
       
    85 This program expects the environment variable <CODE>HOME</CODE> to be set, and executes a change directory to the contents of it before
       
    86 starting. It is also required that you change user to the domain owner
       
    87 before using these utilities.
       
    88 
       
    89 <P>
       
    90 <HR>
       
    91 <H1><A NAME="AUTHORS">AUTHORS</A></H1>
       
    92 <P>
       
    93 Bruce Guenter &lt;<A HREF="mailto:bruceg@em.ca">bruceg@em.ca</A>&gt;
       
    94 
       
    95 </BODY>
       
    96 
       
    97 </HTML>