diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-25 23:02:38 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-26 01:16:39 +0200 |
commit | d045dce16d319f68fa9209fd1d75a44999edd938 (patch) | |
tree | bfb3d85bdd360ab22e246cb1b3593a42f4c868a1 /gnu/packages/mail.scm | |
parent | 858be794743e4f8805ec63316dec73b23de5aa56 (diff) | |
download | patches-d045dce16d319f68fa9209fd1d75a44999edd938.tar patches-d045dce16d319f68fa9209fd1d75a44999edd938.tar.gz |
gnu: dkimproxy: Keyword-stuff descriptions.
* gnu/packages/mail.scm (dkimproxy)[synopsis]: Do so.
[description]: Also.
Diffstat (limited to 'gnu/packages/mail.scm')
-rw-r--r-- | gnu/packages/mail.scm | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index c31a141009..675ba20e83 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -2007,12 +2007,15 @@ DKIM and/or DomainKeys.") ("perl-net-server" ,perl-net-server) ("perl-socket6" ,perl-socket6))) (home-page "http://dkimproxy.sourceforge.net/") - (synopsis "SMTP-proxy for DKIM signing and verifying") - (description "DKIMproxy is an SMTP-proxy that signs and/or verifies emails, -using the @code{Mail::DKIM} module. It is designed for Postfix, but should -work with any mail server. It comprises two separate proxies, an outbound + (synopsis "SMTP proxy to sign and verify Internet mail with DKIM headers") + (description + "DKIMproxy is an SMTP proxy that signs and verifies Internet mail using the +@code{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 email. With Postfix, the proxies can operate as either +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 @code{Before-Queue} or @code{After-Queue} content filters.") (license gpl2+))) |