commands/vsetup.html
changeset 0 6f7a81934006
child 2 b3afb9f1e801
equal deleted inserted replaced
-1:000000000000 0:6f7a81934006
       
     1 <HTML>
       
     2 <HEAD>
       
     3 <TITLE>vsetup - Sets up a virtual domain for its first use</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="#RETURN_VALUE">RETURN VALUE</A>
       
    19 	<LI><A HREF="#SEE_ALSO">SEE ALSO</A>
       
    20 	<LI><A HREF="#NOTES">NOTES</A>
       
    21 	<LI><A HREF="#AUTHORS">AUTHORS</A>
       
    22 </UL>
       
    23 -->
       
    24 <!-- INDEX END -->
       
    25 
       
    26 <P>
       
    27 <H1><A NAME="NAME">NAME</A></H1>
       
    28 <P>
       
    29 vsetup - Sets up a virtual domain for its first use
       
    30 
       
    31 <P>
       
    32 <HR>
       
    33 <H1><A NAME="SYNOPSIS">SYNOPSIS</A></H1>
       
    34 <P>
       
    35 <STRONG>vsetup</STRONG>
       
    36 [<STRONG>--quiet</STRONG>]
       
    37 
       
    38 <P>
       
    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 &lt;<A HREF="mailto:bruceg@em.ca">bruceg@em.ca</A>&gt;
       
    81 
       
    82 </BODY>
       
    83 
       
    84 </HTML>