The TLS issue is usually what happens when one has TLS enabled on a
mail server, but no certificate.
$ openssl s_client -starttls smtp -connect ratchet.nebcorp.com:25
CONNECTED(00000003)
21190:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown
protocol:s23_clnt.c:475:
$ telnet ratchet.nebcorp.com 25
Trying 205.217.153.72...
Connected to ratchet.nebcorp.com.
Escape character is '^]'.
220 ratchet.nebcorp.com ESMTP Postfix (2.2.9)
ehlo foolio
250-ratchet.nebcorp.com
250-PIPELINING
250-SIZE 10485760
250-VRFY
250-ETRN
250-STARTTLS
250 8BITMIME
quit
221 Bye
Connection closed by foreign host.
Notice how STARTTLS is enabled in the telnet, but OpenSSL fails the
connection. It's a misconfiguration on their end.
On 9/12/06, Jake Vickers <[EMAIL PROTECTED]> wrote:
slamp slamp wrote:
I am not using URIBL and no I have not altered spamd/run at all.
Okay, that eliminates those as problems. I get a similar message from
another list I'm on from time to time as well that is a little more
descriptive:
----- The following addresses had permanent fatal errors -----
<[EMAIL PROTECTED]>
(reason: 554 mail server permanently rejected message (#5.3.0))
----- Transcript of session follows -----
451 hackwerks.com: Name server timeout
... while talking to ratchet.nebcorp.com.:
>>> STARTTLS dialogue
<<< 454 TLS not available due to local problem
... while talking to mail.v2gnu.com.:
>>> DATA
<<< 554 mail server permanently rejected message (#5.3.0)
554 5.0.0 Service unavailable
Maybe the problem is in TLS? I'll dig into that later tonight if no one
else chimes in.
---------------------------------------------------------------------
QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]