Ok, i have a webserver that dishes out the pages for the website. I have another server that is my mail server. The mail server is on windows nt 4, running mdaemon. The webserver is running on linux with apache and all the other goodies. Anyway, Here is my problem.
I wrote a php script to subscribe people to a list that i have on the mail server. All you have to do to subscribe is send an email from your address with “subscribe
When i tell my script to email my yahoo account the subscriber’s email, it works great. (the email with subscribe
/******* START LOG *******/
Mar 4 10:14:53 www postfix/cleanup[4189]: B287E135B6: message-id=<20030304151453.B287E135B6@www.ocssaints.org>
Mar 4 10:14:53 www postfix/qmgr[1250]: B287E135B6: from=
Mar 4 10:14:53 www postfix/smtpd[4192]: connect from ocssaints.org[192.168.1.210]
Mar 4 10:14:53 www postfix/smtp[4191]: B287E135B6: to=
Mar 4 10:14:53 www postfix/smtpd[4192]: lost connection after EHLO from ocssaints.org[192.168.1.210]
Mar 4 10:14:53 www postfix/smtpd[4192]: disconnect from ocssaints.org[192.168.1.210]
/******* END LOG *******/
The problem is that my webserver is named www.ocssaints.org, and my mail server is mail.ocssaints.org. I think that is what is confusing postfix. It’