1
5x00 General discussions / Fail to send authenticated email
« on: March 01, 2004, 01:22:04 pm »
See the message \"e-mail: SMTP AUTH + SSL/TLS\" in the Software forum for details about one problem that I found with SMTP AUTH. In particular, the Zaurus mailer gets confused and does not attempt to authenticate if the SMTP \"220\" greeting contains continuation lines. For example, I cannot get my Zaurus to authenticate with smtpauth.earthlink.net, which emits three lines
$ telnet smtpauth.earthlink.net 25
220-stork.mail.pas.earthlink.net ESMTP Exim 3.33 #1 Thu, 26 Feb 2004 08:45:36 -0800
220-NO UCE. EarthLink does not authorize the use of its computers or network
220 equipment to deliver, accept, transmit, or distribute unsolicited e-mail.
I have gotten SMTP authentication to work with the e-mail provider tuffmail.com, which only emits a single line in its SMTP greeting.
$ telnet smtpauth.earthlink.net 25
220-stork.mail.pas.earthlink.net ESMTP Exim 3.33 #1 Thu, 26 Feb 2004 08:45:36 -0800
220-NO UCE. EarthLink does not authorize the use of its computers or network
220 equipment to deliver, accept, transmit, or distribute unsolicited e-mail.
I have gotten SMTP authentication to work with the e-mail provider tuffmail.com, which only emits a single line in its SMTP greeting.