PrePflog Reference documentation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 11: | Line 11: | ||
<pre>LogFile="/usr/local/bin/prepflog.pl < /var/log/mail | perl /usr/local/awstats/tools/maillogconvert.pl standard |"</pre> | <pre>LogFile="/usr/local/bin/prepflog.pl < /var/log/mail | perl /usr/local/awstats/tools/maillogconvert.pl standard |"</pre> | ||
===Note for Debian users== | ===Note for Debian users=== | ||
(courtesy of Corné van Eeden) | (courtesy of Corné van Eeden) |
Latest revision as of 16:38, 13 June 2016
Use prepflog.pl -help for the options.
Typical usage with pflogsumm
prepflog.pl -d yesterday /var/log/mail | pflogsumm
Typical usage with awstats
In awstats configuration file set:
LogFile="/usr/local/bin/prepflog.pl < /var/log/mail | perl /usr/local/awstats/tools/maillogconvert.pl standard |"
Note for Debian users
(courtesy of Corné van Eeden)
Debian users: make sure the libdate-calc-perl package is installed.
Usage on debian with default amavis and postfix installation (Tested on Sarge):
LogFile= "/usr/local/bin/prepflog.pl < /var/log/mail.info | perl /usr/share/doc/awstats/examples/maillogconvert.pl standard |"