daemon/vmailmgrd.pod
author "Tomas Zeman <tzeman@volny.cz>"
Sun, 20 Jan 2008 00:22:09 +0100
changeset 2 b3afb9f1e801
parent 0 6f7a81934006
permissions -rw-r--r--
Imported vmailmgr-0.97

=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>