In message <513654f9.4060...@suwalski.net>, Pat Suwalski writes:
> On 13-03-05 02:44 PM, Barry Margolin wrote:
> > Instead of one include file for everything, use separate include files:
> >
> > $INCLUDE db.common.mail.inc
> > $INCLUDE db.common.www.inc
> > $INCLUDE db.common.spf.inc
> >
> > Then you can omit some $INCLUDE directives in the zones that have more
> > specific records.
> 
> I guess this is the most balanced approach. It's still a little 
> cumbersome for if a client asks to override a specific entry in mail.inc 
> or www.inc. But it will have to do.

Well then have db.common.inc which is just

$INCLUDE db.common.mail.inc
$INCLUDE db.common.www.inc
$INCLUDE db.common.spf.inc

You then do

$INCLUDE db.common.inc

or

$INCLUDE db.common.mail.inc
$INCLUDE db.common.spf.inc
www     IN A    <value>
        IN AAAA <value>

-- 
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: ma...@isc.org
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to