I've got a cgi prog that uses sendmail. It's sending with the server address instead of the virtual domain address, eg
[email protected], instead of
[email protected]
The visible FROM address is fine;
[email protected], but the actual sending address in the header is wrong. As such, mail is getting rejected and bounced.
It's not spam - just a confirmation e-mail.
Any thoughts on how to fix this?