--- a/doc/vmailmgr.html Sun Jan 20 00:12:17 2008 +0100
+++ b/doc/vmailmgr.html Sun Jan 20 00:22:09 2008 +0100
@@ -1,79 +1,81 @@
-<HTML>
-<HEAD>
-<TITLE>vmailmgr - a package to manage virtual mailboxes and aliases</TITLE>
-<LINK REV="made" HREF="mailto:root@porky.devel.redhat.com">
-</HEAD>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title>vmailmgr - a package to manage virtual mailboxes and aliases</title>
+<link rev="made" href="mailto:Gentoo@lorien.untroubled.org" />
+</head>
-<BODY>
+<body style="background-color: white">
+<p><a name="__index__"></a></p>
<!-- INDEX BEGIN -->
<!--
-<UL>
+<ul>
- <LI><A HREF="#NAME">NAME</A>
- <LI><A HREF="#DESCRIPTION">DESCRIPTION</A>
- <LI><A HREF="#SEE_ALSO">SEE ALSO</A>
- <LI><A HREF="#AUTHOR">AUTHOR</A>
- <LI><A HREF="#HISTORY">HISTORY</A>
-</UL>
+ <li><a href="#name">NAME</a></li>
+ <li><a href="#description">DESCRIPTION</a></li>
+ <li><a href="#see_also">SEE ALSO</a></li>
+ <li><a href="#author">AUTHOR</a></li>
+ <li><a href="#history">HISTORY</a></li>
+</ul>
-->
<!-- INDEX END -->
-<P>
-<H1><A NAME="NAME">NAME</A></H1>
-<P>
-vmailmgr - a package to manage virtual mailboxes and aliases
-
-<P>
-<HR>
-<H1><A NAME="DESCRIPTION">DESCRIPTION</A></H1>
-<P>
-This document describes the vmailmgr package which contains, among other
-things, a virtualizing password checking interface for qmail-pop3d. It is
-intended as a drop-in replacement for the standard checkpassword utility
-with several significant enhancements.
-
-<P>
-One of the goals of building this package was to provide a usable virtual
+<p>
+</p>
+<h1><a name="name">NAME</a></h1>
+<p>vmailmgr - a package to manage virtual mailboxes and aliases</p>
+<p>
+</p>
+<hr />
+<h1><a name="description">DESCRIPTION</a></h1>
+<p>This document describes the vmailmgr package which contains, among other
+things, a virtualizing password
+checking interface for qmail-pop3d.
+It is intended as a drop-in replacement for the standard checkpassword
+utility with several significant enhancements.</p>
+<p>One of the goals of building this package was to provide a usable virtual
mail interface that was efficient and as fully integrated into qmail as
-possible. This means that this package attempts to use the same control
-files that qmail uses to determine if a user is logging in via a virtual
-host. It also implies that all programs should be compiled for two reasons:
-
-<OL>
-<LI>
-<P>
-Compiled code will be more efficient than code executed by an interpreter,
-such as perl or java
+possible.
+This means that this package attempts to use the same control files that
+qmail uses to determine if a user is logging in via a virtual host.
+It also implies that all programs should be compiled for two reasons:</p>
+<ol>
+<li></li>
+Compiled code will be more efficient than code executed by an
+interpreter, such as perl or java
+<p></p>
+<li></li>
+There is no need for an
+interpreter to reside on the system once the code is compiled, eliminating
+concerns that such an interpreter could be used as an exploit in itself.
+<p></p></ol>
+<p>
+</p>
+<hr />
+<h1><a name="see_also">SEE ALSO</a></h1>
+<p>checkvpw(8),
+vaddalias(1),
+vadduser(1),
+vdelalias(1),
+vdeliver(1),
+vdeluser(1),
+vmailmgrd(8),
+vpasswd(1),
+<code>vsetup(1)</code></p>
+<p>
+</p>
+<hr />
+<h1><a name="author">AUTHOR</a></h1>
+<p>Bruce Guenter <<em><a href="mailto:bruceg@em.ca">bruceg@em.ca</a></em>>.</p>
+<p>
+</p>
+<hr />
+<h1><a name="history">HISTORY</a></h1>
+<p><strong>vmailmgr</strong> used to be called <strong>checkvpw</strong>, named for the original
+``core'' of the package.</p>
-<LI>
-<P>
-There is no need for an interpreter to reside on the system once the code
-is compiled, eliminating concerns that such an interpreter could be used as
-an exploit in itself.
+</body>
-</OL>
-<P>
-<HR>
-<H1><A NAME="SEE_ALSO">SEE ALSO</A></H1>
-<P>
-<CODE>checkvpw(8),</CODE> <CODE>vaddalias(1),</CODE>
-<CODE>vadduser(1),</CODE> <CODE>vdelalias(1),</CODE>
-<CODE>vdeliver(1),</CODE> <CODE>vdeluser(1),</CODE>
-<CODE>vmailmgrd(8),</CODE> <CODE>vpasswd(1),</CODE> <CODE>vsetup(1)</CODE>
-
-<P>
-<HR>
-<H1><A NAME="AUTHOR">AUTHOR</A></H1>
-<P>
-Bruce Guenter <<EM>bruceg@em.ca</EM>>.
-
-<P>
-<HR>
-<H1><A NAME="HISTORY">HISTORY</A></H1>
-<P>
-<STRONG>vmailmgr</STRONG> used to be called <STRONG>checkvpw</STRONG>, named for the original ``core'' of the package.
-</BODY>
-
-</HTML>
+</html>