diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2011-09-14 15:41:36 -0300 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2011-09-14 15:41:36 -0300 |
commit | c8de1625e3014dd62eb12e72472e18112242b78e (patch) | |
tree | 2a5d96fe21be811a196f608ba25fe6229ab3c037 /config/postfix/postfix_antispam.xml | |
parent | 861c0705a95948dc87c053f1bbbaae083614e601 (diff) | |
download | pfsense-packages-c8de1625e3014dd62eb12e72472e18112242b78e.tar.gz pfsense-packages-c8de1625e3014dd62eb12e72472e18112242b78e.tar.bz2 pfsense-packages-c8de1625e3014dd62eb12e72472e18112242b78e.zip |
Postfix - Include native SPF extra options
Include sysctl sets on startup script
Remove some old code from postfix.inc
Diffstat (limited to 'config/postfix/postfix_antispam.xml')
-rw-r--r-- | config/postfix/postfix_antispam.xml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/config/postfix/postfix_antispam.xml b/config/postfix/postfix_antispam.xml index b014da03..fa518efa 100644 --- a/config/postfix/postfix_antispam.xml +++ b/config/postfix/postfix_antispam.xml @@ -174,7 +174,7 @@ <option><name>postscreen_pipelining_enable</name><value>postscreen_pipelining_enable</value></option> <option><name>postscreen_greet_check</name><value>postscreen_greet_check</value></option> </options> - <rows>10</rows> + <size>06</size> <multiple/> </field> <field> @@ -202,7 +202,7 @@ </description> <type>textarea</type> <cols>70</cols> - <rows>03</rows> + <rows>05</rows> </field> <field> <fielddescr>RBL threshold</fielddescr> @@ -220,7 +220,13 @@ <field> <fielddescr>SPF lookup</fielddescr> <fieldname>postfix_spf</fieldname> - <type>checkbox</type> + <type>select</type> + <options> + <option><name>REJECT the mail when the sender credentials FAILS (Recomended)</name><value>reject_spf_invalid_sender</value></option> + <option><name>PERMIT the mail when the sender credentials SUCCEED</name><value>permit_spf_valid_sender</value></option> + <option><name>Just show in header that the mail failed the test</name><value>spf_mark_only</value></option> + <option><name>Do not check SPF records</name><value>disable</value></option> + </options> <description> <![CDATA[<a target=_new href='http://www.openspf.org/Introduction'>The Sender Policy Framework (SPF) is an open standard specifying a technical method to prevent sender address forgery.</a>]]> </description> |