<?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> <note> This <acronym title="Hypertext Markup Language">HTML</acronym> page uses default values, hence even if each field is set, you are still required to save this page if you are editing this page for the very first time! </note> <aftersaveredirect>pkg_edit.php?xml=p3scan-pf.xml&id=0</aftersaveredirect> <include_file>p3scan-pf.inc</include_file> <!-- Menu is where this packages menu will appear --> <menu> <name>POP3 Proxy</name> <tooltiptext>A transparent POP3-Proxy with virus-scanning capabilities</tooltiptext> <section>Services</section> <configfile>p3scan-pf.xml</configfile> <url>/pkg_edit.php?xml=p3scan-pf.xml&id=0</url> </menu> <service> <name>p3scan-pf</name> <rcfile>030.p3scan.sh</rcfile> <executable>p3scan</executable> <description>POP3 virus/spam scanner.</description> </service> <tabs> <tab> <text>Daemon Settings</text> <url>/pkg_edit.php?xml=p3scan-pf.xml&id=0</url> <active /> </tab> <tab> <text>Transparent Proxy Exclusion</text> <url>/pkg.php?xml=p3scan-pf-transex.xml</url> </tab> <tab> <text>Message Processing</text> <url>/pkg_edit.php?xml=p3scan-pf-msg.xml&id=0</url> </tab> <tab> <text>Emergency Contact</text> <url>/pkg.php?xml=p3scan-pf-emer.xml</url> </tab> <tab> <text>Virus Scanner Settings</text> <url>/pkg_edit.php?xml=p3scan-pf-vir.xml&id=0</url> </tab> <tab> <text>SPAM Settings</text> <url>/pkg_edit.php?xml=p3scan-pf-spam.xml&id=0</url> </tab> </tabs> <!-- configpath gets expanded out automatically and config items will be stored in that location --> <configpath>['installedpackages']['p3scanpf']['config']</configpath> <additional_files_needed> <prefix>/usr/local/pkg/</prefix> <chmod>0755</chmod> <item>http://www.pfsense.com/packages/config/p3scan-pf/p3scan-pf-msg.xml</item> </additional_files_needed> <additional_files_needed> <prefix>/usr/local/pkg/</prefix> <chmod>0755</chmod> <item>http://www.pfsense.com/packages/config/p3scan-pf/p3scan-pf-transex.xml</item> </additional_files_needed> <additional_files_needed> <prefix>/usr/local/pkg/</prefix> <chmod>0755</chmod> <item>http://www.pfsense.com/packages/config/p3scan-pf/p3scan-pf-emer.xml</item> </additional_files_needed> <additional_files_needed> <prefix>/usr/local/pkg/</prefix> <chmod>0755</chmod> <item>http://www.pfsense.com/packages/config/p3scan-pf/p3scan-pf-vir.xml</item> </additional_files_needed> <additional_files_needed> <prefix>/usr/local/pkg/</prefix> <chmod>0755</chmod> <item>http://www.pfsense.com/packages/config/p3scan-pf/p3scan-pf-spam.xml</item> </additional_files_needed> <additional_files_needed> <prefix>/usr/local/pkg/</prefix> <chmod>0755</chmod> <item>http://www.pfsense.com/packages/config/p3scan-pf/p3scan-pf.inc</item> </additional_files_needed> <!-- fields gets invoked when the user adds or edits a item. The following items will be parsed and rendered for the user as a gui with input, and selectboxes. --> <fields> <field> <fielddescr>Max Child's</fielddescr> <fieldname>maxchilds</fieldname> <description>The maximum number of connections we will handle at once.</description> <type>input</type> <default_value>10</default_value> </field> <field> <fielddescr>IP Address</fielddescr> <fieldname>ipaddr</fieldname> <description>The <acronym title="Internet Protocol">IP</acronym> Address we listen on.</description> <type>input</type> <required /> <default_value>127.0.0.1</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> <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> <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> <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> <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> <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> <required /> <default_value>root</default_value> </field> </fields> <!-- Arbitrary PHP Code, that gets executed if a certain event gets triggered. --> <custom_delete_php_command> sync_package_p3scan(); </custom_delete_php_command> <custom_php_resync_config_command> sync_package_p3scan(); </custom_php_resync_config_command> <custom_php_install_command> custom_php_install_command(); </custom_php_install_command> <custom_php_deinstall_command> custom_php_deinstall_command(); </custom_php_deinstall_command> </packagegui>