equal
deleted
inserted
replaced
|
1 =head1 NAME |
|
2 |
|
3 vmailmgrd - vmailmgr support daemon |
|
4 |
|
5 =head1 SYNOPSIS |
|
6 |
|
7 B<vmailmgrd> |
|
8 [B<-d>] |
|
9 [B<-D>] |
|
10 [B<-v>] |
|
11 [B<-V>] |
|
12 |
|
13 |
|
14 =head1 DESCRIPTION |
|
15 |
|
16 This program is the local server that controls the operation of many |
|
17 parts of this package. |
|
18 It is currently used to handle password checking and virtual user |
|
19 lookups, but will eventually contain the functionality to handle adding |
|
20 and deleting users and aliases, and changing passwords. |
|
21 |
|
22 F<vmailmgrd> logs its activity to standard output, and as such |
|
23 requires its output to be piped through a tool to |
|
24 record those logs, such as F<accustamp> and F<cyclog> (from the |
|
25 F<daemontools> package), or |
|
26 F<splogger> (included with the F<qmail> package). |
|
27 |
|
28 |
|
29 =head1 OPTIONS |
|
30 |
|
31 =over 8 |
|
32 |
|
33 =item B<-d> |
|
34 |
|
35 Log only requests that fail. |
|
36 |
|
37 =item B<-D> |
|
38 |
|
39 Log all requests (default). |
|
40 |
|
41 =item B<-v> |
|
42 |
|
43 Log non-verbosely (default). |
|
44 |
|
45 =item B<-V> |
|
46 |
|
47 Log verbose messages regarding the system's status. Note that this flag implies C<-D>. |
|
48 |
|
49 =back |
|
50 |
|
51 =head1 SEE ALSO |
|
52 |
|
53 |
|
54 vdeliver(1), checkvpw(8) |
|
55 |
|
56 |
|
57 |
|
58 =head1 AUTHORS |
|
59 |
|
60 Bruce Guenter <bruceg@em.ca> |
|
61 |