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 [email protected]), 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
[email protected]).

I can set a Reply-To: in squirrelmail or using mailx, but if I set it to 
[email protected] it is rewritten to
[email protected]. This is not what I want. If I set Reply-To: 
[email protected] 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: [email protected] in the message and reply_me: me in my /etc/aliases (reply_me must not be in e.g. smtp_generic_maps).

Reply via email to