dkimproxy
SMTP proxy to sign and verify Internet mail with DKIM headers
DKIMproxy is an SMTP proxy that signs and verifies Internet mail using the Mail::DKIM
Perl module. It comprises two separate proxies: an outbound proxy for signing outgoing email, and an inbound proxy for verifying signatures of incoming messages.
It was designed for Postfix, but can be used to add DKIM support to nearly any existing mail server. With Postfix, the proxies can operate as either Before-Queue
or After-Queue
content filters.
- Versions: 1.4.1
- Website: https://dkimproxy.sourceforge.net
- Licenses: GPL 2+
- Package source: gnu/packages/mail.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of dkimproxy
as follows:
guix install dkimproxy
Or install a particular version:
guix install dkimproxy@1.4.1
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of dkimproxy about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/dkimproxy'><img src='https://packages.guix.gnu.org/packages/dkimproxy/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/dkimproxy)
Example Org:
[[https://packages.guix.gnu.org/packages/dkimproxy][https://packages.guix.gnu.org/packages/dkimproxy/badges/latest-version.svg]]