diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2011-12-16 19:26:02 -0200 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2011-12-16 19:26:02 -0200 |
commit | dc7396faf3a2cfe947413959cc67c1f4fb30e8fb (patch) | |
tree | 66cc270456cd9953efff1d98f0e1c843cad518c4 /config/postfix/postfix_acl.xml | |
parent | 930c43490397f021dfbe5e3d8840e3079d5b1513 (diff) | |
download | pfsense-packages-dc7396faf3a2cfe947413959cc67c1f4fb30e8fb.tar.gz pfsense-packages-dc7396faf3a2cfe947413959cc67c1f4fb30e8fb.tar.bz2 pfsense-packages-dc7396faf3a2cfe947413959cc67c1f4fb30e8fb.zip |
mailscanner - version 0.2 with many improvements and sync gui
postfix - package version 2.3.2 with sender acl
Diffstat (limited to 'config/postfix/postfix_acl.xml')
-rw-r--r-- | config/postfix/postfix_acl.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/config/postfix/postfix_acl.xml b/config/postfix/postfix_acl.xml index 9837bf0a..2a2b4633 100644 --- a/config/postfix/postfix_acl.xml +++ b/config/postfix/postfix_acl.xml @@ -115,6 +115,23 @@ <encoding>base64</encoding> </field> <field> + <fielddescr>Sender</fielddescr> + <fieldname>sender_access</fieldname> + <description><![CDATA[<strong>HASH filters</strong> that implements whitelisting and blacklisting of full or partial email addresses and domains as specified in the MAIL FROM field :<br> + myfriend@example.com OK<br> + junk@spam.com REJECT<br> + marketing@ REJECT<br> + theboss@ OK<br> + deals.marketing.com REJECT<br> + somedomain.com OK<br> + See http://www.postfix.org/postconf.5.html#smtpd_sender_restrictions for more help]]> + </description> + <type>textarea</type> + <cols>83</cols> + <rows>15</rows> + <encoding>base64</encoding> + </field> + <field> <fielddescr>MIME</fielddescr> <fieldname>mime_maps</fieldname> <description><![CDATA[<strong>PCRE filters</strong><a href=http://www.postfix.org/pcre_table.5.html> that are applied to MIME related message headers only.</a> Hint:<br> |