Bug 218171

Summary: Enable SPF in milter-greylist
Product: [Fedora] Fedora Reporter: Russell Odom <russ+bugzilla-redhat>
Component: milter-greylistAssignee: Enrico Scholz <rh-bugzilla>
Status: CLOSED DEFERRED QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: medium    
Version: 6CC: extras-qa
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-02-04 10:48:41 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Russell Odom 2006-12-02 14:22:06 UTC
Description of problem:
It would be nice if milter-greylist was built with SPF enabled. Details in the
README at http://hcpnet.free.fr/milter-greylist/README (section 10). 

It will work with libspf2 (http://libspf2.org/), libspf_alt (appears to be
discontinued?) or libspf (http://www.libspf.org/ - seems to be down at the mo)
so I guess it would require a package for one of these to be built too (Dag
Wieers has libspf for FC2&3 at http://dag.wieers.com/packages/libspf/).

Version-Release number of selected component (if applicable): 2.1.12-3

Comment 1 Enrico Scholz 2007-02-04 10:48:41 UTC
There is no spf library in FC/FE which can be used with milter-greylist.

Because I do not believe in positive effects of SPF and saw lots of problems
while evaluating 'libspf' with milter-greylist (due to bad code qualitity in
libspf), I am not going to maintain 'libspf*' myself.

Therefore, I will close this bug as deferred. Please reopen it, when a stable
'libspf*' library exists in FC/FE.

Comment 2 Russell Odom 2007-02-04 13:30:17 UTC
Not sure if this helps, but ATrpms has libspf2
(http://atrpms.net/dist/fc6/libspf2/). I also found RPMs for libspf and libspf2
by Paul Howarth (http://www.city-fan.org/ftp/contrib/libraries/).

Maybe you'd find libspf2 a little less problematic than libspf? The website
(http://libspf2.org/) makes the right sort of noises about reliability, etc.

This might be a dumb question, but could milter-greylist be built in such a way
that it doesn't require libspf2 but will use if if it's present?

Comment 3 Enrico Scholz 2007-02-04 14:12:54 UTC
It has already (more or less untested) support for a '--with spf'
build flag. Just add this manually to 'rpmbuild' or add '%_with_spf 1'
to your ~/.rpmmacros.

For -devel branch I will move to the %bcond_with style without the
leading underscore.