[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SMTP TLS test failing
From: |
Len Conrad |
Subject: |
SMTP TLS test failing |
Date: |
Tue, 25 Jan 2011 15:36:19 -0600 |
uname -a
FreeBSD mx1.xxx.net 7.2-RELEASE
openssl version
OpenSSL 0.9.8e 23 Feb 2007
monit -V
This is Monit version 5.2.3
telnet mh1.xxx.net 25
Connected to mh1.xxx.net.
Escape character is '^]'.
220 mh1.xxx.net - ESMTP
ehlo this.is.len
250-mh1.xxx.net Hello
250-SIZE 52428800
250-AUTH LOGIN CRAM-MD5
250-STARTTLS
250 OK
telnet mh1.xxx.net 587
Connected to mh1.xxx.net.
Escape character is '^]'.
220 mh1.xxx.net - ESMTP
ehlo this.is.len
250-mh1.xxx.net Hello
250-SIZE 52428800
250-AUTH LOGIN CRAM-MD5
250-STARTTLS
check host mh1.xxx.net-SMTP25TLS with address mh1.xxx.net
if failed port 25 type tcpssl tlsv1 protocol smtp with timeout 5 seconds 3
times within 3 cycles then alert
check host mh1.xxx.net-SMTP587TLS with address mh1.xxx.net
if failed port 587 type tcpssl tlsv1 protocol smtp with timeout 5 seconds 3
times within 3 cycles then alert
monit.log
[ Jan 25 15:26:20] error : monit: Openssl engine error: error:1408F10B:SSL
routines:func(143):reason(267)
[ Jan 25 15:26:20] error : 'mh1.xxx.net-SMTP25TLS' failed, cannot open a
connection to INET[mh1.xxx.net:25] via TCPSSL
[ Jan 25 15:26:20] error : monit: Openssl engine error: error:1408F10B:SSL
routines:func(143):reason(267)
[ Jan 25 15:26:20] error : 'mh1.xxx.net-SMTP587TLS' failed, cannot open a
connection to INET[mh1.xxx.net:587] via TCPSSL
thanks
Len