1 <HTML> |
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
2 <HEAD> |
2 <html xmlns="http://www.w3.org/1999/xhtml"> |
3 <TITLE>vdeluser - Delete users from a virtual domain</TITLE> |
3 <head> |
4 <LINK REV="made" HREF="mailto:root@porky.devel.redhat.com"> |
4 <title>vdeluser - Delete users from a virtual domain</title> |
5 </HEAD> |
5 <link rev="made" href="mailto:Gentoo@lorien.untroubled.org" /> |
|
6 </head> |
6 |
7 |
7 <BODY> |
8 <body style="background-color: white"> |
8 |
9 |
|
10 <p><a name="__index__"></a></p> |
9 <!-- INDEX BEGIN --> |
11 <!-- INDEX BEGIN --> |
10 <!-- |
12 <!-- |
11 |
13 |
12 <UL> |
14 <ul> |
13 |
15 |
14 <LI><A HREF="#NAME">NAME</A> |
16 <li><a href="#name">NAME</a></li> |
15 <LI><A HREF="#SYNOPSIS">SYNOPSIS</A> |
17 <li><a href="#synopsis">SYNOPSIS</a></li> |
16 <LI><A HREF="#DESCRIPTION">DESCRIPTION</A> |
18 <li><a href="#description">DESCRIPTION</a></li> |
17 <LI><A HREF="#OPTIONS">OPTIONS</A> |
19 <li><a href="#options">OPTIONS</a></li> |
18 <LI><A HREF="#NOTES">NOTES</A> |
20 <li><a href="#notes">NOTES</a></li> |
19 <LI><A HREF="#AUTHORS">AUTHORS</A> |
21 <li><a href="#authors">AUTHORS</a></li> |
20 </UL> |
22 </ul> |
21 --> |
23 --> |
22 <!-- INDEX END --> |
24 <!-- INDEX END --> |
23 |
25 |
24 <P> |
26 <p> |
25 <H1><A NAME="NAME">NAME</A></H1> |
27 </p> |
26 <P> |
28 <h1><a name="name">NAME</a></h1> |
27 vdeluser - Delete users from a virtual domain |
29 <p>vdeluser - Delete users from a virtual domain</p> |
|
30 <p> |
|
31 </p> |
|
32 <hr /> |
|
33 <h1><a name="synopsis">SYNOPSIS</a></h1> |
|
34 <p><strong>vdeluser</strong> |
|
35 [<strong>-D</strong>] |
|
36 [<strong>--no-mailbox</strong>] |
|
37 [<strong>--quiet</strong>] |
|
38 <em>USER1 [USER2 ...]</em></p> |
|
39 <p> |
|
40 </p> |
|
41 <hr /> |
|
42 <h1><a name="description">DESCRIPTION</a></h1> |
|
43 <p>This program will take the steps necessary to |
|
44 remove a user from a virtual domain.</p> |
|
45 <p>For each user listed on the command line, it does the following:</p> |
|
46 <p>1. It removes the named user's entry from the local password file.</p> |
|
47 <p>2. It removes any qmail delivery files that point to the named user's |
|
48 mail directory.</p> |
|
49 <p>3. It removes the user's mail directory and all of its contents |
|
50 (recursively).</p> |
|
51 <p>If any of the above steps fail, a warning is issued and processing |
|
52 continues.</p> |
|
53 <p> |
|
54 </p> |
|
55 <hr /> |
|
56 <h1><a name="options">OPTIONS</a></h1> |
|
57 <dl> |
|
58 <dt><strong><a name="item__2dd_2c__2d_2dno_2dmailbox"><strong>-D</strong>, <strong>--no-mailbox</strong></a></strong><br /> |
|
59 </dt> |
|
60 <dd> |
|
61 Do not delete users that have a mailbox. |
|
62 </dd> |
|
63 <p></p> |
|
64 <dt><strong><a name="item__2d_2dquiet"><strong>--quiet</strong></a></strong><br /> |
|
65 </dt> |
|
66 <dd> |
|
67 Suppress all status messages. |
|
68 </dd> |
|
69 <p></p></dl> |
|
70 <p> |
|
71 </p> |
|
72 <hr /> |
|
73 <h1><a name="notes">NOTES</a></h1> |
|
74 <p>You must have either created the users subdirectory by hand or run the |
|
75 <em>vsetup</em> program before using this program.</p> |
|
76 <p>This program expects the environment variable <code>HOME</code> to be set, and |
|
77 executes a change directory to the contents of it before starting. It |
|
78 is also required that you change user to the domain owner before using |
|
79 these utilities.</p> |
|
80 <p> |
|
81 </p> |
|
82 <hr /> |
|
83 <h1><a name="authors">AUTHORS</a></h1> |
|
84 <p>Bruce Guenter <<a href="mailto:bruceg@em.ca">bruceg@em.ca</a>></p> |
28 |
85 |
29 <P> |
86 </body> |
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 |
87 |
37 |
88 </html> |
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 <<A HREF="mailto:bruceg@em.ca">bruceg@em.ca</A>> |
|
94 |
|
95 </BODY> |
|
96 |
|
97 </HTML> |
|