Andrew Grant a Ă©crit :
> Can you offer a suggestion on how this SHOULD be done? I am trying to
> check the "recipient" because I want to limit who can send to the
> "recipient" address of management.t...@testdomain.com.
> 

you already do check_recipient_access to call the restriction class. now
in the restriction class, you want check_sender_access.

> Can you please suggest how I can modify my current config to make this
> work the way I had intended?
> 

simply change mgmt_access:

mgmt_access =
        check_sender_access hash:/etc/postfix/mgmt_access
        reject

> [snip]

Reply via email to