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 
> > "[email protected]"  [email protected]<mailto:[email protected]>
>
> This smells like a common webserver problem, where the webserver
> submits email messages that appear to come from rhe web server's
> UNIX account ([email protected]). Adding a Reply-To: header
> is the WRONG solution for that. Instead, specify the correct
> envelope sender address:
>
>     /usr/bin/sendmail -f [email protected] recipient....

WDYT about using a canonical table to map [email protected] to
[email protected]?  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