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:
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.