daemon/vmailmgrd.pod
author "Tomas Zeman <tzeman@volny.cz>"
Wed, 16 Jan 2008 22:39:43 +0100
changeset 0 6f7a81934006
child 2 b3afb9f1e801
permissions -rw-r--r--
Imported vmailmgr-0.96.9

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