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: T t

⟦ab013640d⟧ TextFile

    Length: 777 (0x309)
    Types: TextFile
    Names: »transports«

Derivation

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

TextFile

# @(#)transports	1.1 6/16/88 11:45:36
#
# A transport to support the arcnet send/recvd protocol over the /net
# filesystem.  This works on a Fortune 32:16.  The basic idea is to
# hand a message to send.sh to be transmitted.  The message should be
# delivered to send.sh in batched SMTP format.

arcnet:	driver=pipe,		# deliver to a command through a pipe
	bsmtp;			# supply SMTP commands

	# pass the host and message-id to the send shell script
	cmd="/bin/sh /usr/lib/smail/forpro/send.sh ${lc:host} $message_id",
	user=root,		# keep files from being generally accessible
	umask=0600,		# 	" "
	-log_output,		# don't waste energy logging stderr

	# if the shell script fails, then the host is probably down,
	# so we should retry delivery at a later time.
	defer_child_errors