opendkim: DKIM signing and verifying emails 4370/head
authorVal Kulkov <val.kulkov@gmail.com>
Fri, 19 May 2017 05:37:15 +0000 (01:37 -0400)
committerVal Kulkov <val.kulkov@gmail.com>
Wed, 31 Jan 2018 15:07:07 +0000 (10:07 -0500)
commit928ae83f194b54137cb0e774267973665475db1f
tree6f4e3b228ca547b339f7ae4721408ca2a21e9e95
parent754cb3967315dff2c509e7094314d92e016918a0
opendkim: DKIM signing and verifying emails

The OpenDKIM package provides a service for signing and verifying
DomainKeys Identified Mail (DKIM) signatures. OpenDKIM consists of
a library that implements the DKIM service and a milter-based
filter application that can plug in to any milter-aware MTA, such
as Postfix or Sendmail, to provide that service to sufficiently
recent sendmail MTAs and other MTAs that support the milter
protocol.

This submission provides three new packages:
- libopendkim, a library for signing and verifying DKIM signatures,
- opendkim, the server application and the genkey script,
- opendkim-tools, a set of tools for configuring and testing OpenDKIM.

While at it, add PKG_BUILD_DEPENDS statement to sendmail's Makefile.
Travis CI buildbot sometimes fails to compile libopenssl before
starting to build sendmail. Since sendmail depends on libopenssl, the
whole Travis CI build process fails. Setting PKG_BUILD_DEPENDS
to "openssl", the directory name of libopenssl's Makefile, fixes the
problem.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
mail/opendkim/Makefile [new file with mode: 0644]
mail/opendkim/files/opendkim-genkey [new file with mode: 0644]
mail/opendkim/files/opendkim.conf.simple [new file with mode: 0644]
mail/opendkim/files/opendkim.init [new file with mode: 0755]
mail/sendmail/Makefile