Describe your package here
Describe your package requirements here
Currently there are no FAQ items provided.
postfixacl
1.0
Services: Postfix relay and antispam
/usr/local/pkg/postfix.inc
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
Filters while receiving mail
listtopic
Header
header_maps
PCRE filters that are applied to initial message headers(except for the headers that are processed with mime_header_checks Hint:
/^Subject:.*(viagra|cialis|levitra|day price):/ REJECT
/^From:.*spammer@myspam.net/ REJECT
/^From:.*@mytrustdomain OK
See http://www.postfix.org/header_checks.5.html for more help]]>
textarea
83
15
base64
MIME
mime_maps
PCRE filters that are applied to MIME related message headers only. Hint:
/^name=[^>]*\.(com|vbs|js|jse|exe|bat|cmd|vxd|scr|hlp|pif|shs|ini|dll)/ REJECT W do not allow files of type "$3" because of security concerns - "$2" caused the block.
/^Content-(Disposition|Type):\s+.+?(?:file)?name="?.+?\.(386|ad[ept]|drv|em(ai)?l|ex[_e]|xms|\{[\da-f]{8}(?:-[\da-f]{4}){3}-[\da-f]{12}\})\b/ REJECT ".$2" file attachment types not allowed]]>
textarea
83
15
base64
body
body_maps
PCRE filters that are applied to all other content, including multi-part message boundaries. Hint:
# First skip over base 64 encoded text to save CPU cycles.
~^[[:alnum:]+/]{60,}$~ OK]]>
textarea
83
15
base64
Client Access List
listtopic
CIDR
cal_cidr
This list is used by postfix/postscreen to check who has access or not to this relay. Hint:
192.168.3.2 OK
spammer.junkdomain.com REJECT]]>
textarea
83
15
base64
PCRE
cal_pcre
This list is used by postfix to check who has access or not to this relay.Hint:
/.*\.dsl\..*/ REJECT DSLs not allowed
/.*\.adsl\..*/ REJECT DSLs not allowed]]>
textarea
83
15
base64
postfix_php_install_command();
postfix_php_deinstall_command();
postfix_validate_input($_POST, &$input_errors);
sync_package_postfix();