Robert Morton:
> How would you configure master.cf to filter mail from insider users only?   
> 
> I see in the section how to do this for outsider users only.  
> 
> Any help would be appreciated.

/etc/postfix/main.cf:
    smtpd_client_restrictions = cidr:/etc/postfix/client_access.cidr

/etc/postfix/client_access.cidr:
    192.168.1.0/24 filter xxx:yyy

        Wietse

Reply via email to