j...@7lan.net:
> Hi,
>
>Is there a way to save delivery status separately from logs in
>realtime? I can do this parsing log files or writing a delivery
>agent to communicate directly with the remote server, but I would
>like to let postfix do this.

There is no other channel in Postfix. Delivery status information
such as "status=bounced" is generated by multiple programs, not
just delivery agents, and the (sys)log interface is the only place
where this information comes together.

Many syslog server implementations support a pipe-to-command feature
(in addition to write-to-file, and so on). You could use that to
get a copy of every logfile record.

        Wietse

Reply via email to