[Exim] Exim 3.22 - SMTP SSL stopped working

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Ilya
Fecha:  
A: Exim users list
Asunto: [Exim] Exim 3.22 - SMTP SSL stopped working
Hi. I just upgraded my Exim 3.21 to 3.22, everything stayed the smae in
config file, but now when I submit mail from my lan to Exim using
Authentication and SSL I get an error from OE
Your server has unexpectedly terminated the connection. Possible causes for
this include server problems, network problems, or a long period of
inactivity. Account: 'me@.org', Server: 'myserver', Protocol: SMTP, Port:
25, Secure(SSL): Yes, Error Number: 0x800CCC0F

If i turn off SSL in OE it works fine, this is log from OE
SMTP Log started at 03/30/2001 19:28:22
SMTP: 19:28:23 [rx] 220 A.net ESMTP Exim 3.22 #1 Fri, 30 Mar 2001
19:28:02 -0500
SMTP: 19:28:23 [tx] EHLO ilya
SMTP: 19:28:23 [rx] 250-a.net Hello ilya [192.168.0.1]
SMTP: 19:28:23 [rx] 250-SIZE
SMTP: 19:28:23 [rx] 250-PIPELINING
SMTP: 19:28:23 [rx] 250-STARTTLS
SMTP: 19:28:23 [rx] 250 HELP
SMTP: 19:28:23 [tx] STARTTLS
SMTP: 19:28:23 [rx] 220 OpenSSL/0.9.6beta go ahead
SMTP: 19:28:23 [tx] EHLO ilya
SMTP: 19:28:23 [rx] 250-a.net Hello ilya [192.168.0.1]
SMTP: 19:28:23 [rx] 250-SIZE
SMTP: 19:28:23 [rx] 250-PIPELINING
SMTP: 19:28:23 [rx] 250-AUTH LOGIN1 LOGIN
SMTP: 19:28:23 [rx] 250 HELP
SMTP: 19:28:23 [tx] AUTH LOGIN
SMTP: 19:28:23 [rx] 334 VXNldd5hbWU6
SMTP: 19:28:23 [tx] aWx5YQ==
SMTP: 19:28:23 [rx] 334 UGFgfgdvcmQ6
SMTP: 19:28:23 [tx] dfd9dfdXR1Yg==

this is exim logs -d10:
host in auth_hosts? no (option unset)
host in auth_over_tls_hosts? yes (*)
host in tls_hosts? no (option unset)
host in sender_unqualified_hosts? no (option unset)
host in receiver_unqualified_hosts? no (option unset)
host in helo_verify? no (option unset)
host in helo_accept_junk_hosts? no (option unset)
SMTP>> 220 a.net ESMTP Exim 3.22 #1 Fri, 30 Mar 2001 19:52:59 -0500

set_process_info: 24045 handling incoming connection from [192.168.0.1]
ready for new message
smtp_setup_msg entered
SMTP<< EHLO ilya
ilya in local_domains? no (end of list)
sender_fullhost = (ilya) [192.168.0.1]
sender_rcvhost = [192.168.0.1] (helo=ilya)
set_process_info: 24045 handling incoming connection from (ilya)
[192.168.0.1]
host in tls_advertise_hosts? yes (*)
SMTP>> 250-alchemistry.net Hello ilya [192.168.0.1]

250-SIZE
250-PIPELINING
250-STARTTLS
250 HELP
SMTP<< STARTTLS
using tls_certificate /path/exim.key
using tls_privatekey /path/exim.key
Initialised TLS (OpenSSL/0.9.6beta)
host in tls_verify_hosts? no (option unset)
SMTP>> 220 OpenSSL/0.9.6beta go ahead

Calling SSL_accept
SSL info: before/accept initialization
SSL info: before/accept initialization
SSL info: SSLv3 read client hello A
SSL info: SSLv3 write server hello A
SSL info: SSLv3 write certificate A
SSL info: SSLv3 write server done A
SSL info: SSLv3 flush data
SSL info: SSLv3 read client key exchange A
SSL info: SSLv3 read finished A
SSL info: SSLv3 write change cipher spec A
SSL info: SSLv3 write finished A
SSL info: SSLv3 flush data
SSL info: SSL negotiation finished successfully
SSL info: SSL negotiation finished successfully
SSL_accept was successful
Cipher: TLSv1:RC4-MD5:128
Shared ciphers:
RC4-MD5:RC4-SHA:DES-CBC3-SHA:DES-CBC-SHA:EXP1024-RC4-SHA:EXP1024-DES-CBC-SHA
:EXP-RC4-MD5:EXP-RC2-CBC-MD5:EDH-DSS-DES-CBC3-SHA:EDH-DSS-DES-CBC-SHA:EXP102
4-DHE-DSS-DES-CBC-SHA
sender_fullhost = [192.168.0.1]
sender_rcvhost = [192.168.0.1]
set_process_info: 24045 handling incoming TLS connection from [192.168.0.1]
TLS active
Calling SSL_read(8181a00, 8196000, 4096)
SMTP<< EHLO ilya
ilya in local_domains? no (end of list)
sender_fullhost = (ilya) [192.168.0.1]
sender_rcvhost = [192.168.0.1] (helo=ilya)
set_process_info: 24045 handling TLS incoming connection from (ilya)
[192.168.0.1]
tls_do_write(8185dc8, 105)
SSL_write(SSL, 8185dc8, 105)
outbytes=105 error=0
SMTP>> 250-alchemistry.net Hello ilya [192.168.0.1]

250-SIZE
250-PIPELINING
250-AUTH LOGIN1 LOGIN
250 HELP
Calling SSL_read(8181a00, 8196000, 4096)
SMTP<< AUTH LOGIN
SMTP>> 334 VXNlcm6

tls_do_write(8180000, 18)
SSL_write(SSL, 8180000, 18)
outbytes=18 error=0
Calling SSL_read(8181a00, 8196000, 4096)
SMTP>> 334 UGFdvcmQ6

tls_do_write(8180000, 18)
SSL_write(SSL, 8180000, 18)
outbytes=18 error=0
Calling SSL_read(8181a00, 8196000, 4096)
Running PAM authentication for user "ilya"
child 24045 ended: status=0xb
0 SMTP accept processes now running
listening on port 25...
^C