fix body checks
This commit is contained in:
parent
bca889eed9
commit
641f441de4
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ postfix_config:
|
|||
alias_maps: hash:/etc/aliases
|
||||
append_dot_mydomain: no
|
||||
biff: no
|
||||
body_checks: regexp:/etc/postfix/maps/body_checks.map
|
||||
body_checks: regexp:/etc/postfix/maps/body_checks
|
||||
broken_sasl_auth_clients: yes
|
||||
compatibility_level: 3.6
|
||||
header_checks: regexp:/etc/postfix/maps/whitelist_senders.map regexp:/etc/postfix/maps/spam_filter_header_check
|
||||
|
@ -85,4 +85,4 @@ postfix_config:
|
|||
virtual_mailbox_domains: proxy:mysql:/etc/postfix/mysql-virtual_domains.cf
|
||||
virtual_mailbox_limit_maps: proxy:mysql:/etc/postfix/mysql-virtual_mailbox_limit_maps.cf
|
||||
virtual_mailbox_maps: proxy:mysql:/etc/postfix/mysql-virtual_mailboxes.cf
|
||||
virtual_uid_maps: static:5000
|
||||
virtual_uid_maps: static:5000
|
||||
|
|
Loading…
Reference in a new issue