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

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: mavior
Fecha:  
A: exim-users
Asunto: Re: [exim] TLS problems: can't connect to my server forsendingemails!
Graeme Fowler wrote:
> 0xb == 11 in decimal, meaning that the child process ended with
> signal11 (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
>

[root@me ~]# ls -la /etc/CA
total 16
drwxr-xr-x 2 root root 4096 May 26 19:02 .
drwxr-xr-x 47 root root 4096 May 26 19:11 ..
-rw-r--r-- 1 root root 1058 May 26 19:02 cert.pem
-rw-r--r-- 1 root root 887 May 26 19:02 key.pem

I don't remember if I already tried to chown to user "mail" those two files.
What type of chmod command i have to digit to make them readable by the
exim process?
thank you again