Re: [exim] main option "tls_advertise_hosts" unknown

Top Page
Delete this message
Reply to this message
Author: Renaud Allard
Date:  
To: chitgoks, exim users
Subject: Re: [exim] main option "tls_advertise_hosts" unknown


chitgoks wrote:
> frankly i cant tell, ive installed too many things. but pls correctme if
> im wrong, to install exim with tsl support is to enable the TLS_LIB and
> TLS_INCLUDE in Makefile right? or is it a separate library that i need
> to download and install. thanks
>


You should have something like that in your Makefile:

SUPPORT_TLS=yes
TLS_LIBS=-lssl -lcrypto
TLS_INCLUDE=-I/usr/include/openssl

It may be slightly different if you are using gnutls (i.e.:
USE_GNUTLS=yes). But you should consider using openssl as gnutls may
cause some entropy problems.

Of course you must have ssl devel libraries present on your system.