libdkimtest
cryptographically identify the sender of email
Install
- All systems
-
curl cmd.cat/libdkimtest.sh
- Debian
-
apt-get install libdkim-dev
- Ubuntu
-
apt-get install libdkim-dev
- Kali Linux
-
apt-get install libdkim-dev
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libdkim-dev
- Raspbian
-
apt-get install libdkim-dev
- Dockerfile
- dockerfile.run/libdkimtest
libdkim-dev
cryptographically identify the sender of email
DomainKeys Identified Mail (DKIM) defines a domain-level authentication framework for email using public-key cryptography and key server technology to permit verification of the source and contents of messages by either Mail Transport Agents (MTAs) or Mail User Agents (MUAs). libdkim is a library, developed by Alt-N Technologies, that allows incorporating DKIM into an existing MTA or other application. It provides full support for signing, verifying, and SSP. See the changelogs for information on compliance with specifications. This package contains the development files needed to compile and link programs with libdkim.
libdkim1d-dbg
DomainKeys Identified Mail (DKIM) library - debug symbols
This package contains the debug symbols for libdkim1d, a library for server-level signing of email using the DKIM standard, and verification of the signatures. See the description of that package for more information.