Re: [exim] Exim Default with TLS?

Top Pagina
Delete this message
Reply to this message
Auteur: eximmail
Datum:  
Aan: exim-users
Onderwerp: Re: [exim] Exim Default with TLS?
Andreas Metzler wrote:
> Christian Schmidt <Christian.Schmidt@???> wrote:
>
>> eximmail, 01.09.2009 (d.m.y):
>>
>
>
>>> I am trying to figure if I have TLS built in to my exim.
>>>
>
>
>> Just ask your exim binary:
>> ldd /path/to/your/exim/binary
>> And look if libssl or libgnutls appears in the output.
>>
>
> That is just an indication. ldd follows indirect linking, i.e. if you
> built exim with postgreSQL support, you will find libssl in the ldd
> output no matter whether exim was built with TLS support, since libpq
> links against libssl.
> cu andreas
>

I think I just about got it the only problem I am having now is whoever
sends mail it tries to connect to ssl and not the normal channels and
all mail comes in with an ssl error of (SSL_accept):
error:00000000:lib(0):func(0):reason(0). I looks as if the ssl is
shutting down before completion?