Anacreo
IS-IT--Management
- Sep 13, 2011
- 2
I have a postfix environment with the master.cf sending mail for different domains on different IP addresses.
I also have a mass mailer that wants to scan a POP mailbox for non delivery notifications.
Is there a way to have Postfix adjust the bounce_notice_recipient based on the master.cf?
Note that the example below doesn't work:
domain1 unix - - n - - smtp
-o smtp_bind_address=10.10.100.206
-o smtp_helo_name=domain1.com
-o bounce_notice_recipient=bouncebacks.domain1
-o 2bounce_notice_recipient=bouncebacks.domain1
My next idea is to parse a global bouncebacks mail box and send the notifications out to the right recipient by domain name, so if anyone has a suggested script for this I'm all ears.
Thanks for the support.
I also have a mass mailer that wants to scan a POP mailbox for non delivery notifications.
Is there a way to have Postfix adjust the bounce_notice_recipient based on the master.cf?
Note that the example below doesn't work:
domain1 unix - - n - - smtp
-o smtp_bind_address=10.10.100.206
-o smtp_helo_name=domain1.com
-o bounce_notice_recipient=bouncebacks.domain1
-o 2bounce_notice_recipient=bouncebacks.domain1
My next idea is to parse a global bouncebacks mail box and send the notifications out to the right recipient by domain name, so if anyone has a suggested script for this I'm all ears.
Thanks for the support.