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

  1. # Commands executed automatically whenever !TCPIP starts up.
  2. # Define the news server, relating to all files in !TCPIPUser.NNTP
  3. # whose names begin with "Dem".  The "1800" means check for news
  4. # every 30 minutes (assuming you stay logged on for that long).
  5. nntp addserver news.demon.co.uk 1800 Dem
  6.  
  7. # Define the machine which receives outgoing mail.
  8. smtp gateway post.demon.co.uk
  9.  
  10. # Send any mail that's waiting in the 'out tray'.
  11. # Note that it's up to Demon to deliver any incoming mail - nothing
  12. # we do affects when that happens (which should be soon after login).
  13. smtp kick
  14.  
  15. # Define the machine from which to get the network time
  16. time server ntp.demon.co.uk
  17. #time read
  18.  
  19. # Start downloading news.
  20. nntp kick dem
  21.