1=head1 NAME
2
3vmailmgrd - vmailmgr support daemon
4
5=head1 SYNOPSIS
6
7B<vmailmgrd>
8[B<-d>]
9[B<-D>]
10[B<-v>]
11[B<-V>]
12
13
14=head1 DESCRIPTION
15
16This program is the local server that is used to handle managing
17virtual domains from a web or remote interface.
18
19F<vmailmgrd> logs its activity to standard output, and as such
20requires its output to be piped through a tool to record those
21logs, such as F<multilog> (from the F<daemontools> package).
22
23
24=head1 OPTIONS
25
26=over 8
27
28=item B<-d>
29
30Log only requests that fail.
31
32=item B<-D>
33
34Log all requests (default).
35
36=item B<-v>
37
38Log non-verbosely (default).
39
40=item B<-V>
41
42Log verbose messages regarding the system's status. Note that this flag implies C<-D>.
43
44=back
45
46=head1 SEE ALSO
47
48
49vdeliver(1), checkvpw(8)
50
51
52
53=head1 AUTHORS
54
55Bruce Guenter <bruceg@em.ca>
56
57