[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Exim4 & SSL support



Marco,

Do you have enabled the TLS macro somewhere?
MAIN_TLS_ENABLE = true

TLS will run in port 25. I guess this is also the rule with SSL.

> log_selector = +tls_cipher +tls_peerdn
> tls_advertise_hosts = *
> tls_certificate = /etc/ssl/certs/exim4cert.pem
> tls_privatekey = /etc/ssl/certs/exim4key.pem
>
> When exim is started, if I try a netstat -punta |grep exim4 command I
> have this output :
> tcp        0      0 0.0.0.0:25              0.0.0.0:*
> LISTEN     3781/exim4
> Exim don't use the port 465 (for smtps).
>
> Infact, if  I try to connect with an TLS encryption is OK, but if I try
> to connect with an SSL encryption (on port 25)
> the connection fail.



Reply to: