srs2envtol
Python SRS (Sender Rewriting Scheme) binaries
Install
- All systems
-
curl cmd.cat/srs2envtol.sh
- Debian
-
apt-get install pysrs-bin
- Ubuntu
-
apt-get install pysrs-bin
- Kali Linux
-
apt-get install pysrs-bin
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install pysrs-bin
- Raspbian
-
apt-get install python-srs
- Dockerfile
- dockerfile.run/srs2envtol
pysrs-bin
Python SRS (Sender Rewriting Scheme) binaries
As SPF is implemented, MTAs that check SPF must account for any forwarders. One way to handle forwarding is to have the forwarding MTA rewrite envfrom to a domain they are authorized to use. The package also include a package for sign and verify sender addresses with message ID (SES). There is also a base class for sendmail socket server (SocketMap) available. See http://www.openspf.org/SRS for details. These are the binaries of the module.
python-srs
Python SRS (Sender Rewriting Scheme) library
As SPF is implemented, MTAs that check SPF must account for any forwarders. One way to handle forwarding is to have the forwarding MTA rewrite envfrom to a domain they are authorized to use. The package also include a package for sign and verify sender addresses with message ID (SES). There is also a base class for sendmail socket server (SocketMap) available. See http://www.openspf.org/SRS for details. This is the Python 2 version of the module.