From 52f047e65b4894433dffae9e68888cc84c239a3f Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Mon, 5 Dec 2011 18:34:33 -0500 Subject: move mailscanner into config where it should be --- config/mailscanner/mailscanner.xml | 340 +++++++++++++++++++++++++++++++++++++ 1 file changed, 340 insertions(+) create mode 100644 config/mailscanner/mailscanner.xml (limited to 'config/mailscanner/mailscanner.xml') diff --git a/config/mailscanner/mailscanner.xml b/config/mailscanner/mailscanner.xml new file mode 100644 index 00000000..d038b29c --- /dev/null +++ b/config/mailscanner/mailscanner.xml @@ -0,0 +1,340 @@ + + + + + + + + Describe your package here + Describe your package requirements here + Currently there are no FAQ items provided. + mailscanner + 1.1 + Services: MailScanner + /usr/local/pkg/mailscanner.inc + + Mailscanner + Configure MailScanner service +
Services
+ pkg_edit.php?xml=mailscanner.xml&id=0 +
+ + mailscanner + mailscanner + MailScanner + MailScanner + + + http://www.pfsense.org/packages/config/mailscanner/mailscanner.inc + /usr/local/pkg/ + 0755 + + + http://www.pfsense.org/packages/config/mailscanner/mailscanner.xml + /usr/local/pkg/ + 0755 + + + http://www.pfsense.org/packages/config/mailscanner/mailscanner_report.xml + /usr/local/pkg/ + 0755 + + + http://www.pfsense.org/packages/config/mailscanner/mailscanner_antispam.xml + /usr/local/pkg/ + 0755 + + + http://www.pfsense.org/packages/config/mailscanner/mailscanner_alerts.xml + /usr/local/pkg/ + 0755 + + + http://www.pfsense.org/packages/config/mailscanner/mailscanner_antivirus.xml + /usr/local/pkg/ + 0755 + + + http://www.pfsense.org/packages/config/mailscanner/mailscanner_attachments.xml + /usr/local/pkg/ + 0755 + + + http://www.pfsense.org/packages/config/mailscanner/mailscanner_content.xml + /usr/local/pkg/ + 0755 + + + http://www.pfsense.org/packages/config/mailscanner/mailscanner_sync.xml + /usr/local/pkg/ + 0755 + + + + General + /pkg_edit.php?xml=mailscanner.xml&id=0 + + + + Attachments + /pkg_edit.php?xml=mailscanner_attachments.xml&id=0 + + + Antivirus + /pkg_edit.php?xml=mailscanner_antivirus.xml&id=0 + + + Content + /pkg_edit.php?xml=mailscanner_content.xml&id=0 + + + AntiSpam + /pkg_edit.php?xml=mailscanner_antispam.xml&id=0 + + + Alerts + /pkg_edit.php?xml=mailscanner_alerts.xml&id=0 + + + Reporting + /pkg_edit.php?xml=mailscanner_report.xml&id=0 + + + XMLRPC Sync + /pkg_edit.php?xml=mailscanner_sync.xml&id=0 + + + About + /mailscanner_about.php + + + + + + System Settings + listtopic + + + Enable Mailscanner + enable + Enable mailscanner daemon. + checkbox + + + Org name + orgname + input + Hint: Company]]> + + 30 + + + Long Org name + longorgname + input + Hint: My company inc.]]> + + 30 + + + web-site + website + input + Hint: www.company.com]]> + + 30 + + + + Max Children + max_children + input + + If you are running on a small system with limited RAM, you should note that each child takes just over 20MB.
+ As a rough guide, try 5 children per CPU. But read the notes above.]]> +
+ 05 +
+ + Processing Incoming email + pim + + + + select + + + + + 03 + + + + Logging + listtopic + + + Syslog Facility + syslog_facility + + Default is mail]]> + input + 20 + + + Logging + syslog + + + + select + + + + + + + + + + + + + 11 + + + + + Advanced Settings + listtopic + + + Advanced features + advanced + + + + select + + + + + + + + + + + + + + + 13 + + + + Deliver Method + deliver_method + + + + select + + + + + + + Minimum Code Status + minimum_code + + + + select + + + + + + + + + + + Spam Score Number Format + spam_score_format + input + + If you don't know how to use sprintf() or printf() in C, please *do not modify* this value.
+ A few examples for you:
+ %d ==> 12
+ %5.2f ==> 12.34
+ %05.1f ==> 012.3
+ Default %d]]> +
+ 5 +
+ + SpamAssassin Cache Timings + cache_timings + input + + They affect the length of time that different types of message are stored in the SpamAssassin cache which can be configured earlier in this file (look for "Cache").
+ The numbers are all set in seconds. They are:
+ 1. Non-Spam cache lifetime = 30 minutes
+ 2. Spam (low scoring) cache lifetime = 5 minutes
+ 3. High-Scoring spam cache lifetime = 3 hours
+ 4. Viruses cache lifetime = 2 days
+ 5. How often to check the cache for expired messages = 10 minutes
+ Default: = 1800,300,10800,172800,600 ]]> +
+ 30 +
+ +
+ + mailscanner_php_install_command(); + + + mailscanner_php_deinstall_command(); + + + mailscanner_validate_input($_POST, &$input_errors); + + + sync_package_mailscanner(); + +
-- cgit v1.2.3