spfmilter.py
RFC 7208 compliant SPF Milter for Sendmail and Postfix
Install
- All systems
-
curl cmd.cat/spfmilter.py.sh
- Debian
-
apt-get install spf-milter-python
- Ubuntu
-
apt-get install spf-milter-python
- Kali Linux
-
apt-get install spf-milter-python
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install spf-milter-python
- Raspbian
-
apt-get install spf-milter-python
- Dockerfile
- dockerfile.run/spfmilter.py
spf-milter-python
RFC 7208 compliant SPF Milter for Sendmail and Postfix
A Python mail filter to add Received-SPF headers and reject forged mail. Rejection policy is configured via sendmail access file. Updated for RFC 4408/7208 compliance.