Skip to content

Releases: yo000/postfix-log-parser

v1.4.7

16 Mar 15:04

Choose a tag to compare

  • Handle "filter: RCPT" messages
  • Fix nrcpt for sent, bounced, milter-reject
  • Fix reject from not a fully qualified address

v1.4.6

23 Feb 10:42

Choose a tag to compare

  • Handle postfix ratelimit messages
  • Process auth-failed and postfix-ratelimit messages first, and stop processing so save some cpu
  • Fix parsing of PIDs by @Sekiltoyai in #1
  • Add test desired outputs for future non-regression tests
  • Update dependencies

New Contributors

v1.4.5

23 Jan 18:21

Choose a tag to compare

  • Handle authentication failure messages
  • Handle postfix reject logs
  • Accept input from TCP port with -s switch
  • Add counter for accepted message
  • Periodically clean mqueue so we save RAM for daemon running mode
  • bugfix: Protect message queue with a mutex

1.2.1

15 Feb 10:41

Choose a tag to compare

Flush after each line, so rsyslog can process correctly (no more truncated lines)

v1.2.0

09 Feb 22:02

Choose a tag to compare

Print deferred messages as they occurs
Add PID file (use -p) and catch SIGUSR1 to reopen output file