<?xml version="1.0" encoding="utf-8" ?>
<packagegui>
  <name>p3scanpf</name>
  <version>1.0</version>
  <title>Services: POP3 Proxy: Main</title>
  <note>
    This &lt;acronym title=&quot;Hypertext Markup Language&quot;&gt;HTML&lt;/acronym&gt; 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>
  <include_file>p3scan-pf.inc</include_file>
  <aftersaveredirect>pkg_edit.php?xml=p3scan-pf.xml&amp;id=0</aftersaveredirect>
  <!-- Menu is where this packages menu will appear -->
  <menu>
    <name>POP3 Proxy</name>
    <section>Services</section>
    <configfile>p3scan-pf.xml</configfile>
    <url>/pkg_edit.php?xml=p3scan-pf.xml&amp;id=0</url>
    <tooltiptext>A transparent POP3-Proxy with virus-scanning capabilities</tooltiptext>
  </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&amp;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&amp;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&amp;id=0</url>
    </tab>
    <tab>
      <text>SPAM Settings</text>
      <url>/pkg_edit.php?xml=p3scan-pf-spam.xml&amp;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 &lt;acronym title=&quot;Internet Protocol&quot;&gt;IP&lt;/acronym&gt; Address we listen on.</description>
      <type>input</type>
      <default_value>127.0.0.1</default_value>
      <required />
    </field>
    <field>
      <fielddescr>Port</fielddescr>
      <fieldname>port</fieldname>
      <description>The &lt;acronym title=&quot;Transmission Control Protocol&quot;&gt;TCP&lt;/acronym&gt; port on we should listen.</description>
      <type>input</type>
      <default_value>8110</default_value>
      <required />
    </field>
    <field>
      <fielddescr>SSL Port</fielddescr>
      <fieldname>sslport</fieldname>
      <description>The TCP &lt;acronym title=&quot;Secure Sockets Layer&quot;&gt;SSL&lt;/acronym&gt; port on we should listen.</description>
      <type>input</type>
      <default_value>995</default_value>
      <required />
    </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 />
    </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 />
    </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 />
    </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 />
    </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>