Re: [exim] Enable tls support

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: eximmail
Data:  
Para: exim-users
Asunto: Re: [exim] Enable tls support
Emrah wrote:
> Hi everybody,
>
> I am a recent user of Exim... I use vexim to manage my virtual Email
> addresses and everything works fine, except the fact that my server does
> not support ssl/tls...
> I tried to enable it but I ended up nowhere... I had some error messages
> and google did not give me any hint to follow.
> here is what I added to the config file:
> https://secure.ekanet.net/ekavun/files/vexim-ssl
> I get the following when I run a conf check:
> 2009-09-04 17:11:07 Exim configuration error in line 962 of
> /etc/exim4/exim4.conf: authenticator name missing
> Line 962 is the following: tls_advertise_hosts = MAIN_TLS_ADVERTISE_HOSTS
> My exim4.conf file is available here:
> https://secure.ekanet.net/ekavun/files/exim4.conf
>
> I'm just stuck, any help will be greately appreciated.
>
> Regards,
> Emrah
>
>


Just ask your exim binary:

ldd /path/to/your/exim/binary
And look if libssl or libgnutls appears in the output.

Then post the output.