diff options
Diffstat (limited to 'packages/dspam/pkg/p3scan-pf.xml')
-rw-r--r-- | packages/dspam/pkg/p3scan-pf.xml | 65 |
1 files changed, 55 insertions, 10 deletions
diff --git a/packages/dspam/pkg/p3scan-pf.xml b/packages/dspam/pkg/p3scan-pf.xml index 9b99668a..f78c3912 100644 --- a/packages/dspam/pkg/p3scan-pf.xml +++ b/packages/dspam/pkg/p3scan-pf.xml @@ -1,5 +1,50 @@ <?xml version="1.0" encoding="utf-8" ?> +<!DOCTYPE packagegui SYSTEM "../../schema/packages.dtd"> +<?xml-stylesheet type="text/xsl" href="../../xsl/package.xsl"?> <packagegui> + <copyright> + <![CDATA[ +/* $Id$ */ +/* ========================================================================== */ +/* + authng.xml + part of pfSense (http://www.pfSense.com) + Copyright (C) 2007 Daniel S. Haischt <me@daniel.stefan.haischt.name> + All rights reserved. + + Based on m0n0wall (http://m0n0.ch/wall) + Copyright (C) 2003-2006 Manuel Kasper <mk@neon1.net>. + All rights reserved. + */ +/* ========================================================================== */ +/* + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY + AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, + OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. + */ +/* ========================================================================== */ + ]]> + </copyright> + <description>Describe your package here</description> + <requirements>Describe your package requirements here</requirements> + <faq>Currently there are no FAQ items provided.</faq> <name>p3scanpf</name> <version>1.0</version> <title>Services: POP3 Proxy: Main</title> @@ -8,14 +53,14 @@ set, you are still required to save this page if you are editing this page for the very first time! </note> - <include_file>/usr/local/pkg/p3scan.inc</include_file> <aftersaveredirect>pkg_edit.php?xml=p3scan-pf.xml&id=0</aftersaveredirect> + <include_file>/usr/local/pkg/p3scan.inc</include_file> <!-- Menu is where this packages menu will appear --> <menu> <name>p3scan</name> - <section>Services</section> - <configfile>p3scan.xml</configfile> <tooltiptext>A transparent POP3-Proxy with virus-scanning capabilities</tooltiptext> + <section>Services</section> + <configfile>p3scan.xml</configfile> </menu> <service> <name>p3scan-pf</name> @@ -96,56 +141,56 @@ <fieldname>ipaddr</fieldname> <description>The <acronym title="Internet Protocol">IP</acronym> Address we listen on.</description> <type>input</type> - <default_value>0.0.0.0</default_value> <required /> + <default_value>0.0.0.0</default_value> </field> <field> <fielddescr>Port</fielddescr> <fieldname>port</fieldname> <description>The <acronym title="Transmission Control Protocol">TCP</acronym> port on we should listen.</description> <type>input</type> - <default_value>8110</default_value> <required /> + <default_value>8110</default_value> </field> <field> <fielddescr>SSL Port</fielddescr> <fieldname>sslport</fieldname> <description>The TCP <acronym title="Secure Sockets Layer">SSL</acronym> port on we should listen.</description> <type>input</type> - <default_value>995</default_value> <required /> + <default_value>995</default_value> </field> <field> <fielddescr>Target IP</fielddescr> <fieldname>targetip</fieldname> <description>Target IP is the IP to connect (0.0.0.0 enables transparent mode).</description> <type>input</type> - <default_value>0.0.0.0</default_value> <required /> + <default_value>0.0.0.0</default_value> </field> <field> <fielddescr>Target Port</fielddescr> <fieldname>targetport</fieldname> <description>Target Port is the port to connect.</description> - <default_value>8110</default_value> <type>input</type> <required /> + <default_value>8110</default_value> </field> <field> <fielddescr>Email Port</fielddescr> <fieldname>emailport</fieldname> <description>The port we should listen on to scan outgoing email messages.</description> <type>input</type> - <default_value>25</default_value> <required /> + <default_value>25</default_value> </field> <field> <fielddescr>Daemon User</fielddescr> <fieldname>daemonuser</fieldname> <description>The username the daemon should run as.</description> <type>input</type> - <default_value>root</default_value> <required /> + <default_value>root</default_value> </field> </fields> <!-- |