Re: Access Restriction Not Working

2008-11-22 Thread Barney Desmond
Carlos Williams wrote: > Inbound = blocked > Outbound = still works > > Why? Keeping in mind the suggestions to update your syntax, it sounds like you want smtpd_recipient_restrictions with a check_recipient_access map. Seeing as you want to block both to/from a given domain, you can use the same

Re: Access Restriction Not Working

2008-11-21 Thread mouss
Carlos Williams a écrit : > In my attempt to block my Postfix email server from receiving and > sending email to gmail, yahoo, hotmail, aol, and msn email accounts, I > created the following: > > vim /etc/postfix/main.cf > > smtpd_sender_restrictions = hash:/etc/postfix/access > reject_unauth_des

Re: Access Restriction Not Working

2008-11-21 Thread Brian Evans - Postfix List
Carlos Williams wrote: > In my attempt to block my Postfix email server from receiving and > sending email to gmail, yahoo, hotmail, aol, and msn email accounts, I > created the following: > > vim /etc/postfix/main.cf > We prefer 'postconf -n' for a good reason. It shows you (most times) what P

Re: Access Restriction Not Working

2008-11-21 Thread Terry Carmen
Carlos Williams wrote: In my attempt to block my Postfix email server from receiving and sending email to gmail, yahoo, hotmail, aol, and msn email accounts, I created the following: vim /etc/postfix/main.cf smtpd_sender_restrictions = hash:/etc/postfix/access reject_unauth_destination = hash:/

Access Restriction Not Working

2008-11-21 Thread Carlos Williams
In my attempt to block my Postfix email server from receiving and sending email to gmail, yahoo, hotmail, aol, and msn email accounts, I created the following: vim /etc/postfix/main.cf smtpd_sender_restrictions = hash:/etc/postfix/access reject_unauth_destination = hash:/etc/postfix/access Then