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