[pfx] Re: postfix check_sender_access and subdomain test

2024-02-29 Thread Matus UHLAR - fantomas via Postfix-users
On 28.02.24 21:31, Scott Techlist via Postfix-users wrote: As I understand from your explanation, if I keep my parent_domain_matches_subdomains = smtpd_access_maps Then the preceding dot format is moot/not needed. Only outbound.protection.outlook.com OK I recommend keeping pare

[pfx] Re: postfix check_sender_access and subdomain test

2024-02-28 Thread Scott Techlist via Postfix-users
Noel: As I understand from your explanation, if I keep my parent_domain_matches_subdomains = smtpd_access_maps Then the preceding dot format is moot/not needed. Only outbound.protection.outlook.com OK Check. >The reason it doesn't work is you're confusing sender and client. In

[pfx] Re: postfix check_sender_access and subdomain test

2024-02-28 Thread Scott Techlist via Postfix-users
>>Depending on whether omain is client or sender or ... >> >>... >>reject_unauth_destination >>... >>check_client_access hash:/pathname >>reject_rbl_client example.com >>... >> >>Or >> >>... >>reject_unauth_destination >>... >>check_sender_access hash:/pathna

[pfx] Re: postfix check_sender_access and subdomain test

2024-02-28 Thread Scott Techlist via Postfix-users
>> check_sender_access hash:/etc/postfix/sender_checks, > >That directive checks the email address which is used in the SMTP MAIL >FROM command. > >I believe you need to use check_client_access to check the verified >client hostname instead of check_sender_access. > > Bill & Noel, thank you both f

[pfx] Re: postfix check_sender_access and subdomain test

2024-02-28 Thread Scott Techlist via Postfix-users
>Scott Techlist via Postfix-users: >> I need to allow a domain to bypass my RBL checks. I'm doing something >> wrong, or I'm >misunderstanding what I'm checking from my logs. I'd be grateful for an >assist to remedy. >> > >Depending on whether omain is client or sender or ... > >... >re

[pfx] Re: postfix check_sender_access and subdomain test

2024-02-28 Thread Scott Techlist via Postfix-users
>I can tell you there is significant spam from that Microsoft IP space. That >spamcop doesn't have false positives, but rather due to >the sharing of IP >space, senders that aren't spammers get tarred with the same brush as the >spammers. I did a grep on the maillog >files and that is a firehos

[pfx] Re: postfix check_sender_access and subdomain test

2024-02-28 Thread Noel Jones via Postfix-users
On 2/28/2024 1:38 PM, Scott Techlist via Postfix-users wrote: I need to allow a domain to bypass my RBL checks.  I’m doing something wrong, or I’m misunderstanding what I’m checking from my logs.  I’d be grateful for an assist to remedy. This box is an old postfix install Postfix version 2.2.1

[pfx] Re: postfix check_sender_access and subdomain test

2024-02-28 Thread Bill Cole via Postfix-users
On 2024-02-28 at 14:38:41 UTC-0500 (Wed, 28 Feb 2024 13:38:41 -0600) Scott Techlist via Postfix-users is rumored to have said: I need to allow a domain to bypass my RBL checks. I'm doing something wrong, or I'm misunderstanding what I'm checking from my logs. I'd be grateful for an assist to

[pfx] Re: postfix check_sender_access and subdomain test

2024-02-28 Thread Wietse Venema via Postfix-users
Scott Techlist via Postfix-users: > I need to allow a domain to bypass my RBL checks. I'm doing something wrong, > or I'm misunderstanding what I'm checking from my logs. I'd be grateful for > an assist to remedy. > Depending on whether omain is client or sender or ... ... reject_una