summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2009-12-04 18:12:09 +0000
committerFabian Groffen <grobian@gentoo.org>2009-12-04 18:12:09 +0000
commit81a8c131c9ef60332d9e0b51dbeda96f32386f26 (patch)
treeb0bae3991c7af8c481a68accbb7236a7a4f51591 /mail-mta/exim/metadata.xml
parentVersion bump (diff)
downloadhistorical-81a8c131c9ef60332d9e0b51dbeda96f32386f26.tar.gz
historical-81a8c131c9ef60332d9e0b51dbeda96f32386f26.tar.bz2
historical-81a8c131c9ef60332d9e0b51dbeda96f32386f26.zip
Version bump, dropped exiscan and domainkeys USE-flags. The latter is being replaced by the new dkim USE-flag. Experimental dcc USE-flag added. Thanks to the people on bug #293982, notably Jochen Schalanda for providing the changes necessary to support DKIM and DCC.
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'mail-mta/exim/metadata.xml')
-rw-r--r--mail-mta/exim/metadata.xml61
1 files changed, 34 insertions, 27 deletions
diff --git a/mail-mta/exim/metadata.xml b/mail-mta/exim/metadata.xml
index 06f2269944de..c875b7da8fe3 100644
--- a/mail-mta/exim/metadata.xml
+++ b/mail-mta/exim/metadata.xml
@@ -1,31 +1,38 @@
<?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='dnsdb'>Adds support for a DNS search for a record whose domain
- name is the supplied query</flag>
- <flag name='domainkeys'>Adds support for Yahoo!'s DomainKey sender
- verification system</flag>
- <flag name='dovecot-sasl'>Adds support for Dovecot's authentication</flag>
- <flag name='exiscan-acl'>Patch providing support for content scanning</flag>
- <flag name='exiscan'>Patch providing support for content scanning
- backward-compatibility</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>
-</use>
+ <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='dnsdb'>Adds support for a DNS search for a record whose
+ domain name is the supplied query</flag>
+ <flag name='dkim'>Adds support for DomainKeys Identified Mail
+ (DKIM)</flag>
+ <flag name='domainkeys'>Adds support for Yahoo!'s DomainKey sender
+ verification system</flag>
+ <flag name='dovecot-sasl'>Adds support for Dovecot's
+ authentication</flag>
+ <flag name='exiscan-acl'>Patch providing support for content
+ scanning</flag>
+ <flag name='exiscan'>Patch providing support for content scanning
+ backward-compatibility</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>
+ </use>
</pkgmetadata>