diff options
author | marcelloc <marcellocoutinho@gmail.com> | 2011-12-01 13:36:59 -0200 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2011-12-01 13:36:59 -0200 |
commit | 1536d3590d52e56a67f3443df9aa3dfe378c3c18 (patch) | |
tree | 5cb97c85f5e752f00be45f9d2a78c7a6a6df0782 /config/postfix/postfix.xml | |
parent | d4c84dfdbad19306d1ef2827fcb4fc436b908106 (diff) | |
download | pfsense-packages-1536d3590d52e56a67f3443df9aa3dfe378c3c18.tar.gz pfsense-packages-1536d3590d52e56a67f3443df9aa3dfe378c3c18.tar.bz2 pfsense-packages-1536d3590d52e56a67f3443df9aa3dfe378c3c18.zip |
postfix - package version 2.3
Diffstat (limited to 'config/postfix/postfix.xml')
-rw-r--r-- | config/postfix/postfix.xml | 99 |
1 files changed, 71 insertions, 28 deletions
diff --git a/config/postfix/postfix.xml b/config/postfix/postfix.xml index e7150267..29dbe170 100644 --- a/config/postfix/postfix.xml +++ b/config/postfix/postfix.xml @@ -54,11 +54,17 @@ <url>pkg_edit.php?xml=postfix.xml&id=0</url> </menu> <menu> - <name>Search Email</name> + <name>Search Mail</name> <tooltiptext>Search postfix logs</tooltiptext> <section>Diagnostics</section> <url>/postfix_search.php</url> </menu> + <menu> + <name>Postfix Queue</name> + <tooltiptext>check postfix queue</tooltiptext> + <section>Status</section> + <url>/postfix_queue.php</url> + </menu> <service> <name>postfix</name> <rcfile>postfix.sh</rcfile> @@ -75,6 +81,11 @@ <chmod>0755</chmod> </additional_files_needed> <additional_files_needed> + <item>http://www.pfsense.org/packages/config/postfix/postfix_domains.xml</item> + <prefix>/usr/local/pkg/</prefix> + <chmod>0755</chmod> + </additional_files_needed> + <additional_files_needed> <item>http://www.pfsense.org/packages/config/postfix/postfix_recipients.xml</item> <prefix>/usr/local/pkg/</prefix> <chmod>0755</chmod> @@ -115,6 +126,21 @@ <chmod>0755</chmod> </additional_files_needed> <additional_files_needed> + <item>http://www.pfsense.org/packages/config/postfix/postfix_about.php</item> + <prefix>/usr/local/www/</prefix> + <chmod>0755</chmod> + </additional_files_needed> + <additional_files_needed> + <item>http://www.pfsense.org/packages/config/postfix/postfix_queue.php</item> + <prefix>/usr/local/www/</prefix> + <chmod>0755</chmod> + </additional_files_needed> + <additional_files_needed> + <item>http://www.pfsense.org/packages/config/postfix/postfix.priv.inc</item> + <prefix>/etc/inc/priv/</prefix> + <chmod>0755</chmod> + </additional_files_needed> + <additional_files_needed> <item>http://www.pfsense.org/packages/config/postfix/adexport.pl</item> <prefix>/usr/local/etc/postfix/</prefix> <chmod>0755</chmod> @@ -126,29 +152,43 @@ <active/> </tab> <tab> - <text>ACLs / Filter Maps</text> - <url>/pkg_edit.php?xml=postfix_acl.xml&id=0</url> + <text>Domains</text> + <url>/pkg_edit.php?xml=postfix_domains.xml&id=0</url> </tab> <tab> - <text>Valid recipients</text> + <text>Recipients</text> <url>/pkg_edit.php?xml=postfix_recipients.xml&id=0</url> </tab> <tab> + <text>Access Lists</text> + <url>/pkg_edit.php?xml=postfix_acl.xml&id=0</url> + </tab> + <tab> <text>Antispam</text> <url>/pkg_edit.php?xml=postfix_antispam.xml&id=0</url> </tab> <tab> - <text>XMLRPC Sync</text> + <text>Sync</text> <url>/pkg_edit.php?xml=postfix_sync.xml&id=0</url> </tab> <tab> - <text>View config files</text> + <text>View config</text> <url>/postfix_view_config.php</url> </tab> <tab> - <text>Search Email</text> + <text>Search mail</text> <url>/postfix_search.php</url> </tab> + <tab> + <text>Queue</text> + <url>/postfix_queue.php</url> + </tab> + + <tab> + <text>About</text> + <url>/postfix_about.php</url> + </tab> + </tabs> <fields> <field> @@ -225,6 +265,7 @@ Inlcude <strong>/^Subject:/ WARN</strong> line in Acl Headers after all your Subject rules.]]></description> <type>select</type> <options> + <option><name>Every minute</name><value>01min</value></option> <option><name>Every 10 minutes</name><value>10min</value></option> <option><name>Every Hour</name><value>01hour</value></option> <option><name>Once a day</name><value>24hours</value></option> @@ -256,29 +297,31 @@ </field> <field> - <name>Domains to Forward</name> + <name>Widget options</name> <type>listtopic</type> </field> - <field> - <fielddescr>Forwarding</fielddescr> - <fieldname>none</fieldname> - <type>rowhelper</type> - <rowhelper> - <rowhelperfield> - <fielddescr>Domain</fielddescr> - <fieldname>domain</fieldname> - <description>Enter the domain here (ex: example.com)</description> - <type>input</type> - <size>30</size> - </rowhelperfield> - <rowhelperfield> - <fielddescr>Mail Server IP</fielddescr> - <fieldname>mailserverip</fieldname> - <description>Enter the mail server IP to forward to here.</description> - <type>input</type> - <size>40</size> - </rowhelperfield> - </rowhelper> + <field> + <fielddescr>list days</fielddescr> + <fieldname>widget_days</fieldname> + <type>select</type> + <options> + <option><name>1</name><value>1</value></option> + <option><name>3</name><value>3</value></option> + <option><name>5</name><value>5</value></option> + <option><name>7</name><value>7</value></option> + <option><name>9</name><value>9</value></option> + <option><name>12</name><value>12</value></option> + </options> + <description>How many days to display in widget. Default is 3.</description> + </field> + <field> + <fielddescr>Max file size</fielddescr> + <fieldname>widget_size</fieldname> + <type>input</type> + <size>10</size> + <description> + The maximun size in bytes sqlite file we get stats. Default is 100000000 (100mb). + </description> </field> </fields> <custom_php_install_command> |