diff options
author | Julien Valroff <julien@kirya.net> | 2011-04-16 16:47:41 +0200 |
---|---|---|
committer | Julien Valroff <julien@kirya.net> | 2011-04-16 16:47:41 +0200 |
commit | d43e203266b3d61dac1499351ec20dc57c1728b2 (patch) | |
tree | d0ed723b249d1ccb0df2c8b1ea0009d1e7390116 /debian/mailgraph.8 | |
parent | 1d2747f5ec6d056b394335caf5e53598635fbec1 (diff) | |
parent | 7dd4f231f394157a6ebd1504808e86dc335f6841 (diff) |
Merge branch 'master' into squeeze-backportsdebian/1.14-9_bpo60+1
Conflicts:
debian/changelog
Diffstat (limited to 'debian/mailgraph.8')
-rw-r--r-- | debian/mailgraph.8 | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/debian/mailgraph.8 b/debian/mailgraph.8 index e47818d..48f2dad 100644 --- a/debian/mailgraph.8 +++ b/debian/mailgraph.8 @@ -35,19 +35,21 @@ Start in the background .IP "\fB--daemon-pid=\fIFILE\fR" Write PID to \fIFILE\fR instead of /var/run/mailgraph.pid. .IP "\fB--daemon-rrd=\fIDIR\fR" -Write RRDs to \fIDIR\fR instead of /var/log. +Write RRDs to \fIDIR\fR instead of /var/lib/mailgraph/. .IP "\fB--daemon-log=\fIFILE\fR" Write verbose-log to \fIFILE\fR instead of /var/log/mailgraph.log. .IP "\fB--ignore-localhost\fR" Ignore mail to/from localhost (used for virus scanner). .IP "\fB--ignore-host=\fIHOST\fR" Ignore mail to/from \fIHOST\fR (used for virus scanner). -.IP "\fB--only-mail-rrd\fR" -Update only the mail rrd. -.IP "\fB--only-virus-rrd\fR" -Update only the virus rrd. +.IP "\fB--no-mail-rrd\fR" +Do not update the mail rrd. +.IP "\fB--no-virus-rrd\fR" +Do not update the virus rrd. +.IP "\fB--no-greylist-rrd\fR" +Do not update the greylist rrd. .IP "\fB--rrd-name=\fINAME\fR" -Use \fINAME\fR.rrd and \fINAME\fR_virus.rrd for the rrd files. +Use \fINAME\fR.rrd, \fINAME\fR_virus.rrd and \fINAME\fR_greylist.rrd for the rrd files. .IP "\fB--rbl-is-spam\fR" Count rbl rejects as spam. .IP "\fB--virbl-is-virus\fR" |