diff options
Diffstat (limited to 'mail-filter/postfwd/metadata.xml')
-rw-r--r-- | mail-filter/postfwd/metadata.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/mail-filter/postfwd/metadata.xml b/mail-filter/postfwd/metadata.xml new file mode 100644 index 000000000000..46967d21ae5a --- /dev/null +++ b/mail-filter/postfwd/metadata.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>proxy-maintainers</herd> + <maintainer> + <email>mschiff@gentoo.org</email> + <name>Marc Schiffbauer</name> + </maintainer> + <maintainer> + <email>info@roessner-net.com</email> + <name>Christian Roessner</name> + <description>Proxy-Maintainer. Assign bugs to him</description> + </maintainer> + <upstream> + <maintainer status='active'> + <email>info@postfwd.org</email> + <name>Jan Peter Kessler</name> + </maintainer> + <changelog>http://www.postfwd.org/postfwd2.CHANGELOG</changelog> + </upstream> + <longdescription lang="en"> + postfwd (short for Postfix Firewall Daemon) is a Postfix policy server + that is written in Perl. It allows to define flexible and complex rules + to block access to the mail system before the actual message has been + accepted. The ruleset configuration supports features like scoring, + grouping, date and time based dependencies together with DNSBL lookups + and policy delegation (e.g. postgrey). + </longdescription> + <use> + <flag name="tools">Install additional tools for testing postfwd</flag> + </use> +</pkgmetadata> |