home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 10 / AU_CD10.iso / Archived / Internet / News-Email / NBASE060 / !Newsbase / Support / startup / a00params next >
Text File  |  1998-05-28  |  1KB  |  42 lines

  1. #set maxfilters 32
  2. set mingrp 50
  3. set addgrp 40
  4. set mailuser mailer-daemon
  5. # pw_set/tcp are minimum password lengths, for setting, and server logins.
  6. set pw_set 6
  7. set pw_tcp 2
  8. # add rhost mnhep1.hep.umn.edu localhost
  9. # disable network checking if wanted (for !NewsDir locking)
  10. # option netcheck 0
  11. # set options for kill-the chefs, return-receipt, and debatch speed
  12. option chef 1
  13. option rrto 1
  14. # enable checking of Sender: lines, and addition of X-Posting-Agent headers.
  15. option xsender 1
  16. # option xagent 1
  17.  
  18. # tcp server tuning...
  19. set poll tcp1 200
  20. set poll tcp2 50
  21. # Use this to turn off nntp HEAD fast-cheatmode:
  22. # server nntp fast 0
  23. # Can also set default socket send buffer size:
  24. # server buffer 8192
  25. # Maximum time to take control:
  26. set poll maxcpu 8
  27.  
  28. # regeneration time for index files (default is now "off"):
  29. # set expire regenerate 5
  30. # expiry time for unaccessed index, overview files (default 100 days):
  31. # set expire index 150
  32. # set expire index 120
  33.  
  34. # you can set the icon location here (default 1, see PRM page 3-98)):
  35. #icon location 6
  36.  
  37. # can use up to 10 GDBM databases here:
  38. #option idhash 5
  39.  
  40. # sets min files/directory for group compaction
  41. set dirmin 20
  42.