mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
Document SenderBase in case people are unfamiliar with it.
This commit is contained in:
parent
50783de991
commit
24ffbb8c29
@ -6,6 +6,14 @@
|
||||
|
||||
senderbase - Gives the current SenderBase reputation for a mail host.
|
||||
|
||||
SenderBase is a mail server reputation service run by Cisco. It's
|
||||
basically a measure of how likely or unlikely they think it is for the
|
||||
server in question to be sending spam, rated on a scale of -10 (near-100%
|
||||
chance of spam) to 10 (near-0% chance of spam). The SenderBase score for
|
||||
a server is one of several criteria that may be used when doing spam
|
||||
filtering; consequently, it's useful for the operator of a mail server to
|
||||
track their current reputation score.
|
||||
|
||||
=head1 CONFIGURATION
|
||||
|
||||
By default, the script will use the first IP address returned by C<hostname -I>.
|
||||
|
Loading…
Reference in New Issue
Block a user