Jump to letter: [
ABCDEFGHJKLMNPRSTUWX
]
spfmilter - SPF mail filter module
- Description:
Spfmilter implements the Sender Policy Framework (http://spf.pobox.com/)
as a milter, using the libspf2 library.
The idea of SPF is to prevent email forgery. Each participating
domain sets up a little definition of which hosts are allowed to send
mail claiming to be from that domain. When another site receives
mail, it checks the permitted-senders definition for the originating
domain. If the check fails, the mail is rejected.
Packages
| spfmilter-0.97-1.i386
[41 KiB] |
Changelog
by Paul Howarth (2005-08-04):
- new upstream version 0.97
- remove initscript patch, now included upstream
- use tidier bash syntax in scriptlets
- fix permissions of installed files
- add comment about file format to fallback and whitelist files
- ghost the socket and pidfile rather than removing
/var/run/spfmilter in %post
- don't remove user/group at uninstall
- run the milter in a wrapper script that restarts it if it crashes
- force non-detection of libspf to ensure build against libspf2
- fix Makefile to prevent attempted chowns in %install
|