PrePflog: Difference between revisions
(Created page with "==What is it?== PrePflog tries to solve the issue of double counting of email in Awstats or Pflogsumm. The double counting occurs when Postfix is used with an after queue co...") |
No edit summary |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==What is it?== | ==What is it?== | ||
PrePflog tries to solve the issue of double counting of email in Awstats or Pflogsumm. | PrePflog tries to solve the issue of double counting of email statistics in [http://www.awstats.org Awstats] or [https://jimsun.linxnet.com/postfix_contrib.html/ Pflogsumm]. | ||
The double counting occurs when Postfix is used with an after queue content filter | The double counting occurs when Postfix is used with an after queue content filter like Amavisd-new. The email passes through Postfix twice, once before handing off to the filter and then when the email is received back from the filter for final delivery or forwarding. Each passage through Postfix generates email log entries. | ||
It is a known issue that | It is a known issue that Pflogsumm produced email statistics which were multiplied by two. No easy way of solving this in Pflogsumm is available. See https://jimsun.linxnet.com/downloads/pflogsumm-faq.txt FAQ 14. | ||
This script sanitizes the log files to disregard the lines relating to the re-injection of the same message. | This script sanitizes the log files to disregard the lines relating to the re-injection of the same message. | ||
==How do I get it?== | ==How do I get it?== | ||
The code for the project is hosted on github. Please see: [https://github.com/johnfawcett/ | The code for the project is hosted on github. Please see: [https://github.com/johnfawcett/prepflog/ PrePflog source code repository] | ||
[https://github.com/johnfawcett/ | [https://github.com/johnfawcett/prepflog/archive/0.4.1.zip PrePflog 0.4.1] | ||
[[PrePflog Change Log]] | |||
Previous versions are archived for historical reference but are no longer maintained and should not be used: [[ | Previous versions are archived for historical reference but are no longer maintained and should not be used: [[PrePflog previous versions]] | ||
GPG signatures for the latest versions are available here [[ | GPG signatures for the latest versions are available here [[PrePflog gpg signatures]] | ||
==Where can I get more information?== | ==Where can I get more information?== | ||
* [[ | * [[PrePflog Installation instructions|Installation instructions]] | ||
* [[ | * [[PrePflog Reference documentation|Reference documentation]] | ||
* [[PrePflog Licence|Licence]] | |||
* [[ | * [[PrePflog FAQ|FAQ]] | ||
* [[ | * [[PrePflog Support|Support]] | ||
* [[ |
Latest revision as of 00:06, 14 June 2016
What is it?
PrePflog tries to solve the issue of double counting of email statistics in Awstats or Pflogsumm.
The double counting occurs when Postfix is used with an after queue content filter like Amavisd-new. The email passes through Postfix twice, once before handing off to the filter and then when the email is received back from the filter for final delivery or forwarding. Each passage through Postfix generates email log entries.
It is a known issue that Pflogsumm produced email statistics which were multiplied by two. No easy way of solving this in Pflogsumm is available. See https://jimsun.linxnet.com/downloads/pflogsumm-faq.txt FAQ 14.
This script sanitizes the log files to disregard the lines relating to the re-injection of the same message.
How do I get it?
The code for the project is hosted on github. Please see: PrePflog source code repository
Previous versions are archived for historical reference but are no longer maintained and should not be used: PrePflog previous versions
GPG signatures for the latest versions are available here PrePflog gpg signatures