home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09961.iso / srvmisc / dnews24p.exe / dnews.con < prev    next >
Text File  |  1996-06-02  |  3KB  |  81 lines

  1. # Windows NT config file.  DNEWS.CONF
  2. # ----------------THINGS YOU MUST CHANGE ----------------------------------
  3. # The main up-stream server that DNEWS should get groups from
  4. nntp_feeder    your.feeder.ohio.edu
  5.  
  6. # If your reverse name server doesn't work, then un comment this
  7. # next line and put numbers into access.conf instead of names.
  8. # You MUST remove this if you want access.conf to work
  9. # on NAMES instead of NUMBERS.
  10. nodns true
  11.  
  12. # the IP name of your own machine, e.g. mypc.here.com Use a number if 
  13. # your don't have a working DNS system.
  14. myname        my.ipname.ohio.edu
  15.  
  16. # Total diskspace available, in MEGABYTES, recommended 10-600 for 
  17. # dynamic, 2000-8000 for full feed
  18. diskspace 100
  19.  
  20. # Person to email log files and control messages etc to.
  21. manager you@this.domain
  22.  
  23. # Send email confirms for any message successfully sent up stream from a post.
  24. # put your domain in here.  You might want to change this to  *my.domain
  25. # Be careful with this option!!!, (e.g. don't put *)
  26. confirm *.this.domain,*.second.domain
  27.  
  28.  
  29. # If dnews is not running on the C drive, then you MUST change the section
  30. # lower down which defines all the DNEWS disk and directories.
  31.  
  32. # --------------OPTIONAL THINGS TO CHANGE BELOW HERE -----------------------
  33. # Refuse news articles with a 'date' more than this old, this is just to avoid
  34. # accepting news from a restored news disk.
  35. too_old 135
  36.  
  37. # Send daily reports, default is 'yes'
  38. # report no
  39.  
  40. # Logging and debug settings, error,warn,info,debug
  41. # debug item:group:feed:chan:  Selective debugging output Default is all
  42. loglvl info
  43. # Rotate the log files every 50000 lines
  44. debug_rotate 50000
  45.  
  46. # Number of days to keep each news group for after it's uploaded.
  47. life 15
  48.  
  49. # expire_at mins hours 
  50. #
  51. # this example would only do updates at night
  52. # update_at *5 17-7
  53. # Update every 10 minutes and do one expire at 2 in the morning
  54. update_at *5 *
  55. expire_at 12 2
  56. # Get any new groups once per day.
  57. groups_at 45 1
  58.  
  59. # The DISK DIRECTORIES we will use, everything except this file.
  60. # which MUST be stored as %systemroot%/system32/dnews.conf
  61. config        c:/dnews
  62. logdir         c:/dnews
  63. workarea    c:/dnews/spool
  64. history     c:/dnews/spool
  65. spool        c:/dnews/spool
  66.  
  67.  
  68. # If less than 'n' megabytes are free on any partition/volume/disk then
  69. # news will stop  sucking and accepting feeds, posts still work.
  70. workarea_min    5
  71. # for a full feed increase history_min to about 50
  72. history_min    5
  73. spool_min    5
  74.  
  75. # Limit the number of items it will fetch in one
  76. # chunk from each news group, 100 items or 5MB
  77. suck_batchn 100
  78. suck_batchsize 5000000
  79. suck_requeue true
  80.