home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / unix_c / usenet / newsxd.tar / newsxd / simple.conf < prev    next >
Text File  |  1990-08-31  |  1KB  |  32 lines

  1. # Define a service class that just runs an nntpxmit to each host
  2. # every hour.  Don't run nntpxmit if the load goes over 8.
  3.  
  4. class   normal  maxxmits=1  interval=3600  maxload=8
  5.  
  6. # Define the default news transmitter
  7. xmit    DEFAULT /usr/local/lib/news/nntpxmit nntpxmit %h:%w
  8.  
  9. # Check the list of hosts every 10 minutes to see if we can send news to
  10. # someone yet.
  11. queueinterval    600
  12.  
  13. # In all of the following options, %s is replaced by the host name of the
  14. # system being sent to.
  15.  
  16. # File news places articles paths/ids in
  17. batchfile   /usr/spool/batch/%s
  18.  
  19. # File a news transmitter wants articles paths/ids in
  20. workfile    /usr/spool/batch/%s.work
  21.  
  22. # Hosts to send news to.  Each line is of the format:
  23. #                            CLASS   VALID START
  24. # host HOSTNAME              NAME       TIMES
  25.  
  26. host dorothy                 normal      Any
  27. host toto                    normal      Any
  28. host wizard                  normal      Any
  29. host witch                   normal      Any
  30. host tinman                  normal      Any
  31. host lion                    normal      Any
  32.