=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 is used to handle managing
virtual domains from a web or remote interface.
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<multilog> (from the F<daemontools> 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>