From 548dfb250399802d0908fb7e93e24a4656e7e0f2 Mon Sep 17 00:00:00 2001 From: marcelloc Date: Mon, 5 Sep 2011 15:32:33 -0300 Subject: Postfix Forwarder package v2 postfix + postscreen + rbl + spf + ldap search Author: marcelloc --- config/postfix/postfix_antispam.xml | 268 ++++++++++++++++++++++++++++++++++++ 1 file changed, 268 insertions(+) create mode 100644 config/postfix/postfix_antispam.xml (limited to 'config/postfix/postfix_antispam.xml') diff --git a/config/postfix/postfix_antispam.xml b/config/postfix/postfix_antispam.xml new file mode 100644 index 00000000..ef794776 --- /dev/null +++ b/config/postfix/postfix_antispam.xml @@ -0,0 +1,268 @@ + + + + + + + + Describe your package here + Describe your package requirements here + Currently there are no FAQ items provided. + postfix_antispam + 1.0 + Services: Postfix relay and antispam + /usr/local/pkg/postfix.inc + + Postfix Antispam and mail Relay + Configure Postfix Forwarder +
Services
+ pkg_edit.php?xml=postfix_antispam.xml&id=0 +
+ + postfix + postfix.sh + master + + + http://www.pfsense.org/packages/config/postfix/postfix.inc + /usr/local/pkg/ + 0755 + + + http://www.pfsense.org/packages/config/postfix/postfix_acl.xml + /usr/local/pkg/ + 0755 + + + http://www.pfsense.org/packages/config/postfix/postfix_recipients.xml + /usr/local/pkg/ + 0755 + + + http://www.pfsense.org/packages/config/postfix/postfix_antispam.xml + /usr/local/pkg/ + 0755 + + + + http://www.pfsense.org/packages/config/postfix/postfix_sync.xml + /usr/local/pkg/ + 0755 + + + http://www.pfsense.org/packages/config/postfix/postfix_view_config.php + /usr/local/www/ + 0755 + + + http://www.pfsense.org/packages/config/postfix/postfix_recipients.php + /usr/local/www/ + 0755 + + + + General + /pkg_edit.php?xml=postfix.xml&id=0 + + + ACLs / Filter Maps + /pkg_edit.php?xml=postfix_acl.xml&id=0 + + + Valid recipients + /pkg_edit.php?xml=postfix_recipients.xml&id=0 + + + Antispam + /pkg_edit.php?xml=postfix_antispam.xml&id=0 + + + + XMLRPC Sync + /pkg_edit.php?xml=postfix_sync.xml&id=0 + + + View config files + /postfix_view_config.php + + + + + Postfix Antispam Settings + listtopic + + + Header verification + header_check + select + + + + + Enable sender, client, recipients and rfc verification + + + Zombie blocker + zombie_blocker + + Use postfix 2.8 Postscreen feature to detect zombie spammers]]> + + select + + + + + + + + + greet wait time + greet_time + input + 10 + syntax: 2,6s   (default: up to 2 seconds under stress, up to 6 seconds otherwise)
+ The amount of time that postscreen will wait for an SMTP client to send a command before its turn, and for DNS blocklist lookup results to arrive .
+ Specify a non-zero time value (an integral value plus an optional one-letter suffix that specifies the time unit).
+ Time units: s (seconds), m (minutes), h (hours), d (days), w (weeks).]]> +
+
+ + After greeting tests + after_greeting + + Postscreen After greeting tests. All these options are recomended.]]> + + select + + + + + + + + 10 + + + + Soft Bounce + soft_bounce + select + + + + + + + This parameter disables locally-generated bounces, and prevents the Postfix SMTP server from rejecting mail permanently, by changing 5xx reply codes into 4xx.
+ However, soft_bounce is no cure for address rewriting mistakes or mail routing mistakes.]]> +
+
+ + RBL server List + rbl_servers + + Check some rbl servers at http://www.anti-abuse.org/multi-rbl-check/

+ You can also create a local rbl dns server to whitelist some hosts/domains
+ See how it works in http://www.postfix.org/postconf.5.html#postscreen_dnsbl_sites]]> +
+ textarea + 70 + 03 +
+ + RBL threshold + rbl_threshold + How many RBL Lists Postscreen must find clien's ip address to block sender. + select + + + + + + + + + + SPF lookup + postfix_spf + checkbox + + The Sender Policy Framework (SPF) is an open standard specifying a technical method to prevent sender address forgery.]]> + + + + + listtopic + + + Use Third part antispam + antispam_enabled + checkbox + + + + Software + antispam_software + Select Third part solution to use. See postfix forwarder package info page for instaling instructions + select + + + + + + + Policydv2 Location + antispam_location + inet:ipaddress:port of antispam server if it is not installed local. + input + 50 + +
+ + postfix_php_install_command(); + + + postfix_php_deinstall_command(); + + + postfix_validate_input($_POST, &$input_errors); + + + sync_package_postfix(); + +
-- cgit v1.2.3