On Tuesday 17 Nov 2015 20:50:32 Koko Wijatmoko wrote: > On Tue, 17 Nov 2015 12:44:12 +0000 > Neil Smith <[email protected]> wrote: > > > Postfix seems to be ignoring the smtpd_recipient_restrictions = > > check_recipient_access instruction. > > > did you ran postmap for the hash table?
Yes, several times, and restarted postfix afterwards. > what inside your /etc/postfix/recipient_checks? That was at the bottom of the message: /etc/postfix/recipient_checks ----------------------------- # Reject messages with these recipient addresses [email protected] REJECT [email protected] REJECT [email protected] REJECT [email protected] REJECT [email protected] REJECT Testing the map: ---------------- root@pserver:/etc/postfix# postmap -q [email protected] hash:/etc/postfix/recipient_checks root@pserver:/etc/postfix# postmap -q [email protected] hash:/etc/postfix/recipient_checks REJECT
