doc/vmailmgr.html
changeset 0 6f7a81934006
child 2 b3afb9f1e801
equal deleted inserted replaced
-1:000000000000 0:6f7a81934006
       
     1 <HTML>
       
     2 <HEAD>
       
     3 <TITLE>vmailmgr - a package to manage virtual mailboxes and aliases</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="#DESCRIPTION">DESCRIPTION</A>
       
    16 	<LI><A HREF="#SEE_ALSO">SEE ALSO</A>
       
    17 	<LI><A HREF="#AUTHOR">AUTHOR</A>
       
    18 	<LI><A HREF="#HISTORY">HISTORY</A>
       
    19 </UL>
       
    20 -->
       
    21 <!-- INDEX END -->
       
    22 
       
    23 <P>
       
    24 <H1><A NAME="NAME">NAME</A></H1>
       
    25 <P>
       
    26 vmailmgr - a package to manage virtual mailboxes and aliases
       
    27 
       
    28 <P>
       
    29 <HR>
       
    30 <H1><A NAME="DESCRIPTION">DESCRIPTION</A></H1>
       
    31 <P>
       
    32 This document describes the vmailmgr package which contains, among other
       
    33 things, a virtualizing password checking interface for qmail-pop3d. It is
       
    34 intended as a drop-in replacement for the standard checkpassword utility
       
    35 with several significant enhancements.
       
    36 
       
    37 <P>
       
    38 One of the goals of building this package was to provide a usable virtual
       
    39 mail interface that was efficient and as fully integrated into qmail as
       
    40 possible. This means that this package attempts to use the same control
       
    41 files that qmail uses to determine if a user is logging in via a virtual
       
    42 host. It also implies that all programs should be compiled for two reasons:
       
    43 
       
    44 <OL>
       
    45 <LI>
       
    46 <P>
       
    47 Compiled code will be more efficient than code executed by an interpreter,
       
    48 such as perl or java
       
    49 
       
    50 <LI>
       
    51 <P>
       
    52 There is no need for an interpreter to reside on the system once the code
       
    53 is compiled, eliminating concerns that such an interpreter could be used as
       
    54 an exploit in itself.
       
    55 
       
    56 </OL>
       
    57 <P>
       
    58 <HR>
       
    59 <H1><A NAME="SEE_ALSO">SEE ALSO</A></H1>
       
    60 <P>
       
    61 <CODE>checkvpw(8),</CODE> <CODE>vaddalias(1),</CODE>
       
    62 <CODE>vadduser(1),</CODE> <CODE>vdelalias(1),</CODE>
       
    63 <CODE>vdeliver(1),</CODE> <CODE>vdeluser(1),</CODE>
       
    64 <CODE>vmailmgrd(8),</CODE> <CODE>vpasswd(1),</CODE> <CODE>vsetup(1)</CODE>
       
    65 
       
    66 <P>
       
    67 <HR>
       
    68 <H1><A NAME="AUTHOR">AUTHOR</A></H1>
       
    69 <P>
       
    70 Bruce Guenter &lt;<EM>bruceg@em.ca</EM>&gt;.
       
    71 
       
    72 <P>
       
    73 <HR>
       
    74 <H1><A NAME="HISTORY">HISTORY</A></H1>
       
    75 <P>
       
    76 <STRONG>vmailmgr</STRONG> used to be called <STRONG>checkvpw</STRONG>, named for the original ``core'' of the package.
       
    77 </BODY>
       
    78 
       
    79 </HTML>