slackbuilds/network/dkimproxy
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README network/dkimproxy: Added (SMTP-proxy). 2013-12-06 00:00:08 -06:00
dkimproxy.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
dkimproxy.info network/dkimproxy: Added (SMTP-proxy). 2013-12-06 00:00:08 -06:00
doinst.sh network/dkimproxy: Added (SMTP-proxy). 2013-12-06 00:00:08 -06:00
rc.dkimproxy network/dkimproxy: Added (SMTP-proxy). 2013-12-06 00:00:08 -06:00
slack-desc network/dkimproxy: Fix slack-desc. 2016-11-14 16:47:23 +07:00

README

DKIMproxy is an SMTP-proxy that signs and/or verifies emails, using
the Mail::DKIM module. It is designed for Postfix, but should work
with any mail server. It comprises two separate proxies, an
"outbound" proxy for signing outgoing email, and an "inbound" proxy
for verifying signatures of incoming email. With Postfix, the proxies
can operate as either Before-Queue or After-Queue content filters.
DKIMproxy is written in Perl.