I have been trying to get a version of sendmail to send results from a form, and after 
finally getting all my addresses and formatting right, my mailserver gives me an error 
about not using the HELO protocol:

X-Authentication-Warning: mail.server.IP.address: 
        [the.user's.IP.address] didn't use HELO protocol

The code from my script that mentions anything about HELO is:

    sendSMTP(1, "HELO\n");
    sendSMTP(1, "MAIL FROM: <$mailFrom>\n");
    sendSMTP(1, "RCPT TO: <$mailTo>\n");
    sendSMTP(1, "VRFY\n");
    sendSMTP(1, "DATA\n");

Any help would be appreciated.
Thanks in advance,

                                  Adam Carson
                                MIS Department
                             Berkeley County, SC


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to