dkimproxy 1.4.1
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.
- Outputs:
out
- Website: https://dkimproxy.sourceforge.net
- Licenses: GPL 2+
- Package source: gnu/packages/mail.scm
- Builds: See build status
- Issues: See known issues
Installation
Install dkimproxy 1.4.1
as follows:
guix install dkimproxy@1.4.1
Or install the latest version:
guix install dkimproxy
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.