Hi,
I am trying to forward my delivery, bounce, transqueue, transfail status to my client url where they need to analyze the data in realtime.
Below is the way, i configured. zeta-onsite-publisher is a custom program that will forward accouting logs to client urls, and we are expecting bounces to be forwarded to bounce url , delivered to be forwarded to delivery url[http://domain.com/delivery for delivery records,
http://domain.com.bounce for bounce records]. However with below config all the logs are getting forwarded to all the urls. Please let us know is there a way in pmta to setup this configuration.
<acct-file |/usr/bin/zeta-onsite-publisher -bounces>
record-fields bounce rcpt,dlvSourceIp,timeLogged
</acct-file>
<acct-file |/usr/bin/zeta-onsite-publisher -deliveries>
record-fields delivery rcpt,dlvSourceIp,timeLogged
</acct-file>