aboutsummaryrefslogtreecommitdiffstats
path: root/config/postfix/postfix_antispam.xml
diff options
context:
space:
mode:
authormarcelloc <marcellocoutinho@gmail.com>2011-12-05 20:52:34 -0200
committermarcelloc <marcellocoutinho@gmail.com>2011-12-05 20:52:34 -0200
commitfa7212f29588cdf067428c8c346ca1781396f583 (patch)
treed471d8c8cc52d513e4ad296b533074daeb6d4bc5 /config/postfix/postfix_antispam.xml
parent36b1c7fed9681d40b64d433591dd7717d21ebcf5 (diff)
downloadpfsense-packages-fa7212f29588cdf067428c8c346ca1781396f583.tar.gz
pfsense-packages-fa7212f29588cdf067428c8c346ca1781396f583.tar.bz2
pfsense-packages-fa7212f29588cdf067428c8c346ca1781396f583.zip
postfix - include mailscanner package integration
Diffstat (limited to 'config/postfix/postfix_antispam.xml')
-rw-r--r--config/postfix/postfix_antispam.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/config/postfix/postfix_antispam.xml b/config/postfix/postfix_antispam.xml
index c4772085..94f52f35 100644
--- a/config/postfix/postfix_antispam.xml
+++ b/config/postfix/postfix_antispam.xml
@@ -239,6 +239,22 @@
<description></description>
</field>
<field>
+ <fielddescr>Message Hold mode</fielddescr>
+ <fieldname>hold_mode</fieldname>
+ <description><![CDATA[Select how postfix will hold messages to mailscanner.<br>
+ When using auto mode, postfix will hold all messages.<br>
+ When using manual mode, include options like this in acl headers:<br>
+ /^to:.*admin@mydomain.com/ OK<br>
+ /^from:.*user@extdomain.com/ OK<br>
+ /^from:/ HOLD<br>
+ /^to:.*@mydomain.com/ HOLD]]></description>
+ <type>select</type>
+ <options>
+ <option><name>Auto mode</name><value>auto</value></option>
+ <option><name>Manual mode using ACLs</name><value>manual</value></option>
+ </options>
+ </field>
+ <field>
<fielddescr>Software</fielddescr>
<fieldname>antispam_software</fieldname>
<description>Select Third part solution to use. See postfix forwarder package info page for instaling instructions</description>