| Name: | smf-spf |
|---|---|
| Version: | 2.5.1^20220423g061e937 |
| Release: | 1.el8 |
| Architecture: | aarch64 |
| Group: | Unspecified |
| Size: | 110245 |
| License: | GPL-2.0-or-later |
| RPM: | smf-spf-2.5.1^20220423g061e937-1.el8.aarch64.rpm |
| Source RPM: | smf-spf-2.5.1^20220423g061e937-1.el8.src.rpm |
| Build Date: | Sat Jul 22 2023 |
| Build Host: | build-ol8-aarch64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/jcbf/smf-spf/ |
| Summary: | Mail filter for Sender Policy Framework verification |
| Description: | smf-spf is a lightweight, fast and reliable Sendmail milter that implements the Sender Policy Framework technology with the help of the libspf2 library. It checks SPF records to make sure that e-mail messages are authorized by the domain that it is coming from. It's an alternative for the spfmilter, spf-milter, and milter-spiff milters. |
- Updated build process.
- Updated to 2.5.1.
- Systemd detection was broken in F-19 so hardcode it instead
- Move tmpfiles.d config from %{_sysconfdir} to %{_prefix}/lib
- Delay start-up until after network
- Use presence of /run/lock to determine if init is systemd
- Switch to systemd configuration where appropriate - Nobody else likes macros for commands
- Modernize initscript and scriptlets - Add dist tag
- Update to 2.0.2 - Failing mails now tagged [SPF:fail] by default instead of [SPF-FAIL]
- Update to 2.0.1
- Initial RPM build