RE: File System Choice

2009-11-26 Thread Jason Mitchell
万善义 wrote: > 500,000 domains, with the Ext3 file system, DNS service starts very slow and therefore require several hours before they can work properly. For the bind file system choices, there are any suggestions advice? > > -- > 万善义 > 2009-11-26 > ___

RE: [Spam Score 5.539] File System Choice

2009-11-26 Thread Jason Mitchell
万善义 wrote: > 500,000 domains, with the Ext3 file system, DNS service starts very slow and therefore require several hours before they can work properly. For the bind file system choices, there are any suggestions advice? > > -- > 万善义 > 2009-11-26 > ___

Re: [Spam Score 5.539] File System Choice

2009-11-26 Thread Albert E. Whale
万善义 wrote: > 500,000 domains, with the Ext3 file system, DNS service starts very slow and > therefore require several hours before they can work properly. For the bind > file system choices, there are any suggestions advice? > > -- > 万善义 > 2009-11-26 > _

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: File System Choice

2009-11-26 Thread Andy Shellam (Mailing Lists)
On 26 November2009, at 07:00, Fajar A. Nugraha wrote: > > Also, you could organize the zone files (manually) so that they spread > over many directories instead of one. I've heard that compiling the zones first (named-compilezone?) is a big help in this situation; I can't vouch for it though.

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

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

2009-11-26 Thread Frank Abel Cancio Bello
Hi all, First at all, I'm newbie in DNS, so excuse me if I'm posting something stupid here ;) I want DNS replying the same list of MX RRs for all MX request. I mean, any client that want send an email and query my DNS for a MX RRs must get the same MX RRs, not matter of what domain the clien

Re: loading zone: creating database: out of memory

2009-11-26 Thread Dmitry Rybin
ulimit? 万善义 wrote: > CentOS release 5.4 (Final) + BIND 9.6.1-P1 > > Intel(R) Xeon(R) CPU E5506 @ 2.13GHz > 8G Memory > > > Load 500,000 domains, the loading process, the following error: > > loading zone: creating database: out of memory > ___