Re: [exim] compiling 4.91 under FreeBSD

Top Page
Delete this message
Reply to this message
Author: Phil Pennock
Date:  
To: Max Kostikov
CC: exim-users
Subject: Re: [exim] compiling 4.91 under FreeBSD
On 2018-04-16 at 20:21 +0200, Max Kostikov via Exim-users wrote:
> I had this
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227560


The experimental DMARC support hard-requires SPF support.

NewStuff:

 4. SPF support is promoted from Experimental to mainline status.  The template
    src/EDITME makefile does not enable its inclusion.


In Local/Makefile, replace EXPERIMENTAL_SPF=yes with SUPPORT_SPF=yes

Looks like the FreeBSD Ports tree has now adapted:

https://github.com/freebsd/freebsd-ports/commit/5c374cf90a31c879d053db12db0c08d830c8f31f

-Phil