Hi, El Miércoles, 5 de Abril de 2006 06:02, Fernando Milovich escribió: > I mean bypass RBL is the client is authenticated. But it seems to be no > possibly. > This problem is because our customers use ISP connections like ADSL and Dial > Up and these connections are blocked by CBL at spamhaus.org > I think i´ll have to change the RBL checker.
Then create your own rbl whitelist zone and add the desired ip ranges to it. Then use rblsmtpd like this: ... /usr/local/bin/rblsmtpd -b -ayourwhitelist -rsbl.spamhaus.org etc ... As rblsmtpd will match them first, it won' lookup them in CBL neither in any other blacklist. Ruben