diff options
author | Steven King <kingrst@gmail.com> | 2013-12-02 10:55:47 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-12-06 00:00:08 -0600 |
commit | 38db967d63574468e07864317a2700f6271eca05 (patch) | |
tree | 1a1b041b444fc8841a4810613cecd76488ecd0b6 /network/dkimproxy/README | |
parent | 98ae15ded44bf9ccadd24cdbafea18b4f3114133 (diff) | |
download | slackbuilds-38db967d63574468e07864317a2700f6271eca05.tar.gz |
network/dkimproxy: Added (SMTP-proxy).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/dkimproxy/README')
-rw-r--r-- | network/dkimproxy/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/network/dkimproxy/README b/network/dkimproxy/README new file mode 100644 index 0000000000..383831fcdd --- /dev/null +++ b/network/dkimproxy/README @@ -0,0 +1,7 @@ +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. |