Re: [exim] TLS configuration on FreeBSD 10.1 amd64

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Graeme Fowler
Datum:  
To: exim-users
Betreff: Re: [exim] TLS configuration on FreeBSD 10.1 amd64
On Tue, 2015-03-17 at 15:11 +0530, Manish Jain wrote:
> Now when I start exim, I get :
>
> /etc/ssl/private # service exim start
> Starting exim.
> 2015-03-17 14:41:27 Exim configuration error in line 152 of 
> /usr/local/etc/exim/configure:
>    main option "tls_certificate" unknown
> /usr/local/etc/rc.d/exim: WARNING: failed to start exim


That sounds like you didn't compile in SSL/TLS support at all.

Look at the output of 'exim -bV | egrep Support' - you should have
something like this:

Support for: crypteq iconv() IPv6 PAM OpenSSL Content_Scanning DKIM PRDR
OCSP Experimental_DCC

Replace OpenSSL with GnuTLS in your case; if it isn't there, go back to
your build and make sure you've got the right options set in
Local/Makefile.

Graeme