Re: Sender/Client access

2009-10-21 Thread Magnus Bäck
On Wednesday, October 21, 2009 at 18:49 CEST, MySQL Student wrote: > > This syntax requires that smtpd_access_maps IS NOT listed in > > parent_domain_matches_subdomains. If you stick to the default > > value, drop the initial dot in .example.com to match example.com > > and all subdomains. >

Re: Sender/Client access

2009-10-21 Thread MySQL Student
Hi, >> I thought I understood how to block a specific domain from being able >> to send mail to users on my server, but I must be doing something >> wrong. In main.cf I have: >> >> check_sender_access hash:/etc/postfix/sender_access, >> check_client_access hash:/etc/postfix/client_access >> >> amo

Re: Sender/Client access

2009-10-20 Thread Magnus Bäck
On Tuesday, October 20, 2009 at 05:33 CEST, MySQL Student wrote: > I thought I understood how to block a specific domain from being able > to send mail to users on my server, but I must be doing something > wrong. In main.cf I have: > > check_sender_access hash:/etc/postfix/sender_access, >

Re: Sender/Client access

2009-10-19 Thread Alejandro Esteban Galvez
If you want block a specific domain from being able to send mail to users on my server, supposing that the user's ip that you want to block is 192.168.200.4 and your domain is domain.com, you must write in you main.cf smtpd_restriction_classes = mydoms smtpd_sender_restrictions = check_client_

Re: Sender/Client access

2009-10-19 Thread Sahil Tandon
On Mon, 19 Oct 2009, MySQL Student wrote: > I thought I understood how to block a specific domain from being able > to send mail to users on my server, but I must be doing something > wrong. In main.cf I have: > > check_sender_access hash:/etc/postfix/sender_access, > check_client_access hash:/et

Re: Sender/Client access

2009-10-19 Thread Alejandro Esteban Galvez
the diference between chech_sender_access and check_client_access is that, check_client_access "check" the network, or name, or IP of the computer that send the mail, and check_sender_access "check" the direction on the "From" field. - Original Message - From: "MySQL Student" To: "pos