check_client_access with MySQL lookup

2008-07-30 Thread Thiago Esteves
Hello List, I'm using here the main.cf parameter "reject_unknown_client", that you know, it just blocks any client machine that doesn't have the properly records in the DNS. Sometimes I have to add an exception, so I have a whitelist where I add the client IP address and the "OK" parameter. Someti

Re:: check_client_access with MySQL lookup

2008-07-30 Thread Thiago Esteves
On Wed, Jul 30, 2008 at 4:23 PM, mouss <[EMAIL PROTECTED]> wrote: > > write a policy server (or use one that implements this). postfix checks use > a single variable (client, helo, sender, recipient). you can't mix things. I'll try this way. > > anyway, if you find yourself whitelisting many c

Re: check_client_access with MySQL lookup

2008-07-31 Thread Thiago Esteves
Policyd seems to have interesting features and it uses MySQL. I'll try it here. Thank you. I'm a Sys admin working here with FreeBSD, but I'm a Java developer too, so after I was noticed that postfix checks use a single variable (client, helo, sender, recipient), that I would not be able to do wha