> On Wed, November 19, 2008 19:44, Justin Piszcz wrote: > > > 13:32:39 p34 postfix/policy-spf[15114]: : Policy action=PREPEND > > Received-SPF: > > change action= to greylist and have greylist class solves it without change > any code in policy-spf > > smtpd_restriction_classes = greylist > greylist = check_policy_services ..... > > i am using it with postfwd In such a case you will be greylisting all hosts, not depending on SPF result, even if result will be PASS.
I'm using the following settings: spf return fail - reject spf return softfail - greylist spf return pass, none, neutral - dunno