Page MenuHomeFreeBSD

New port: mail/spfmilter
ClosedPublic

Authored by leres on Oct 22 2017, 1:03 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 7, 10:17 AM
Unknown Object (File)
Sun, Sep 21, 10:28 PM
Unknown Object (File)
Thu, Sep 18, 8:24 PM
Unknown Object (File)
Thu, Sep 18, 4:41 PM
Unknown Object (File)
Wed, Sep 17, 2:00 PM
Unknown Object (File)
Wed, Sep 17, 7:50 AM
Unknown Object (File)
Sep 15 2025, 12:27 AM
Unknown Object (File)
Sep 13 2025, 7:51 AM
Subscribers

Details

Summary

Proposed commit message:

This adds spfmilter, a simple sendmail milter that uses either
libspf or libspf2 to implemnt Sender Policy Framework.

Reviewed by: ? (mentor)
Approved by: ? (mentor)
Differential Revision: ?

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ler requested changes to this revision.Oct 22 2017, 1:09 AM

the rc.d/spfmilter file looks like a diff, not a real rc script...

This revision now requires changes to proceed.Oct 22 2017, 1:09 AM

The spfmilter package includes rc.d scripts for several distributions including FreeBSD. mail/spfmilter/files/patch-rc__scripts_freebsd is a patch that changes the supplied script to account for installing the milter binary in /usr/local/libexec and adding "-u user" to the daemon invocation to avoid (a) running the daemon as root and (b) the warning message spfmilter gives when you run it as root without -u.

Ugh, I missed that it was a files/patch...

Sorry. my flub.

This revision is now accepted and ready to land.Oct 22 2017, 1:28 AM
This revision was automatically updated to reflect the committed changes.