I have an application that sends and receives email.  I don't want to have
it process bounces, though, so I'd like its dedicated Postfix relay to
forward all mailer-daemon messages to me rather than to the application.
 In other words, I'd like to create a table that maps From or sender
addresses to destinations, a la:

mailer-daemon@    m...@domain.com

Is something like that possible?  I'd much rather have this be a
configuration at the MTA than something I have to deal with inside my
application.

Thanks,
Drew

Reply via email to