diff options
Diffstat (limited to 'mail-mta/exim/metadata.xml')
-rw-r--r-- | mail-mta/exim/metadata.xml | 61 |
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> |