|
2
|
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
3 |
<head>
|
|
|
4 |
<title>vsetup - Sets up a virtual domain for its first use</title>
|
|
|
5 |
<link rev="made" href="mailto:Gentoo@lorien.untroubled.org" />
|
|
|
6 |
</head>
|
|
0
|
7 |
|
|
2
|
8 |
<body style="background-color: white">
|
|
0
|
9 |
|
|
2
|
10 |
<p><a name="__index__"></a></p>
|
|
0
|
11 |
<!-- INDEX BEGIN -->
|
|
|
12 |
<!--
|
|
|
13 |
|
|
2
|
14 |
<ul>
|
|
0
|
15 |
|
|
2
|
16 |
<li><a href="#name">NAME</a></li>
|
|
|
17 |
<li><a href="#synopsis">SYNOPSIS</a></li>
|
|
|
18 |
<li><a href="#description">DESCRIPTION</a></li>
|
|
|
19 |
<li><a href="#options">OPTIONS</a></li>
|
|
|
20 |
<li><a href="#return_value">RETURN VALUE</a></li>
|
|
|
21 |
<li><a href="#see_also">SEE ALSO</a></li>
|
|
|
22 |
<li><a href="#notes">NOTES</a></li>
|
|
|
23 |
<li><a href="#authors">AUTHORS</a></li>
|
|
|
24 |
</ul>
|
|
0
|
25 |
-->
|
|
|
26 |
<!-- INDEX END -->
|
|
|
27 |
|
|
2
|
28 |
<p>
|
|
|
29 |
</p>
|
|
|
30 |
<h1><a name="name">NAME</a></h1>
|
|
|
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>
|
|
0
|
58 |
Suppress all status messages.
|
|
2
|
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>
|
|
0
|
84 |
|
|
2
|
85 |
</body>
|
|
0
|
86 |
|
|
2
|
87 |
</html>
|