From 540516f10765b5ee116dab1bcc5e6e451fa717bc Mon Sep 17 00:00:00 2001 From: Julien Valroff Date: Sun, 13 Mar 2011 08:16:37 +0100 Subject: Also fix manpage --- debian/mailgraph.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/mailgraph.8') diff --git a/debian/mailgraph.8 b/debian/mailgraph.8 index e47818d..9d3c099 100644 --- a/debian/mailgraph.8 +++ b/debian/mailgraph.8 @@ -35,7 +35,7 @@ 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" -- cgit v1.2.3 From c6eee8fb7e2ba294afaae402177794247de1957d Mon Sep 17 00:00:00 2001 From: Julien Valroff Date: Sun, 13 Mar 2011 08:44:39 +0100 Subject: Add greylisting support --- debian/mailgraph.8 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'debian/mailgraph.8') diff --git a/debian/mailgraph.8 b/debian/mailgraph.8 index 9d3c099..3d55ff6 100644 --- a/debian/mailgraph.8 +++ b/debian/mailgraph.8 @@ -42,10 +42,12 @@ Write verbose-log to \fIFILE\fR instead of /var/log/mailgraph.log. 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. .IP "\fB--rbl-is-spam\fR" -- cgit v1.2.3 From 2ad274391f4cd3070a88f66c547b51b0df0d5f5d Mon Sep 17 00:00:00 2001 From: Julien Valroff Date: Sun, 13 Mar 2011 09:28:44 +0100 Subject: Fix manpage --- debian/mailgraph.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/mailgraph.8') diff --git a/debian/mailgraph.8 b/debian/mailgraph.8 index 3d55ff6..48f2dad 100644 --- a/debian/mailgraph.8 +++ b/debian/mailgraph.8 @@ -49,7 +49,7 @@ 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" -- cgit v1.2.3