spf enabled in config/plugins by default
the plugin will detect if Mail::SPF is missing and not register it's hooks
This commit is contained in:
parent
7b21e90ff7
commit
1fa7d8361f
@ -59,7 +59,7 @@ dont_require_anglebrackets
|
||||
badmailfrom reject naughty
|
||||
#badmailfromto
|
||||
resolvable_fromhost reject 0
|
||||
# sender_permitted_from reject 2
|
||||
sender_permitted_from reject 1
|
||||
|
||||
# RCPT TO plugins
|
||||
badrcptto
|
||||
@ -105,6 +105,9 @@ naughty reject data
|
||||
# queue the mail with qmail-queue
|
||||
# queue/qmail-queue
|
||||
|
||||
# forward to another mail server
|
||||
# queue/smtp-forward 10.2.2.2 9025
|
||||
|
||||
|
||||
# If you need to run the same plugin multiple times, you can do
|
||||
# something like the following
|
||||
|
Loading…
Reference in New Issue
Block a user