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.
>
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
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,
>
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_
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
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