DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: R T

⟦28dc3b829⟧ TextFile

    Length: 1253 (0x4e5)
    Types: TextFile
    Names: »README«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦2fafebccf⟧ »EurOpenD3/mail/smail3.1.19.tar.Z« 
        └─⟦bcd2bc73f⟧ 
            └─⟦this⟧ »contrib/micnet/README« 

TextFile


#
#  contrib/micnet/README  1.0
#
#  James B. O'Connor - Fri Feb  3 13:43:59 EST 1989
#

This directory includes the following files:

config.eg - some example config file entries for micnet-only machines
		which direct mail for unknown users and unknown systems
		to a smarter micnet machine which is assumed to know
		these things

routers - this contains a router entry "micnet_neighbors" which will
		look up micnet neighbors via a program called "micname"
		(also in this directory) and delivery via the transport
		"remote"

routers.dif - this is a context diff, which when used with "patch" will
		add the "micnet_neighbors" router to the 
		smaples/generic/routers files.

transport - this contains the entry for the "remote" transport

transport.dif - a context diff that can be used to patch the "remote" transport
		into the samples/generic/transports file.

micname - a shell script which will return a list of micnet neighbors, to be
		used by the "micnet_neighbors" router.  It should be put
		in a directory that will be in smail3's path.

The diff's are included in anticipation of a Makefile being written which
will use the info in EDIT_ME and os/whatever to automatically patch the
routers and transports file, wherever they may be.