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

トップ ページ
このメッセージを削除
このメッセージに返信
著者: John Burnham
日付:  
To: exim-users
題目: Re: [exim] How can I detect if exim is compiled with TLS?
Olaf Föllinger wrote:

>Hi,
>
>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?
>
>

Try running exim -bV - it should have something under the support for:
section. For example,
Support for: iconv() IPv6 PAM Perl GnuTLS
shows that the exim binary I queried supports TLS - GnuTLS.
John