Why not adopt me?
NAME
SyslogScan::Daemon::SpamDetector::Postfix - record incomming messages
SYNOPSIS
plugin SyslogScan::Daemon::SpamDetector as sd_
sd_plugin SyslogScan::Daemon::SpamDetector::Postfix
debug 0
logfile /var/log/mail.info
msgcachesize 3000
rx_extra 'ingore_lines_without_this_string'
DESCRIPTION
SyslogScan::Daemon::SpamDetector::Postfix watches the mail log file and notices which Message-IDs came from which IP address.
CONFIGURATION PARAMETERS
The following configuration parameters are supported:
- debug
-
Debugging on (1) or off (0).
- logfile
-
Which logfile to watch (default:
/var/log/mail.log
). - msgcachesize
-
To do this mapping, multiple log lines must be matched. Partial matches will be stored in a cache. This parameter sets the size of the cache (default: 3000).
- rx_extra
-
Ignore log lines that don't match a regular expression. Note: this module looks for two different kinds of Postfix log lines the regular expression needs to work for both sets. One kind of log line always includes
: client=
and the other always includes: message-id=
.
SEE ALSO
SyslogScan::Daemon::SpamDetector SyslogScan::Daemon::SpamDetector::Sendmail
THANK THE AUTHOR
If you need high-speed internet services (T1, T3, OC3 etc), please send me your request-for-quote. I have access to very good pricing: you'll save money and get a great service.
LICENSE
Copyright(C) 2006 David Muir Sharnoff <muir@idiom.com>. This module may be used and distributed on the same terms as Perl itself.