Fix postfix/policyd-spf and a minor typo.
This commit is contained in:
parent
3bfa0391b1
commit
ecf3b91abd
@ -1,6 +1,6 @@
|
|||||||
# For a fully commented sample config file see policyd-spf.conf.commented
|
# For a fully commented sample config file see policyd-spf.conf.commented
|
||||||
|
|
||||||
debugLevel = 1
|
debugLevel = 1
|
||||||
defaultSeedOnly = 1
|
defaultSeedOnly = 1
|
||||||
|
|
||||||
HELO_reject = No_Check
|
HELO_reject = No_Check
|
||||||
@ -11,4 +11,4 @@ Mail_From_pass_restriction = OK
|
|||||||
PermError_reject = False
|
PermError_reject = False
|
||||||
TempError_Defer = False
|
TempError_Defer = False
|
||||||
|
|
||||||
skip_addresses = 127.0.0.0/8,::ffff:127.0.0.0//104,::1//128
|
skip_addresses = 127.0.0.0/8,::ffff:127.0.0.0/104,::1/128
|
||||||
|
@ -146,4 +146,4 @@ amavis unix - - - - 2 smtp
|
|||||||
|
|
||||||
# spf
|
# spf
|
||||||
spfpolicy unix - n n - 0 spawn
|
spfpolicy unix - n n - 0 spawn
|
||||||
user=nobody argv=/usr/bin/python /usr/bin/policyd-spf /etc/postfix-policyd-spf-python/policyd-spf.conf
|
user=nobody argv=/usr/bin/policyd-spf /etc/postfix-policyd-spf-python/policyd-spf.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user