home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / fs050.zip / FIDOSOUP.CFG < prev    next >
Text File  |  1997-03-03  |  3KB  |  93 lines

  1. ; Cfg File for FidoSoup 0.50 and up - also valid for dos counterpart
  2. ; pkt2soup and soup2pkt
  3. ; ---------------------
  4. ; mandatory section
  5. ;----------------------
  6. ; YOUR fido adresse  when soup=>pkt, this goes in "to" field unless
  7. ; redirected to a user.
  8. F 1:234/56.7
  9. ; THE GATE fido adresse  when soup=>pkt, this goes in "from" field
  10. G 1:234/56.999
  11. ; default internet adresse :
  12. ; when pkt => soup/uucp  I use this to pick up the domain
  13. I bloke@some.kindof.net
  14. ; outbound PKT directory
  15. O c:\fd\out
  16. ; inbound PKT directory
  17. P C:\FD\IN
  18. ; Soup directory
  19. S D:\tcpip\souper
  20. ; if you use pkt2uucp here is your outbound spool directory:
  21. A c:\spool\myfeed
  22. ; --------------------------------------------------------------------
  23. ; Optional section - can be safely ignored if running a home system
  24. ; --------------------------------------------------------------------
  25. ; ---------------------
  26. ; Keep only MY CC
  27. ; (default is produce all copies. if nothing found for me, back to default)
  28. ; ---------------------
  29. C
  30. ; ---------------------
  31. ; Block mail to
  32. ; ---------------------
  33. B listserv
  34. B archie
  35. ; ---------------------
  36. ; EchoLine
  37. ; ---------------------
  38. E Francois' Gate: 2:270/25.2 <> Club.TeleMatique.org
  39. ; ---------------------
  40. ; log file name - log level
  41. ; ---------------------
  42. ;log level is email redirected   : 1
  43. ;             listserver redirect: 2
  44. ;             echo rename        : 4
  45. ;             normal mail        : 8
  46. ;             newsgroup          : 16
  47. ;             Block              : 32
  48. ; and combination thereof, ie email+ echo rename=5, etc.
  49. ; for automatic treatment with perl:
  50. ;  ! is error
  51. ;  M is mail redirected
  52. ;  L is Listserver
  53. ;  R is echo rename
  54. ;  E is Email not redirected
  55. ;  N is Newsgroup not renamed
  56. ;  B is Block
  57. ;  C is carbon copy (blind or not)
  58. ;  D is debug
  59. D fidosoup.log  61
  60. ; ---------------------
  61. ; Maximum size of PKT (in Ko default is 300):
  62. ; ---------------------
  63. K 150
  64. ; ---------------------
  65. ; Listserver redirection:
  66. ; ---------------------
  67. ;L FidoName            NameInFromField
  68. ;L Karate.lst           karate@ukanaix.cc.ukans.edu
  69. ;L Magazine             announce@webster.ibmlink.ibm.com
  70. ; ---------------------
  71. ; Mapping file
  72. ; ---------------------
  73. M Charset.map
  74. ; ---------------------
  75. ; Newsgroup rename :
  76. ; ---------------------
  77. N FidoEchoName  InternetNewsgroupName
  78. ;N douglas              alt.fan.douglas-adams
  79. ; ---------------------
  80. ; User allowed to use the gate
  81. ; ---------------------
  82. ; internet name       FidoAdress
  83. U User.Name           1:123/45.6
  84. U admin               1:234/56.7
  85. U root                2:345/67.8
  86. ; ---------------------
  87. ; Maximum # of crosspost allowed
  88. ; ---------------------
  89. X 3
  90. ; set word wrap on (70 is the length it will start to look for a way to wrap.)
  91. W 70
  92.  
  93.