Is there a document or reference available that spells out the proper way to delegate in-addr authority? Thanks Brian D. Brian Kimmel Kimbro, Inc. Voice 937-8381
Is there a document or reference available that spells out the proper way to delegate in-addr authority?
The historical reference is RFC 1035. Other useful info is found in the O'Reily book "DNS & BIND". Good tools and current documentation is found in the BIND release. -- --bill
Is there a document or reference available that spells out the proper way to delegate in-addr authority?
Thanks
Brian
D. Brian Kimmel Kimbro, Inc. Voice 937-8381
Make it stop! This is. like, the 10th message duplicate I've recieved from this guy. Time to add him to my filter-list, I suppose. - paul _______________________________________________________________________________ Paul Ferguson US Sprint tel: 703.689.6828 Managed Network Engineering internet: paul@hawk.sprintmrn.com Reston, Virginia USA http://www.sprintmrn.com
In message <9505191406.AA23284@hawksbill.sprintmrn.com>, Paul Ferguson writes:
Is there a document or reference available that spells out the proper way to delegate in-addr authority?
Thanks
Brian
D. Brian Kimmel Kimbro, Inc. Voice 937-8381
Make it stop!
This is. like, the 10th message duplicate I've recieved from this guy. Time to add him to my filter-list, I suppose.
- paul
_____________________________________________________________________________ __ Paul Ferguson US Sprint tel: 703.689.6828 Managed Network Engineering internet: paul@hawk.sprintmrn.c om Reston, Virginia USA http://www.sprintmrn.com
For mh users: #!/bin/sh if [ -z "$1" ] ; then folder else folder +$1 fi msgs=`scan -format '%{Message-Id} %(msg)' \ | sort | awk '{if(prev==$1){print $2;}prev=$1;}'` if [ ! -z "$msgs" ] ; then rmm $msgs ; fi sortm folder Curtis
participants (4)
-
bmanning@ISI.EDU
-
Curtis Villamizar
-
D. Brian Kimmel
-
paul@hawksbill.sprintmrn.com