home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 1 / AU_CD1.iso / internet / starterpak / !TCPIPUser / AutoTempl < prev    next >
Text File  |  1995-02-21  |  931b  |  36 lines

  1. # This is a template for an AutoExec file. It is translated by SLIPdial.
  2. # %nntp will expand to either 'nntp' or '#nntp' depending on whether or
  3. # not news is required. Similarly for smtp.
  4.  
  5. # Note that all the smtp and nntp parameters are set up, just the
  6. # servers won't be kicked. This allows the user to change their mind
  7. # when the are dialed in. i.e. if the select a session without SMTP
  8. # and decide to transfer mail after all, they can just manually
  9. # kick the SMTP server.
  10.  
  11. #finger {node}@post.demon.co.uk
  12. #finger {node}@punt.demon.co.uk
  13.  
  14. #finger motd@gate.demon.co.uk
  15.  
  16. # Set unattended mode based on whether this is an automatic session:
  17. unattended %timed
  18.  
  19. nntp trace 2
  20. nntp dup hist
  21. nntp fudge 3720
  22. nntp direct on
  23. nntp batch 12
  24. nntp addserver news.demon.co.uk 1800 dem
  25. %nntp kick dem
  26.  
  27. smtp gateway post.demon.co.uk
  28. smtp gateway punt.demon.co.uk
  29. smtp trace 1
  30. smtp sep fr
  31. %smtp kick
  32.  
  33. time server ntp.demon.co.uk
  34. time read
  35.  
  36.