FYI: I am a Sendmail NewB. I have tried many configurations, but nothing seems to work. I believe I simply need to change my Sendmail domain name, but no matter what I do, the system identity does not change. Here's my problem..
Our ISP hosts our website on a web server as MYDOMAIN.COM. Our email is on a MX mail server as MAIL.MYDOMAIN.COM.
The ISP has sendmail on the web server. I created a simple PHP script to send an email from the webserver to me at ME@MYDOMAIN.COM.
Since the sendmail domain name is set to MYDOMAIN.COM, any email generated by the webserver is considered "local". The email gets stored locally on the web server rather than being allowed to pass to our MX server on the Internet. If I address mail to ME@YAHOO.COM, the messages are sent from the webserver without any problem.
I only wish to SEND mail from the web server. I DO NOT want to receive mail via sendmail or cause any conflicts with the MX server.
So, I need some configuration help. I have R/W permissions on many web server folders but not all. I believe I need to permantly change the $w, $j, $m and $k variables, but am not sure. I have messed with this for nearly a week. There's so much info on the Internet concerning sendmail, but I am getting no where fast.
Our ISP hosts our website on a web server as MYDOMAIN.COM. Our email is on a MX mail server as MAIL.MYDOMAIN.COM.
The ISP has sendmail on the web server. I created a simple PHP script to send an email from the webserver to me at ME@MYDOMAIN.COM.
Since the sendmail domain name is set to MYDOMAIN.COM, any email generated by the webserver is considered "local". The email gets stored locally on the web server rather than being allowed to pass to our MX server on the Internet. If I address mail to ME@YAHOO.COM, the messages are sent from the webserver without any problem.
I only wish to SEND mail from the web server. I DO NOT want to receive mail via sendmail or cause any conflicts with the MX server.
So, I need some configuration help. I have R/W permissions on many web server folders but not all. I believe I need to permantly change the $w, $j, $m and $k variables, but am not sure. I have messed with this for nearly a week. There's so much info on the Internet concerning sendmail, but I am getting no where fast.