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>vsetup - Sets up a virtual domain for its first use</TITLE> |
3 <head> |
4 <LINK REV="made" HREF="mailto:root@porky.devel.redhat.com"> |
4 <title>vsetup - Sets up a virtual domain for its first use</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="#RETURN_VALUE">RETURN VALUE</A> |
20 <li><a href="#return_value">RETURN VALUE</a></li> |
19 <LI><A HREF="#SEE_ALSO">SEE ALSO</A> |
21 <li><a href="#see_also">SEE ALSO</a></li> |
20 <LI><A HREF="#NOTES">NOTES</A> |
22 <li><a href="#notes">NOTES</a></li> |
21 <LI><A HREF="#AUTHORS">AUTHORS</A> |
23 <li><a href="#authors">AUTHORS</a></li> |
22 </UL> |
24 </ul> |
23 --> |
25 --> |
24 <!-- INDEX END --> |
26 <!-- INDEX END --> |
25 |
27 |
26 <P> |
28 <p> |
27 <H1><A NAME="NAME">NAME</A></H1> |
29 </p> |
28 <P> |
30 <h1><a name="name">NAME</a></h1> |
29 vsetup - Sets up a virtual domain for its first use |
31 <p>vsetup - Sets up a virtual domain for its first use</p> |
|
32 <p> |
|
33 </p> |
|
34 <hr /> |
|
35 <h1><a name="synopsis">SYNOPSIS</a></h1> |
|
36 <p><strong>vsetup</strong> |
|
37 [<strong>--quiet</strong>]</p> |
|
38 <p> |
|
39 </p> |
|
40 <hr /> |
|
41 <h1><a name="description">DESCRIPTION</a></h1> |
|
42 <p>This program sets up the basic set of necessary files needed to use an |
|
43 account as a virtual domain with vmailmgr. |
|
44 The users directory is created if it does not exist. |
|
45 A <em>.qmail-default</em> file is created with the proper contents. |
|
46 If a <em>.qmail-default</em> previously existed, it is renamed to |
|
47 <em>.qmail-default~</em>. |
|
48 Three system aliases (<code>root</code>, <code>mailer-daemon</code>, and <code>postmaster</code>) |
|
49 are created to point to the configured postmaster.</p> |
|
50 <p> |
|
51 </p> |
|
52 <hr /> |
|
53 <h1><a name="options">OPTIONS</a></h1> |
|
54 <dl> |
|
55 <dt><strong><a name="item__2d_2dquiet"><strong>--quiet</strong></a></strong><br /> |
|
56 </dt> |
|
57 <dd> |
|
58 Suppress all status messages. |
|
59 </dd> |
|
60 <p></p></dl> |
|
61 <p> |
|
62 </p> |
|
63 <hr /> |
|
64 <h1><a name="return_value">RETURN VALUE</a></h1> |
|
65 <p>0 if all files and directories are successfully created, 1 otherwise.</p> |
|
66 <p> |
|
67 </p> |
|
68 <hr /> |
|
69 <h1><a name="see_also">SEE ALSO</a></h1> |
|
70 <p>vdeliver(1), <code>vmailmgrd(8)</code></p> |
|
71 <p> |
|
72 </p> |
|
73 <hr /> |
|
74 <h1><a name="notes">NOTES</a></h1> |
|
75 <p>This program expects the environment variable <code>HOME</code> to be set, and |
|
76 executes a change directory to the contents of it before starting. It |
|
77 is also required that you change user to the domain owner before using |
|
78 these utilities.</p> |
|
79 <p> |
|
80 </p> |
|
81 <hr /> |
|
82 <h1><a name="authors">AUTHORS</a></h1> |
|
83 <p>Bruce Guenter <<a href="mailto:bruceg@em.ca">bruceg@em.ca</a>></p> |
30 |
84 |
31 <P> |
85 </body> |
32 <HR> |
|
33 <H1><A NAME="SYNOPSIS">SYNOPSIS</A></H1> |
|
34 <P> |
|
35 <STRONG>vsetup</STRONG> |
|
36 [<STRONG>--quiet</STRONG>] |
|
37 |
86 |
38 <P> |
87 </html> |
39 <HR> |
|
40 <H1><A NAME="DESCRIPTION">DESCRIPTION</A></H1> |
|
41 <P> |
|
42 This program sets up the basic set of necessary files needed to use an |
|
43 account as a virtual domain with vmailmgr. The users directory is created |
|
44 if it does not exist. A <EM>.qmail-default</EM> file is created with the proper contents. If a <EM>.qmail-default</EM> previously existed, it is renamed to |
|
45 <EM>.qmail-default~</EM>. Three system aliases (<CODE>root</CODE>, <CODE>mailer-daemon</CODE>, and <CODE>postmaster</CODE>) are created to point to the configured postmaster. |
|
46 |
|
47 <P> |
|
48 <HR> |
|
49 <H1><A NAME="OPTIONS">OPTIONS</A></H1> |
|
50 <DL> |
|
51 <DT><STRONG><A NAME="item__quiet">--quiet</A></STRONG><DD> |
|
52 <P> |
|
53 Suppress all status messages. |
|
54 |
|
55 </DL> |
|
56 <P> |
|
57 <HR> |
|
58 <H1><A NAME="RETURN_VALUE">RETURN VALUE</A></H1> |
|
59 <P> |
|
60 0 if all files and directories are successfully created, 1 otherwise. |
|
61 |
|
62 <P> |
|
63 <HR> |
|
64 <H1><A NAME="SEE_ALSO">SEE ALSO</A></H1> |
|
65 <P> |
|
66 <CODE>vdeliver(1),</CODE> <CODE>vmailmgrd(8)</CODE> |
|
67 |
|
68 <P> |
|
69 <HR> |
|
70 <H1><A NAME="NOTES">NOTES</A></H1> |
|
71 <P> |
|
72 This program expects the environment variable <CODE>HOME</CODE> to be set, and executes a change directory to the contents of it before |
|
73 starting. It is also required that you change user to the domain owner |
|
74 before using these utilities. |
|
75 |
|
76 <P> |
|
77 <HR> |
|
78 <H1><A NAME="AUTHORS">AUTHORS</A></H1> |
|
79 <P> |
|
80 Bruce Guenter <<A HREF="mailto:bruceg@em.ca">bruceg@em.ca</A>> |
|
81 |
|
82 </BODY> |
|
83 |
|
84 </HTML> |
|