Carlos Williams wrote:
> Inbound = blocked
> Outbound = still works
> 
> Why?

Keeping in mind the suggestions to update your syntax, it sounds like
you want smtpd_recipient_restrictions with a check_recipient_access map.
Seeing as you want to block both to/from a given domain, you can use the
same access map.

# block inbound
smtpd_sender_restrictions =
        check_sender_access $map

# block outbound
smtpd_recipient_restrictions =
        check_recipient_access $map


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to