I am trying to configure a very selective list on who can send to a certain local accounts ( could be many and currently contains maybe 30 ).

Currently, this is covered by:

smtpd_recipient_restrictions = check_recipient_access hash:/etc/postfix/protected_lists,permit_mynetworks,permit_sasl_authenticated etc...

In this protected list we have this:

us...@localdomain.com permit_mynetworks,permit_sasl_authenticated,reject
.
.
.
user...@localdomain.com


I need to add an allow for specific cases for each user{1-100+}@NONlocaldomain.com to send to user{1-100+}@localdomain.com.

Sort of stuck here since the protected_lists only allow the form permit_mynetworks,permit_sasl_authenticated,reject and not include $allow_some_specific_non_local_user

Help with this would be greatly appreciated.

Thanks,
RCR

Reply via email to