Hi Brielle Yeah that was a typo, but i just managed to solve the problem, it now works with:
INSERT INTO records (domain_id, name, type, content, ttl, prio) VALUES (1,' 8.7.6.5.4.3.2.1.example.com','NAPTR','10 10 "u" "E2U+sip" "!^.*$! sip:[email protected]!".',120,0); Thomas On Sun, Apr 19, 2015 at 12:55 AM, Brielle Bruns <[email protected]> wrote: > On 4/18/15 6:51 PM, Thomas Elsgaard wrote: > >> Hi list >> >> I am trying to get ENUM to work with PowerDNS Authoritative Server 3.4.3 >> and PostgreSQL but i am not able to resolve the record. >> >> Is someone having an working example ? >> >> I have tried with: >> >> INSERT INTO records (domain_id, name, type, content, ttl, prio) VALUES >> (1,'8.7.6.5.4.3.2.1.enum.example.tld','NAPTR','100 10 \"u\" \"E2U+sip\" >> \"!^.*$!sip:[email protected] <mailto:sip%[email protected]>!\" >> ."',120,0); >> >> but dig @127.0.0.1 <http://127.0.0.1> 8.7.6.5.4.3.2.1.enum.example.com >> <http://8.7.6.5.4.3.2.1.enum.example.com> NAPTR is not resolving it >> correctly: >> >> > > Silly thing to point out, but you inserted > '8.7.6.5.4.3.2.1.enum.example.tld', not '8.7.6.5.4.3.2.1.enum.example.com > '. > > Is that just a typo here on the message to the list? > > > -- > Brielle Bruns > The Summit Open Source Development Group > http://www.sosdg.org / http://www.ahbl.org > > _______________________________________________ > Pdns-users mailing list > [email protected] > http://mailman.powerdns.com/mailman/listinfo/pdns-users >
_______________________________________________ Pdns-users mailing list [email protected] http://mailman.powerdns.com/mailman/listinfo/pdns-users
