TLS/Exim and Cpanel
Hey,I have some problems with my mail server. When my server tries to deliver email and the other server advertise STARTTLS they try to estabilish secure connection but it fails and the mail returns to mail queue. Here is the example:
17hzr8-0005eH-00 is not frozen
delivering message 17hzr8-0005eH-00
Connecting to smtp.cybertrails.com [228.77.101.161.25] ... connected
SMTP<< 220 smtp.cybertrails.com ESMTP
SMTP>> EHLO indiana.vipsnet.com
SMTP<< 250-smtp.cybertrails.com
250-PIPELINING
250-STARTTLS
250-SIZE 6291456
250 8BITMIME
SMTP>> STARTTLS
SMTP<< 220 ready for tls
Initialised TLS (OpenSSL/0.9.5beta)
Cipher: TLSv1

SMTP>> EHLO indiana.vipsnet.com
SMTP<< 250-smtp.cybertrails.com
250-PIPELINING
250-SIZE 6291456
250 8BITMIME
SMTP>> MAIL FROM: SIZE=2656
SMTP>> RCPT TO:
SMTP>> DATA
SMTP<< 250 ok
SMTP<< 250 ok
SMTP<< 354 go ahead
SMTP>> writing message and terminating "."
SMTP<< 250 ok 1030097383 qp 20124
tls_close(): shutting down SSL
LOG: 0 MAIN
=> xxxxx@cybertrails.com R=lookuphost T=remote_smtp H=smtp.cybertrails.com [228.77.101.161] X=TLSv1

Exim version 3.35 debug level 1 uid=0 gid=0
Berkeley DB: Sleepycat Software: DB 2.4.14: (6/2/98)
delivering message 17i1Il-0003zp-00
LOG: 0 MAIN
Completed
Return to Mail Queue SMTP>> STARTTLS
LOG: 0 MAIN
Remote host smtp.cybertrails.com [228.77.101.161.25] closed connection after STARTTLS
LOG: 0 MAIN
== xxxxx@cybertrails.com T=remote_smtp defer (-19): Remote host smtp.cybertrails.com[228.77.101.161] closed connection after STARTTLS
I have Cpanel/WHM and i have SSL certificate installed.
Also I have exim.crt and exim.key in my /etc directroy.
Did any of You experienced something like this?
and one more question, how to make my server to ignore STARTTLS and deliver my mail without encryption.
Thanks