Re: [exim] How can I detect if exim is compiled with TLS?

Etusivu
Poista viesti
Vastaa
Lähettäjä: Suresh Ramasubramanian
Päiväys:  
Vastaanottaja: Olaf Föllinger
Kopio: exim-users
Aihe: Re: [exim] How can I detect if exim is compiled with TLS?
Olaf Föllinger wrote:
> I'm using exim on cygwin to deliver my mail to an exchange server as a
> smarthost. Now I'm forced to use starttls.
>
> How can I detect if exim on cygwin supports tls that is if exim is
> compiled with tls?


ldd /path/to/exim

or maybe exim -d -bt

    srs