Wietse Venema wrote:
> White, Daniel E. (GSFC-770.0)[AEGIS]:
> > I found out how to do it from command line:
> >
> > echo -e "Testing Mail\nThank you" | mailx -v -s "Testing Mail" -S 
> > "reply-to=yom...@example.com"  m...@example.com<mailto:m...@example.com>
>
> This smells like a common webserver problem, where the webserver
> submits email messages that appear to come from rhe web server's
> UNIX account (www-ser...@example.com). Adding a Reply-To: header
> is the WRONG solution for that. Instead, specify the correct
> envelope sender address:
>
>     /usr/bin/sendmail -f yom...@example.com recipient....

WDYT about using a canonical table to map www-d...@example.com to
desi...@example.com?  Then no Reply-To would be needed since the From:
address would be correct.

For the OP:

    http://www.postfix.org/ADDRESS_REWRITING_README.html#canonical

Bob

Reply via email to