On Mon, 28 Dec 2009 09:15:05 -0500, Jerry <postfix.u...@yahoo.com> wrote: > > That section now looks like this: > > smtpd_recipient_restrictions = > permit_sasl_authenticated > permit_mynetworks > reject_unauth_destination > check_policy_service unix:private/spf-policy > reject > You're sure that the REJECT at the end makes sense for you? If the email is not sent from your network, is not SASL auth, is not rejected as unauth dest and it's not affected by spf then the email will finally be rejected. Afaik the spf returns eighter REJECT or DUNNO. So if spf success a DUNNO is returned and therefore the email will be rejected by your final REJECT statement
Cheers tobi