Hello list
I am using postfix (v 2.7.0) with sender policy framework
(postfix-policyd-spf-perl-2.001) and greylisting (postgrey-1.32) with
following configuration:
smtpd_recipient_restrictions =
...
check_policy_service unix:private/policy
check_policy_service unix:/var/spool/postfix/postgrey/socket
...
where unix:private/policy is SPF socket and followed by greylist rule.
It is possible in some way to configure postfix, that SPF Passed mails
will be automatically accepted with postfix without greylisting? And
using greylist only for mails with other SPF result codes (none,
softfail,..)?
Current configuration only denies mails with SPF Fail and all other
mails where being greylisted.
thanks
michal