G?bor L?n?rt: > Hi, > > I have the idea to simply put "permit" at the end of > smtpd_recipient_restrictions. No, I don't want open relay :) but I do all > the checks to make it secure in sender_recipient_restrictions. Postfix > nicely wants to change my mind about this idea. So my question that:
You have not understood what Postfix requires. Postfix does not care what you put AT THE END of sender_recipient_restrictions. Instead, Postfix requires that you have one or more of (reject, reject_unauth_destination, etc.) SOMEWHERE in sender_recipient_restrictions. Wietse