Re: Restricting Intra-Office Receiving

2014-06-25 Thread Viktor Dukhovni
On Wed, Jun 25, 2014 at 09:46:33AM -0700, Asai wrote: > I think I got it: > > smtpd_relay_restrictions = permit_mynetworks, > check_recipient_access > mysql:/etc/postfix/mysql_restricted_recipients.cf, > permit_sasl_authenticated, > defer_unauth_destination > > I moved che

Re: Restricting Intra-Office Receiving

2014-06-25 Thread Asai
I think I got it: smtpd_relay_restrictions = permit_mynetworks, check_recipient_access mysql:/etc/postfix/mysql_restricted_recipients.cf, permit_sasl_authenticated, defer_unauth_destination I moved check_recipient_access from smtpd_recipient_restrictions to smtpd_relay

Restricting Intra-Office Receiving

2014-06-25 Thread Asai
Greetings, I've worked out how to restrict intra-office sending from a user to a user, but I'm a bit stumped on how to restrict intra-office receiving; restricting from who a user can receive mail. This is what I have at this point: smtpd_recipient_restrictions = permit_sasl_authenticated,