[pfx] Help with whitelist RBL lists

2025-04-14 Thread Jorge Bastos via Postfix-users
Howdy, I have a situation, where, the GMAIL (as hotmail/office65) network ip's, are almost all blacklisted, BUT, they have at the same time the network inserted in the payed whitelists, like senderscore, abusix, mailspike and other popular one's. Is there a way to insert these RBL whitelists

[pfx] Re: Help with whitelist RBL lists

2025-04-15 Thread Jorge Bastos via Postfix-users
Perfect! That's what I need, thanks a lot! On 2025-04-14 22:04, Wietse Venema via Postfix-users wrote: Jorge Bastos via Postfix-users: Howdy, I have a situation, where, the GMAIL (as hotmail/office65) network ip's, are almost all blacklisted, BUT, they have at the same time th

[pfx] action=DUNNO with two \n\n gives a server configuration error

2025-05-17 Thread Jorge Bastos via Postfix-users
Hi Guys, I'm having an issue with my: check_policy_service unix:private/policy-dnswl That has the information bellow, I've been looking at the docs for two weeks and cant figure why action=DUNNO still gives me the server configuration error. Here's my script and smtpd_recipient_restriction,

[pfx] Re: action=DUNNO with two \n\n gives a server configuration error

2025-05-17 Thread Jorge Bastos via Postfix-users
Update, Even having the check_policy_service unix:private/policy-dnswl in smtpd_client_restrictions same behavior On 2025-05-17 18:07, Jorge Bastos via Postfix-users wrote: Hi Guys, I'm having an issue with my: check_policy_service unix:private/policy-dnswl That has the inform

[pfx] Re: action=DUNNO with two \n\n gives a server configuration error

2025-05-17 Thread Jorge Bastos via Postfix-users
Hi thanks, even with: echo -e "action=DUNNO\n" it fails with the same reason On 2025-05-17 19:45, Wietse Venema via Postfix-users wrote: https://pastebin.com/gMrRx9Ny https://pastebin.com/xX1hj38H First, echo -e "action=DUNNO\n\n" will send THREE newline characters, and will therefore

[pfx] MySQL access maps returns newline at the end

2025-06-25 Thread Jorge Bastos via Postfix-users
HI guys, I've been struggling with a configuration for ip access, i cannot set any REJECT or PERMIT, because it's appearing a newline in the end. hexdump always tell's me there's a newline, and the PERMIT doesn't work, it keeps checking the next evaluations. any ideia? not even my cousion (

[pfx] Re: MySQL access maps returns newline at the end

2025-06-25 Thread Jorge Bastos via Postfix-users
Benny, On 2025-06-25 15:06, Benny Pedersen via Postfix-users wrote: quote: postconf smtpd_{client,helo,sender,recipient,relay,data,end_of_data}_restrictions your setup miss permit in helo,sender,recipient,relay,data,end_of_date, so its only permit currently in client restrictions you wil

[pfx] Re: MySQL access maps returns newline at the end

2025-06-25 Thread Jorge Bastos via Postfix-users
No error, it just get's rejected by one of the rbl's, because it didn't stop checking on the: check_client_access mysql:/etc/postfix/mysql-client-ip-access.cf On 2025-06-25 14:44, Wietse Venema via Postfix-users wrote: What is the complete error message? Wietse __

[pfx] Re: MySQL access maps returns newline at the end

2025-06-25 Thread Jorge Bastos via Postfix-users
Wait Be show logs and postconf -Mf postconf -nf without anything i cant help more ___ I think what I need and what i have to do is some kind of reverse logic for the PERMIT - Have the whitelist's in a script, and when a match is found, return RE

[pfx] Re: MySQL access maps returns newline at the end

2025-06-25 Thread Jorge Bastos via Postfix-users
Wietse, I sent you the outlook in the previous email, On 2025-06-25 16:36, Wietse Venema via Postfix-users wrote: Good. Now, what is the complete 'reject' message from Postfix? I am asking for Postfix output, not for your opinion. Wietse ___ Postfi

[pfx] Re: MySQL access maps returns newline at the end

2025-06-25 Thread Jorge Bastos via Postfix-users
tc/postfix/client_checks, check_sender_access hash:/etc/postfix/sender_checks, permit smtpd_data_restrictions = smtpd_end_of_data_restrictions = root@fastmail:~# On 2025-06-25 14:31, Wietse Venema via Postfix-users wrote: Wietse Venema via Postfix-users: Jorge Bastos via Postfix-users: root@fastmail:/e

[pfx] SMTPUTF8 best practices

2025-06-29 Thread Jorge Bastos via Postfix-users
Howdy, Sometimes i have users that write the emails wrong, and the email client stops sending with the default message from postfix "555 5.5.4 Unsupported option: SMTPUTF8". My question is, how do prople normally configure this section, with smtputf8_enable enabled or disabled? thanks in a

[pfx] Re: MySQL access maps returns newline at the end

2025-06-25 Thread Jorge Bastos via Postfix-users
Wietse, On 2025-06-25 16:54, Wietse Venema via Postfix-users wrote: WI sent you the outlook in the previous email, What you sent was this: No error, it just get's rejected by one of the rbl's, because it didn't stop checking on the: You have an smtpd_client_restriction rule that replies with

[pfx] Re: MySQL access maps returns newline at the end

2025-06-25 Thread Jorge Bastos via Postfix-users
tux ~ # postconf -nf | grep smtpd_ Please do not 'grep' the 'postconf -f' output. It shows only the firest line of each setting/ Please DO show the output thst I asked for: postconf -f smtpd_{client,helo,sender,recipient,relay,data,end_of_data}_restrictions root@fastmail:~# postconf -f smt

[pfx] Re: MySQL access maps returns newline at the end

2025-06-25 Thread Jorge Bastos via Postfix-users
Benny What happens is, in the "check_client_access mysql:/etc/postfix/mysql-client-ip-access.cf" when it returns the PERMIT it should check the next statment, but it is checking, postfix have always being first match wins, so later restrictions is not checked after permit split maps to cont

[pfx] Re: MySQL access maps returns newline at the end

2025-06-25 Thread Jorge Bastos via Postfix-users
Benny, I think my main issue is that PERMIT still continues evaluation and i'm thinking that it stops when it doesn't. So no way to have a PERMIT that stops evaluation right? only the negative options stop evaluation the next ones? * DUNNO → continues evaluation * PERMIT → c

[pfx] Re: MySQL access maps returns newline at the end

2025-06-29 Thread Jorge Bastos via Postfix-users
Hi Wietse,Benny and others, I managed to fix the issue looking at my conf, Thanks all, it was very helpful to get there. I have another issue with smtputf8 that i'll start in another email, On 2025-06-25 17:18, Wietse Venema via Postfix-users wrote: JorgeBastos: root@fastmail:~# postconf