Need to provide MX for 2 domains, but no public computers on one

Barry Margolin barmar at bbnplanet.com
Fri Aug 20 18:04:39 UTC 1999


In article <2A7687211800D211A00C0060B05722280172C0BE at lynx.thecreek.com>,
Ben Kosse  <BKosse at thecreek.com> wrote:
>// thecreek.com domain
>zone "thecreek.com" in {
>        type master;
>};

Where's the filename for this domain?

>Here's the /var/named/pz/pkb.thecreek.com file:
>     @       IN      SOA     ns2.thecreek.com. bkosse.thecreek.com. (
>                             1       ; Serial
>                             7200    ; Refresh every 2 hours
>                             300     ; Retry every 5 minutes
>                             2592000 ; Expire after 30 days
>                             6000)   ; TTL expires in 1 hour
>
>     ; Name Server Records
>     #INCLUDE inc/ns-external.inc
>
>     ; MX mail exchanger settings
>     ; MX for pkb.thecreek.com
>     #INCLUDE inc/mx.inc pkb
>
>/var/named/inc/mx.inc:
>             IN      MX      10 ns2.thecreek.com.
>             IN      MX      20 ns.thecreek.com.
>
>

What's in inc/ns-external.inc?

Do you get any warnings in your log when you start up named?

-- 
Barry Margolin, barmar at bbnplanet.com
GTE Internetworking, Powered by BBN, Burlington, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.


More information about the bind-users mailing list