Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jun 2001 04:50:13 -0700
From:      Alex Zepeda <jazepeda@pacbell.net>
To:        Dan Langille <dan@langille.org>
Cc:        chat@freebsd.org
Subject:   Re: MTA authentications
Message-ID:  <20010610045013.B556@zippy.mybox.zip>
In-Reply-To: <200106100343.f5A3hjU53739@lists.unixathome.org>; from dan@langille.org on Sat, Jun 09, 2001 at 11:43:44PM -0400
References:  <20010609195855.A2662@zippy.mybox.zip> <200106100343.f5A3hjU53739@lists.unixathome.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jun 09, 2001 at 11:43:44PM -0400, Dan Langille wrote:

> I also meant to say that it appears that this new "standard" is not 
> backwards compatible.

It is very much so.  SSL is implemented via smtps (and depreciated), and
is essentially just SMTP being wrapped with SSL.  TLS has been integrated
fully into SMTP (forgot the RFC here) via the STARTTLS (STLS in POP3)  
command.

Thus your MTA seems to be coerced into attempting an TLS connection (this
is advertised w/ the EHLO response)... and it's being denied.  Likely
because of lack of certificate.  If your MTA didn't support TLS at all,
you {probably,should} see a different error message.

- alex

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-chat" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010610045013.B556>