Programming / Hostname problem
Hi everyone -I currently have a Servermatrix server that a client is running a perl script on to send out email confirmations for site purchases. Previously the script was on a EV1 server and it worked fine - the script sent email with no problems, and the from account was being set as "sales@clientsdomain.com" correctly.
On the new server, however, all of the emails from this script are being sent with the server's hostname in the from field (eg. "sales@hostname.servername.com"). This is even though the script that my client is running implicitly sets the from field.
The only major change between the two is that the EV1 server was running sendmail, and the new one is running Exim. Is there something I can do, either in the script or on the server to get this to work?
Thanks,
Neil