home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / dnew54c3.zip / DNEWS.CON < prev    next >
Text File  |  1998-02-04  |  4KB  |  117 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. # Speed up response to small tcp requests, this speeds
  34. # up some news readers like NewsXpress but it also adds
  35. # load to your network and machine so I wouldn't do it 
  36. # on large news servers.
  37. # tcp_nodelay true
  38.  
  39. # Refuse news articles with a 'date' more than this old, this is just to avoid
  40. # accepting news from a restored news disk.
  41. too_old 135
  42.  
  43. # Suck using streaming mechanism, this is fast
  44. suck_stream true
  45.  
  46. # Send daily reports, default is 'yes'
  47. # report no
  48.  
  49. # Logging and debug settings, error,warn,info,debug
  50. # debug item:group:feed:chan:  Selective debugging output Default is all
  51. loglvl info
  52. # Rotate the log files every 50000 lines
  53. debug_rotate 50000
  54.  
  55. # Number of days to keep fetching a group when no one is reading it
  56. life 15
  57.  
  58. # expire_at mins hours 
  59. #
  60. # this example would only do updates at night
  61. # update_at *5 17-7
  62. # Update every 10 minutes and do one expire at 2 in the morning
  63. # update_at *5 *
  64. # Update twice an hour, should be heaps.
  65. update_at 20,40 *
  66.  
  67. # Expire once a day at 2:12 a.m.
  68. expire_at 12 2
  69.  
  70. # Apply expire rules so that cross posted items will be
  71. # deleted from all groups if the item should be deleted
  72. # from any group (this stops people using cross posts
  73. # to prevent binary items from expiring)
  74. expire_any true
  75.  
  76. # Get any new groups once per day at 1:45
  77. groups_at 45 1
  78.  
  79. # The DISK DIRECTORIES we will use, everything except this file.
  80. # which MUST be stored as %systemroot%/system32/dnews.conf
  81. config        c:/dnews
  82. logdir         c:/dnews
  83. workarea    c:/dnews/spool
  84. history     c:/dnews/spool
  85. spool        c:/dnews/spool
  86.  
  87.  
  88. # If less than 'n' megabytes are free on any partition/volume/disk then
  89. # news will stop  sucking and accepting feeds, posts still work.
  90. workarea_min    5
  91. # for a full feed increase history_min to about 50
  92. history_min    5
  93. spool_min    5
  94.  
  95. # Limit the number of items it will fetch in one
  96. # chunk from each news group, 100 items or 5MB
  97. suck_batchn 100
  98. suck_batchsize 5000000
  99. suck_requeue true
  100.  
  101. # Limit the speed of incoming feeds, this stops a 
  102. # really fast ihave or suck feed from briefly over loading
  103. # the server (and or your internet link)
  104. # max_speed 30000
  105.  
  106. # Cache groups and keep them cached if the group is read
  107. # using 'xover' this could possibly cause problems if 
  108. # a robot scanned all the groups using the xover command
  109. # but this is unlikely.
  110. cache_onxover true
  111.  
  112. # Record one line for each local post in 'post.rec' file
  113. post_rec true
  114. # Do forward dns lookup on access.conf entries which don't
  115. # contain wild cards and grant IHAVE access (security feature)
  116. access_forward true