summaryrefslogtreecommitdiff
blob: 0a92fe435f3c04d8d2fa841adcb00bbaf7c89bf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>net-mail@gentoo.org</email>
		<name>Net-Mail</name>
	</maintainer>
	<longdescription>A program implementing the Milter API that signs and verifies
using the DKIM standard. This is a fork of Sendmail's DKIM-milter</longdescription>
	<use>
		<!--flag name='diffheaders'>On verification failure, compare the
	original and the received headers to look for possible munging</flag-->
		<flag name="unbound">Use the unbound dnssec library to perform DKIM DNS
	queries.</flag>
		<flag name="opendbx">Use opendbx backend to facilitate dataset driven
	OpenDKIM configuration options like stats, bodylengthdb, etc. against a wide
	variety of database types</flag>
		<flag name="sasl">Used to authenticate to a LDAP server in various ways if
	required.</flag>
		<flag name="ldap">Enable openldap as a dataset facilitator or keys,
	determining domains to sign for, and any other dataset that opendkim
	supports.</flag>
		<flag name="lua">Enables control over signature verification, filtering and
	policy to be controlled by user defined lua scripts.</flag>
		<flag name="poll">Use poll() instead of select() for the provided
	asynchronous resolver library.</flag>
		<flag name="memcached">Add support for using <pkg>dev-libs/libmemcached</pkg>
	</flag>
		<flag name="lmdb">Add support for using <pkg>dev-db/lmdb</pkg></flag>
	</use>
	<upstream>
		<remote-id type="sourceforge">opendkim</remote-id>
	</upstream>
</pkgmetadata>