Fix postfix/policyd-spf and a minor typo.

This commit is contained in:
Markus 2016-02-29 20:39:14 +01:00
parent 3bfa0391b1
commit ecf3b91abd
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# For a fully commented sample config file see policyd-spf.conf.commented
debugLevel = 1
debugLevel = 1
defaultSeedOnly = 1
HELO_reject = No_Check
@ -11,4 +11,4 @@ Mail_From_pass_restriction = OK
PermError_reject = 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

View File

@ -146,4 +146,4 @@ amavis unix - - - - 2 smtp
# spf
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