opendkim
Milter implementation of DomainKeys Identified Mail
Install
- All systems
-
curl cmd.cat/opendkim.sh
- Debian
-
apt-get install opendkim - Ubuntu
-
apt-get install opendkim -
Alpine
-
apk add opendkim - Arch Linux
-
pacman -S opendkim - Kali Linux
-
apt-get install opendkim - Fedora
-
dnf install opendkim - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install opendkim - Raspbian
-
apt-get install opendkim - Docker
-
docker run cmd.cat/opendkim opendkimpowered by Commando
opendkim
Milter implementation of DomainKeys Identified Mail
The OpenDKIM Project is a community effort to develop and maintain a C library for producing DKIM-aware applications and an open source milter for providing DomainKeys Identified Mail (DKIM) service. DKIM provides a way for senders to confirm their identity when sending email by adding a cryptographic signature to the headers of the message. This package contains the OpenDKIM mail filter (Milter) for plugging into Milter-aware MTAs. It implements both signing and verification.