st...@douville.net: > Hi, > > policyd-spf and postgrey are implemented and working. > > With exim, I was able to check the spf result and greylist upon receiving a > certain result. I'm using Mail_From_pass_restriction = mfrom_passed_spf in > policy-spf.conf. > > Is there any way I can defer or greylist based on an spf result of Softfail?
If these are plugged in with check_policy_service, then the result from the SPF check is not limited to permit or deny, it can be the full repertoire of smtpd_mumble_restrictions. So the SPF check could output something like check_policy_service name-of-greylist-plugin if the client needs to be greylisted, and dunno if not. Wietse