Re: [Pdns-users] SPF

2007-10-01 Thread bert hubert
On Tue, Oct 02, 2007 at 02:14:53AM +0200, Daniel wrote: > is pdns able to handle IN SPF records? Yes. But be aware, it needs the data to be between "quotes" in the database. Bert -- http://www.PowerDNS.com Open source, database driven DNS Software http://netherlabs.nl

[Pdns-users] SPF

2007-10-01 Thread Daniel
Hi all, is pdns able to handle IN SPF records? greetz -- Mit freundlichen Grüßen Daniel ___ Pdns-users mailing list Pdns-users@mailman.powerdns.com http://mailman.powerdns.com/mailman/listinfo/pdns-users

Re: [Pdns-users] Client IP address in backend query?

2007-10-01 Thread Daniel Eggleston
bert hubert wrote: On Mon, Oct 01, 2007 at 12:14:16PM +0100, Daniel Eggleston wrote: Does anybody know if it's possible to pass the client IP address as a variable to the gmysql backend in a custom query? What an interesting idea! Not immediately obvious how to add it though. We could

RE: [Pdns-users] PowerDNS 2.9.20-8 Debian - Problem with Domain update

2007-10-01 Thread Andre Lorbach
Hi all, I found the root of the problem. I had the same zone (mydomain.com) twice in the /etv/bind/named.conf.local. This caused this problem, not sure if it can be seen as bug. Best regards, Andre Lorbach > -Original Message- > From: [EMAIL PROTECTED] [mailto:pdns-users- > [EMAIL PROTE

Re: [Pdns-users] Client IP address in backend query?

2007-10-01 Thread Norbert Sendetzky
On Monday 01 October 2007 13:35:31 bert hubert wrote: > On Mon, Oct 01, 2007 at 12:14:16PM +0100, Daniel Eggleston wrote: > > Does anybody know if it's possible to pass the client IP address as a > > variable to the gmysql backend in a custom query? > > What an interesting idea! Not immediately obv

Re: [Pdns-users] Client IP address in backend query?

2007-10-01 Thread bert hubert
On Mon, Oct 01, 2007 at 12:14:16PM +0100, Daniel Eggleston wrote: > Does anybody know if it's possible to pass the client IP address as a > variable to the gmysql backend in a custom query? What an interesting idea! Not immediately obvious how to add it though. We could have a certain magic %IP%

[Pdns-users] Client IP address in backend query?

2007-10-01 Thread Daniel Eggleston
Hi Does anybody know if it's possible to pass the client IP address as a variable to the gmysql backend in a custom query? e.g. select content,ttl,prio,type,domain_id,name from records where type='%s' and name='%s' and client_ip='%s' I am currently using the binary RPM distribution but am w