summaryrefslogtreecommitdiff
blob: 0315a9567485d7fe15b17cab19decc440a5fb022 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>net-mail</herd>
	<maintainer>
		<email>grobian@gentoo.org</email>
	</maintainer>
	<longdescription>
		Exim is a message transfer agent (MTA) developed at the University of
		Cambridge for use on Unix systems connected to the Internet. It is
		freely available under the terms of the GNU General Public Licence. In
		style it is similar to Smail 3, but its facilities are more general.
		There is a great deal of flexibility in the way mail can be routed, and
		there are extensive facilities for checking incoming mail. Exim can be
		installed in place of sendmail, although the configuration of exim is
		quite different to that of sendmail.
	</longdescription>
	<use>
		<flag name='dcc'>Adds support for Distributed Checksum Clearinghouse
			(DCC)</flag>
		<flag name='dane'>Adds support for DNS-based Authentication of Named Entities</flag>
		<flag name='dkim'>Adds support for DomainKeys Identified Mail
			(DKIM)</flag>
		<flag name='dnsdb'>Adds support for a DNS search for a record whose
			domain name is the supplied query</flag>
		<flag name='dovecot-sasl'>Adds support for Dovecot's
			authentication</flag>
		<flag name='dlfunc'>Install local_scan.h header to compile separate
			dlfunc libraries</flag>
		<flag name='dmarc'>Adds support for DMARC</flag>
		<flag name='dsn'>Adds support for Delivery Status Notifications
			(DSN)</flag>
		<flag name='exiscan-acl'>Patch providing support for content
			scanning</flag>
		<flag name='lmtp'>Adds support for lmtp</flag>
		<flag name='mbx'>Adds support for UW's mbx format</flag>
		<flag name='spf'>Adds support for Sender Policy Framework</flag>
		<flag name='srs'>Adds support for Sender Rewriting Scheme</flag>
		<flag name='proxy'>Add support for being behind a proxy, such as HAProxy</flag>
		<flag name='pkcs11'>Require pkcs11 support in <pkg>net-libs/gnutls</pkg> with USE=gnutls</flag>
		<flag name='redis'>Adds support for querying <pkg>dev-db/redis</pkg></flag>
		<flag name='prdr'>Adds support for Per-Recipient Data Response</flag>
		<flag name='tpda'>Adds support for Transport Post-Delivery Actions</flag>
	</use>
	<upstream>
		<bugs-to>http://bugs.exim.org/</bugs-to>
		<!-- stupid DTD doesn't allow this
		<vcs>http://git.exim.org/exim.git</vcs>
		-->
	</upstream>
</pkgmetadata>