From 9010d71bde0e644577fcaddbd1ca5e9b0ac75a85 Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Thu, 22 Jun 2017 15:37:29 +0200 Subject: [PATCH] updated man pages. #102 --- man/man5/monitorix.conf.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man5/monitorix.conf.5 b/man/man5/monitorix.conf.5 index 397b679..d6dad59 100644 --- a/man/man5/monitorix.conf.5 +++ b/man/man5/monitorix.conf.5 @@ -1545,7 +1545,7 @@ The currently supported Greylisting software is: .P In the case of \fImilter-greylist\fP, Monitorix shows the same data that appears at the end of the file \fIgreylist.db\fP. .P -In the case of \fIPostgrey\fP, Monitorix reads the \fBmail_log\fP file and searches for a specific type of lines. Lines of type "action=greylist, reason=new" and "action=greylist, reason=early-retry" are treated together and appear as Greylisted in the graph. Lines of type "action=pass, reason=triplet found" appear as Passed in the graph. And finally, lines of type "action=pass, reason=client whitelist" appear as Whitelisted in the graph. +In the case of \fIPostgrey\fP, Monitorix reads the \fBmail_log\fP file and searches for a specific type of lines. Lines of type "action=greylist, reason=new" appear as Greylisted in the graph. Lines of type "action=greylist, reason=early-retry" appear as Delayed in the graph. Lines of type "action=pass, reason=triplet found" appear as Passed in the graph. And finally, lines of type "action=pass, reason=client whitelist" appear as Whitelisted in the graph. .P Default value: \fImilter-greylist\fP .RE