dkim-milter
Domain Keys Identified Mail Milter for Sendmail and Postfix
Install
- All systems
-
curl cmd.cat/dkim-milter.sh
- Debian
-
apt-get install dkim-milter-python
- Ubuntu
-
apt-get install dkim-milter-python
- Kali Linux
-
apt-get install dkim-milter-python
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install dkim-milter-python
- Raspbian
-
apt-get install dkim-milter-python
- Dockerfile
- dockerfile.run/dkim-milter
dkim-milter-python
Domain Keys Identified Mail Milter for Sendmail and Postfix
A simple Python mail filter for creating and verifying Domain Keys Identified Mail (DKIM) signatures. While not as featureful as some other implementations, like dkimpy-milter or opendkim, because it is written in Python, it is a good choice for experimentation and customization.