Page MenuHomeFreeBSD

New port: mail/spfmilter
ClosedPublic

Authored by leres on Oct 22 2017, 1:03 AM.
Tags
None
Referenced Files
Unknown Object (File)
Apr 26 2025, 3:49 AM
Unknown Object (File)
Apr 20 2025, 8:13 AM
Unknown Object (File)
Apr 15 2025, 8:53 AM
Unknown Object (File)
Apr 15 2025, 6:01 AM
Unknown Object (File)
Apr 15 2025, 5:55 AM
Unknown Object (File)
Apr 15 2025, 5:34 AM
Unknown Object (File)
Apr 15 2025, 5:30 AM
Unknown Object (File)
Mar 3 2025, 1:27 PM
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.