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/slack-desc | |
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/slack-desc')
-rw-r--r-- | network/dkimproxy/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/network/dkimproxy/slack-desc b/network/dkimproxy/slack-desc new file mode 100644 index 0000000000..f245bc6da4 --- /dev/null +++ b/network/dkimproxy/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +dkimproxy: DKIMproxy (SMTP-proxy) +dkimproxy: +dkimproxy: DKIMproxy uses the Mail::DKIM module. It is designed for Postfix, +dkimproxy: but should work with any mail server. It comprises two separate +dkimproxy: proxies, an "outbound" proxy for signing outgoing email, and +dkimproxy: an "inbound" proxy for verifying signatures of incoming email. +dkimproxy: With Postfix, the proxies can operate as either Before-Queue +dkimproxy: or After-Queue content filters. +dkimproxy: +dkimproxy: homepage: http://dkimproxy.sourceforge.net/ +dkimproxy: |