hi list,

I'd like to ask how I am able to do this kind of restriction on postfix.

we have a local access restriction that denied emails from outside to
be able to reach those users on the access list.

smtpd_recipient_restrictions =
        check_sender_access hash:/etc/postfix/restricted_senders
        permit_mynetworks
        permit_sasl_authenticated
        reject_unknown_recipient_domain
        reject_non_fqdn_recipient
        reject_unlisted_recipient
        reject_unlisted_sender
        reject_unauth_destination


those on the restricted_senders are not able to receive from yahoo or
any other mail, only local.

now, if there's an email big...@yahoo.com and big...@gmail.com and I
want it to bypass any restriction, how should I do it?

tia.

aio

Reply via email to