Re: How reply the same MX RRs list for all kind of MX request

2009-11-27 Thread Frank Abel Cancio Bello
Thanks Barry. I think he wants to do this for zones he's not authoritative for. He wants all the clients of his DNS to think that he's the MX for everything. That is exactly what I want! The other suggestion, to program the router to redirect port 25 to his SMTP proxy, seems to be the b

Re: How reply the same MX RRs list for all kind of MX request

2009-11-26 Thread Barry Margolin
In article , "Todd Snyder" wrote: > You can create an include file, and put it right under your SOA/NS > records. I think he wants to do this for zones he's not authoritative for. He wants all the clients of his DNS to think that he's the MX for everything. The other suggestion, to program

RE: How reply the same MX RRs list for all kind of MX request

2009-11-26 Thread Todd Snyder
You can create an include file, and put it right under your SOA/NS records. The file should start with blanks... something like: @ IN SOA ns.example.com. root. ( 2009112601 ; Serial 1h ; Refresh

Re: How reply the same MX RRs list for all kind of MX request

2009-11-26 Thread Frank Abel Cancio Bello
Thanks a lot Jake! elsif wrote: http://docstore.mik.ua/orelly/networking_2ndEd/dns/ch16_02.htm If I were setting up what you describe, I'd make the router(s) for the given network(s) simply forward tcp port 25 to your mail servers for all non-mailserver hosts. I could be wrong, but to me i