I am using CentOs5 and postfix as an MTA for my server. My situation is as
follows:- I have a mail server through which Php applications connect and
send mails to the destination addresses. The problem is that the the
application servers donot have spf/dkim record set up and my server which
actually relays the mails to the network has spf/dkim records. So i want the
mail sent by an application having a return
ddress:-bou...@app01.4reseller.org to change to
bounceap...@r09.4reseller.org. r09.4reseller.org is hostname of my mail
server. This i have sone by generic mapping in postfix: smtp_generic_maps =
hash:/etc/postfix/generic In /etc/postfix/generic:
bou...@app01.4reseller.org bounceap...@r09.4reseller.org .
This is working as return address is changed to
bounceap...@r09.4reseller.org when mail is sent. But when i try to sent mail
on bounceap...@r09.4reseller.org I donot get mail on
bou...@app01.4reseller.org. I have tried virtual mapping in postfix i.e by
the file /etc/postfix/virtual but its not helping. Can anybody help me in
this issue.
--
View this message in context:
http://old.nabble.com/postfix-return-address-change-tp34029359p34029359.html
Sent from the Postfix mailing list archive at Nabble.com.