config/plugins: added fcrdns, do not reject by def
set plugins behavior in sample config file to not reject by default
This commit is contained in:
parent
3bb85a66a1
commit
7e888cf380
@ -17,8 +17,10 @@ hosts_allow
|
|||||||
|
|
||||||
# connection / informational plugins
|
# connection / informational plugins
|
||||||
#connection_time
|
#connection_time
|
||||||
|
#karma penalty_box 1 reject naughty
|
||||||
ident/geoip
|
ident/geoip
|
||||||
#ident/p0f /tmp/.p0f_socket version 3
|
#ident/p0f /tmp/.p0f_socket version 3
|
||||||
|
fcrdns
|
||||||
|
|
||||||
quit_fortune
|
quit_fortune
|
||||||
# tls should load before count_unrecognized_commands
|
# tls should load before count_unrecognized_commands
|
||||||
@ -28,14 +30,13 @@ count_unrecognized_commands 4
|
|||||||
|
|
||||||
relay
|
relay
|
||||||
#whitelist
|
#whitelist
|
||||||
#karma penalty_box 1 reject naughty
|
|
||||||
dnsbl reject naughty reject_type disconnect
|
dnsbl reject naughty reject_type disconnect
|
||||||
rhsbl
|
rhsbl
|
||||||
# greylisting reject 0 p0f genre,windows
|
# greylisting reject 0 p0f genre,windows
|
||||||
|
|
||||||
|
|
||||||
# HELO plugins
|
# HELO plugins
|
||||||
helo policy lenient
|
helo policy strict reject 0
|
||||||
# enable to reject MAIL FROM:/RCPT TO: parameters if client helo was HELO
|
# enable to reject MAIL FROM:/RCPT TO: parameters if client helo was HELO
|
||||||
# (strict RFC 821)... this is not used in EHLO ...
|
# (strict RFC 821)... this is not used in EHLO ...
|
||||||
# parse_addr_withhelo
|
# parse_addr_withhelo
|
||||||
@ -53,10 +54,10 @@ auth/authdeny
|
|||||||
dont_require_anglebrackets
|
dont_require_anglebrackets
|
||||||
|
|
||||||
# MAIL FROM plugins
|
# MAIL FROM plugins
|
||||||
badmailfrom
|
badmailfrom reject naughty
|
||||||
#badmailfromto
|
#badmailfromto
|
||||||
resolvable_fromhost
|
resolvable_fromhost reject 0
|
||||||
# sender_permitted_from
|
# sender_permitted_from reject 2
|
||||||
|
|
||||||
# RCPT TO plugins
|
# RCPT TO plugins
|
||||||
badrcptto
|
badrcptto
|
||||||
@ -66,10 +67,10 @@ rcpt_ok
|
|||||||
|
|
||||||
# DATA plugins
|
# DATA plugins
|
||||||
#uribl
|
#uribl
|
||||||
headers reject 1 reject_type temp require From,Date future 2 past 15
|
headers reject 0 reject_type temp require From,Date future 2 past 15
|
||||||
#bogus_bounce
|
bogus_bounce log
|
||||||
#loop
|
#loop
|
||||||
dkim
|
dkim reject 0
|
||||||
|
|
||||||
# content filters
|
# content filters
|
||||||
virus/klez_filter
|
virus/klez_filter
|
||||||
|
Loading…
Reference in New Issue
Block a user