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.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to