d***@dsny.com
2018-10-16 20:52:22 UTC
I am looking for a way to track the activity of a single email address including server send attempts, successes, bounces. I expect to have the from address something like reply+***@domain where the token tells me more about the send. My plan is to write any needed script in Python where possible.
What I don't know is how to configure Postfix so I can
1) record a successful send
2) record a failed send attempt that was deferred till later, including the cause if known
3) record a bounced message, including the cause if known
There are plenty of bits of knowledge out there, but my searching has not yet led me to how to do this. It does seem there would be two solutions required for this, one for successes and one for bounces, but I am not yet certain on that either.
Any starting help would be greatly appreciated.
What I don't know is how to configure Postfix so I can
1) record a successful send
2) record a failed send attempt that was deferred till later, including the cause if known
3) record a bounced message, including the cause if known
There are plenty of bits of knowledge out there, but my searching has not yet led me to how to do this. It does seem there would be two solutions required for this, one for successes and one for bounces, but I am not yet certain on that either.
Any starting help would be greatly appreciated.