Re: [exim] TLS problems: can't connect to my server for send…

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Graeme Fowler
Fecha:  
A: exim-users
Asunto: Re: [exim] TLS problems: can't connect to my server for sendingemails!
On Sat, 2007-05-26 at 20:42 +0200, mavior wrote:
> I'm going crazy from about two weeks on this problem

<snip>

>From debug output:


2997 SMTP>> 220 me.myserver.org ESMTP Exim 4.66 Sat, 26 May 2007
19:05:26 +0200
2997 Process 2997 is ready for new message
2997 smtp_setup_msg entered
2997 SMTP<< EHLO [192.168.1.105]
2997 sender_fullhost = 88-149-160-74.f5.ngi.it ([192.168.1.105])
[88.149.160.74]:1907
2997 sender_rcvhost = 88-149-160-74.f5.ngi.it ([88.149.160.74]:1907
helo=[192.168.1.105])
2997 set_process_info: 2997 handling incoming connection from
88-149-160-74.f5.ngi.it ([192.168.1.105]) [88.149.160.74]:1907
I=[82.195.149.154]:25
2997 host in pipelining_advertise_hosts? yes (matched "*")
2997 host in auth_advertise_hosts? yes (matched "*")
2997 host in tls_advertise_hosts? yes (matched "*")
2997 SMTP>> 250-me.myserver.org Hello 88-149-160-74.f5.ngi.it
[88.149.160.74]
2997 250-SIZE 52428800
2997 250-PIPELINING
2997 250-STARTTLS
2997 250 HELP
2997 SMTP<< STARTTLS
2997 tls_certificate file /etc/CA/cert.pem
2997 tls_privatekey file /etc/CA/key.pem
2995 child 2997 ended: status=0xb

0xb == 11 in decimal, meaning that the child process ended with signal
11 (SIGSEGV). That could mean a number of different things, but the
first thing I would check would be that the Exim process has permissions
to read /etc/CA/cert.pem and /etc/CA/key.pem.

Graeme