envfrom2srs

Python SRS (Sender Rewriting Scheme) binaries

Install

All systems
curl cmd.cat/envfrom2srs.sh
Debian Debian
apt-get install pysrs-bin
Ubuntu
apt-get install pysrs-bin
image/svg+xml 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

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.