|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T r
Length: 3946 (0xf6a) Types: TextFile Names: »routers.dif«
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦2fafebccf⟧ »EurOpenD3/mail/smail3.1.19.tar.Z« └─⟦bcd2bc73f⟧ └─⟦this⟧ »contrib/micnet/routers.dif«
*** routers.o --- routers ************** *** 6,12 # configuration can be changed. Thus, this should be matched up # against thes files before assuming this is completely correct. ! # inet_addrs and inet_hosts are only defined when BSD networking exists # inet_addrs - match domain literals containing literal IP addresses # --- 6,17 ----- # configuration can be changed. Thus, this should be matched up # against thes files before assuming this is completely correct. ! # micnet neighbors - route using the output of the program "micname" ! # this should come before any uucp routing if your micnet sites are also ! # in your maps ! micnet_neighbors: ! driver = uuname, # use a program which returns neighbors ! transport = remote; cmd = /usr/bin/micname, # specifically, micname statfile = /usr/lib/mail/top.next, ************** *** 8,21 # inet_addrs and inet_hosts are only defined when BSD networking exists ! # inet_addrs - match domain literals containing literal IP addresses ! # ! # For example, [128.103.1.1] will match harvard.harvard.edu on the internet. ! # The library routine gethostbyaddr(3N) will be called to see if a reverse ! # mapping to the cononical hostname is available. ! inet_addrs: ! driver = gethostbyaddr, # router to match IP domain literals ! transport = smtp; # deliver using SMTP over TCP/IP fail_if_error, # fail malformed domain literal addrs check_for_local # see if this is really the local host --- 13,21 ----- driver = uuname, # use a program which returns neighbors transport = remote; ! cmd = /usr/bin/micname, # specifically, micname ! statfile = /usr/lib/mail/top.next, ! domain = fsc.com # uucp_neighbors - match neighbors accessible over UUCP uucp_neighbors: ************** *** 17,24 driver = gethostbyaddr, # router to match IP domain literals transport = smtp; # deliver using SMTP over TCP/IP ! fail_if_error, # fail malformed domain literal addrs ! check_for_local # see if this is really the local host # inet_hosts - match hostnames with gethostbyname(3N) inet_hosts: --- 17,26 ----- statfile = /usr/lib/mail/top.next, domain = fsc.com ! # uucp_neighbors - match neighbors accessible over UUCP ! uucp_neighbors: ! driver = uuname, # use a program which returns neighbors ! transport = demand; cmd = /usr/bin/uuname, # specifically, use the uuname program domain = uucp ************** *** 20,29 fail_if_error, # fail malformed domain literal addrs check_for_local # see if this is really the local host ! # inet_hosts - match hostnames with gethostbyname(3N) ! inet_hosts: ! driver = gethostbyname, # match hosts with the library function ! transport = smtp # paths - route using a paths file, like that produced by the pathalias program paths: driver = pathalias, # general-use paths router --- 22,29 ----- driver = uuname, # use a program which returns neighbors transport = demand; ! cmd = /usr/bin/uuname, # specifically, use the uuname program ! domain = uucp # paths - route using a paths file, like that produced by the pathalias program paths: driver = pathalias, # general-use paths router ************** *** 33,46 proto = bsearch, # use a binary search optional, # ignore if the file does not exist domain = uucp # strip ending ".uucp" before searching - - # uucp_neighbors - match neighbors accessible over UUCP - uucp_neighbors: - driver = uuname, # use a program which returns neighbors - transport = uux; - - cmd = /usr/bin/uuname, # specifically, use the uuname program - domain = uucp # smart_host - a partically specified smarthost director # --- 33,38 ----- proto = bsearch, # use a binary search optional, # ignore if the file does not exist domain = uucp # strip ending ".uucp" before searching # smart_host - a partically specified smarthost director #