mirror of https://github.com/mikaku/Monitorix.git
updated man pages. #102
This commit is contained in:
parent
ac293cfb47
commit
9010d71bde
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue