home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / N / TCPIP / NNTP-1.000 / NNTP-1 / nntp.1.5.11t / xmit / README < prev    next >
Encoding:
Text File  |  1993-10-17  |  1.4 KB  |  34 lines

  1.      The program "nntpxmit" is an active transmission client
  2. (see the comment in nntpxmit.c for a description of the
  3. difference between active and passive clients) written by Erik Fair
  4. <fair@ucbvax.berkeley.edu, ...!ucbvax!fair>.  A larger comment on
  5. its inner workings can be found by looking at nntpxmit.c
  6.  
  7.      To use nntpxmit, you should edit your news sys file to have
  8. an entry like this:
  9.  
  10. #
  11. # NASA Ames Research Center
  12. #
  13. nike:ucb,uc,mod,to.nike:F:/usr/spool/news/batch/ames-titan.arpa
  14.  
  15. This will place names of news articles in the ucb, uc, and mod newsgroups
  16. in the file "/usr/spool/news/batch/ames-titan.arpa".  This is because
  17. we assume the output batch file will be the machine's internet name.
  18.  
  19. Periodically, you should have crontab run "nntpsend" to transmit
  20. the news.  A good choice for "periodically" is every 10 minutes.
  21. nntpsend depends on the program "shlock", which make should have
  22. made already.  Also, nntpsend will need to be customized for your system.
  23. Fortunately, it's pretty straightforward.
  24.  
  25.      nntpxmit has an option "-s" which *supresses* statistic
  26. logging via syslog.  Additionally, the "-d" option is availible
  27. for debugging.
  28.  
  29.      Please forward comments/suggestions for improvement/bugs to nntp@tmc.edu.
  30.  
  31.      [My thanks extended to Erik for writing nntpxmit, shlock,
  32. and the stats scripts.  My thanks also to Mel Pleasant
  33. <pleasant@topaz.rutgers.edu> for the nntpsend script.  --Phil]
  34.