trouble emailing to aol
I have a simple php form that uses the mail() function to send the form data to two addresses, one of them an aol account. The email goes to the other address fine, but not the aol one. I did the manual telnet test described at http://postmaster.info.aol.com/trouble/trouble.html and got back an error pointing me to http://postmaster.info.aol.com/errors/554rlyfa.html which says my from: address is bad, well it looks good to me.Here's a copy:
HELO mydomain.com
250 rly-xg02.mx.aol.com OK
MAIL FROM:<sonik@mydomain.com>
250 OK
RCPT TO:<user@aol.com>
250 OK
DATA
354 START MAIL INPUT, END WITH "." ON A LINE BY ITSELF
this is a test
.
554-: (RLY:FA) http://postmaster.info.aol.com/errors/554rlyfa.html
554 TRANSACTION FAILED
I assume this is the same error I'm getting when the form's mailed. I can't find a good sendmail log, /var/log/maillog just shows the connections.
The server's a servermatrix box.