I have a file: recipient_checks with mym...@example.com REJECT and the corresponding hashed recipient_checks.db. In main.cf I have: smtpd_recipient_restrictions = ...... ...... check_recipient_access hash:/etc/postfix/maps/recipient_checks
The transport is: virtual_transport = dovecot. When I send to mym...@example.com it doesn't rejected. What I have missed?