mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
Document SenderBase in case people are unfamiliar with it.
This commit is contained in:
parent
50783de991
commit
24ffbb8c29
1 changed files with 8 additions and 0 deletions
|
@ -6,6 +6,14 @@
|
||||||
|
|
||||||
senderbase - Gives the current SenderBase reputation for a mail host.
|
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
|
=head1 CONFIGURATION
|
||||||
|
|
||||||
By default, the script will use the first IP address returned by C<hostname -I>.
|
By default, the script will use the first IP address returned by C<hostname -I>.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue