I'm looking for a postfix log file parser that can provide the number of
messages delivered,
broken down by sending domain, and per hour counts on a daily basis.
I have looked at pflogsumm, but it seems a bit dated, and isn't as flexible
as I had hoped.
Can someone suggest any alternatives?
-
As a followup, we found a workaround...
postconf -e bounce_size_limit=1
zmcontrol restart
(Yes, this is Zimbra.)
This had the effect of including the bounce notification and headers,
but without the original email content (and no .eml attachment).
--
Sent from: http://postfix.1071664.n5.nabbl
The sending platform is Sitecore, which I believe is a Microsoft platform.
--
Sent from: http://postfix.1071664.n5.nabble.com/Postfix-Users-f2.html
We have a client connecting with a custom pop-client script that wants to parse
mailer-daemon bounce notifications.
But the original email content is being returned as an .eml attachment.
Is there any way to configure bounce to compose the response message in clear
text (message/rfc822)?
mail_v