--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/daemon/vmailmgrd.pod Wed Jan 16 22:39:43 2008 +0100
@@ -0,0 +1,61 @@
+=head1 NAME
+
+vmailmgrd - vmailmgr support daemon
+
+=head1 SYNOPSIS
+
+B<vmailmgrd>
+[B<-d>]
+[B<-D>]
+[B<-v>]
+[B<-V>]
+
+
+=head1 DESCRIPTION
+
+This program is the local server that controls the operation of many
+parts of this package.
+It is currently used to handle password checking and virtual user
+lookups, but will eventually contain the functionality to handle adding
+and deleting users and aliases, and changing passwords.
+
+F<vmailmgrd> logs its activity to standard output, and as such
+requires its output to be piped through a tool to
+record those logs, such as F<accustamp> and F<cyclog> (from the
+F<daemontools> package), or
+F<splogger> (included with the F<qmail> package).
+
+
+=head1 OPTIONS
+
+=over 8
+
+=item B<-d>
+
+Log only requests that fail.
+
+=item B<-D>
+
+Log all requests (default).
+
+=item B<-v>
+
+Log non-verbosely (default).
+
+=item B<-V>
+
+Log verbose messages regarding the system's status. Note that this flag implies C<-D>.
+
+=back
+
+=head1 SEE ALSO
+
+
+vdeliver(1), checkvpw(8)
+
+
+
+=head1 AUTHORS
+
+Bruce Guenter <bruceg@em.ca>
+