opendkim-testmsg
Set of command line tools for OpenDKIM
Install
- All systems
-
curl cmd.cat/opendkim-testmsg.sh
- Debian
-
apt-get install opendkim-tools
- Ubuntu
-
apt-get install opendkim-tools
- Alpine
-
apk add opendkim
- Arch Linux
-
pacman -S opendkim
- Kali Linux
-
apt-get install opendkim-tools
- Fedora
-
dnf install opendkim
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install opendkim-tools
- Raspbian
-
apt-get install opendkim-tools
- Dockerfile
- dockerfile.run/opendkim-testmsg
- Docker
-
docker run cmd.cat/opendkim-testmsg opendkim-testmsg
powered by Commando
opendkim-tools
Set of command line tools for OpenDKIM
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. This package contains command line tools for the OpenDKIM mail filter (Milter). The following tools are included: - opendkim-genkey - miltertest - opendkim-testadsp - opendkim-stats - opendkim-genzone - opendkim-spam - opendkim-testkey - opendkim-atpszone - opendkim-convert-keylist - opendkim-testmsg
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.