forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.xml
34 lines (34 loc) · 1.54 KB
/
metadata.xml
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>[email protected]</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>