On 05/09/2012 03:08 PM, Reindl Harald wrote:
Am 09.05.2012 14:57, schrieb Dominik Muth:
Hi,
I'm new to postscript and I use smtp.mail.yahoo.com as a relayhost to send mail
from my server (say host.dialup).
I have to use proper sender addresses (say m...@yahoo.com), so I do that via
smtp_generic_maps =
hash:/etc/postfix/smtp_generic. This works fine, but I also want to receive
replies to my local address (say
me@host.dialup).
I can set a Reply-To: in squirrelmail or using mailx, but if I set it to
me@host.dialup it is rewritten to
m...@yahoo.com. This is not what I want. If I set Reply-To:
myothe...@myother.isp it arrives untouched.
this is not possible
this rewrite happens on the yahoo side because they do not
like "@host.dialup" and it is clear that it happens on
yahoo side because it is changed to "@yahoo.com"
No it happens on my side. An ugly workarround is setting Reply-To:
reply_me@host.dialup in the message and reply_me: me in my /etc/aliases
(reply_me must not be in e.g. smtp_generic_maps).