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

⟦15188f9e4⟧ TextFile

    Length: 2823 (0xb07)
    Types: TextFile
    Names: »transports.dif«

Derivation

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

TextFile

*** transports.o
--- transports
**************
*** 17,23
  
  	file = /usr/spool/mail/${lc:user},	# location of mailbox files
  #	file = /usr/mail/${lc:user},	# use this location for System V
! #	group = mail,			# group to own file for System V
  	mode = 0600,			# only owner can read and write file
  #	mode = 0660,			# under System V, group mail can access
  	suffix = "\n"			# append an extra newline
--- 17,23 -----
  
  	file = /usr/spool/mail/${lc:user},	# location of mailbox files
  #	file = /usr/mail/${lc:user},	# use this location for System V
! 	group = mail,			# group to own file for System V
  	mode = 0600,			# only owner can read and write file
  	mode = 0660,			# under System V, group mail can access
  	suffix = "\n"			# append an extra newline
**************
*** 19,25
  #	file = /usr/mail/${lc:user},	# use this location for System V
  #	group = mail,			# group to own file for System V
  	mode = 0600,			# only owner can read and write file
! #	mode = 0660,			# under System V, group mail can access
  	suffix = "\n"			# append an extra newline
  
  # pipe - deliver mail to shell commands
--- 19,25 -----
  #	file = /usr/mail/${lc:user},	# use this location for System V
  	group = mail,			# group to own file for System V
  	mode = 0600,			# only owner can read and write file
! 	mode = 0660,			# under System V, group mail can access
  	suffix = "\n"			# append an extra newline
  
  # pipe - deliver mail to shell commands
**************
*** 64,69
  	umask = 0022,
  	pipe_as_sender
  
  # demand - deliver to a remote rmail program, polling on demand
  demand:	driver = pipe,
  	uucp, from, max_addrs = 5, max_chars = 200;
--- 64,79 -----
  	umask = 0022,
  	pipe_as_sender
  
+ # remote - deliver to the rmail program on a remote MICNET site
+ remote: driver = pipe,
+ 	from,
+ 	max_addrs = 5,
+ 	max_chars = 200;
+ 
+ 	cmd = "/usr/bin/remote - -u $sender $host rmail $($user$)",
+ 	umask = 0022,
+ 	pipe_as_sender
+ 
  # demand - deliver to a remote rmail program, polling on demand
  demand:	driver = pipe,
  	uucp, from, max_addrs = 5, max_chars = 200;
**************
*** 96,114
  	cmd = "/usr/bin/uux - $host!rsmtp",
  	umask = 0022,
  	pipe_as_sender
- 
- # smtp - deliver using SMTP over TCP/IP
- #
- # Connect to a remote host using TCP/IP and initiate an SMTP conversation
- # to deliver the message.  The smtp transport is included only if BSD
- # networking exists.
- #
- # NOTE:	This is hardly optimal, a backend should exist which can handle
- #	multiple messages per connection.
- #
- # ALSO:	It may be necessary to restrict max_addrs to 100, as this is the
- #	lower limit SMTP requires an implementation to handle for one
- #	message.
- smtp:	driver = smtp,
- 	-max_addrs,
- 	-max_chars
--- 106,108 -----
  	cmd = "/usr/bin/uux - $host!rsmtp",
  	umask = 0022,
  	pipe_as_sender