Add DNSBL sites as defaults
This commit is contained in:
parent
26977ade52
commit
94b6eec5e6
1 changed files with 8 additions and 0 deletions
|
@ -28,3 +28,11 @@ postfix_alias_maps:
|
|||
|
||||
tls_helper_domains_file: tls_domains
|
||||
tls_helper_postfix_dir: /var/lib/postfix/tls-helper
|
||||
|
||||
postfix_postscreen_dnsbl_sites:
|
||||
- name: bl.spamcop.net
|
||||
multiplier: 1
|
||||
- name: ix.dnsbl.manitu.net
|
||||
multiplier: 2
|
||||
- name: "zen.spamhaus.org=127.0.0.[2..11]"
|
||||
multiplier: 2
|
||||
|
|
Loading…
Reference in a new issue