> On May 9, 2017, at 10:15 PM, Richard Pickett <rich...@richardpickett.com> 
> wrote:
> 
> My boss wants me to write a plugin that will capture the send results from 
> the remote server when email is delivered or instantly bounced.
> 
> Can someone point me in the right direction?


If log parsing is not sufficient, you can enable delegation of DSN notices
to remote downstream systems in the outbound Postfix server.  That way, all
delivery success/failure notices will be generated at the point where mail
leaves your domain and is accepted or reject by a remote domain.

        smtp_discard_ehlo_keywords = silent-discard, dsn

See DSN_README.

-- 
        Viktor.

Reply via email to