home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / rbbs / rm881217.lzh / EXAMPLE.CFG < prev    next >
Text File  |  1988-12-08  |  3KB  |  88 lines

  1. ; This is an example RBBSMAIL.CFG file  for RBBSMAIL 17.1C
  2. ; Lines with a ';' in colum 1 and blank lines are COMMENT lines
  3. ; Copy this file to RBBSMAIL.CFG, change it to reflect your setup and remove
  4. ; all comments for speed
  5.  
  6.  
  7. ; Of course we need to know your FULL ZONE:NET/NODE adress
  8. NODE  2:512/10
  9.  
  10.  
  11. ; You may also hava an AKA adress
  12. AKA   2:512/101
  13.  
  14.  
  15. ; This is to tell RBBSMAIL were to find incoming mail and were to put
  16. ; outgoing mail
  17. MAIL  C:\BINKLEY\MAIL\
  18.  
  19.  
  20. ; This is to tell were attached files are to be found
  21. FILE  C:\BINKLEY\FILES\
  22.  
  23.  
  24. ; And where the mailpackets should go
  25. HOLD  C:\RBBSMAIL\BINKLEY\HOLD\
  26.  
  27.  
  28. ; Where RBBSMAIL should move duplicates to. If you use the /KD (Kill
  29. ; Duplicates), RBBSMAIL will kill duplicates right away.
  30. DUPS  C:\BINKLEY\DUPS\
  31.  
  32.  
  33. ; This is to identify any ZONE or ECHO gates you send to or receive from,
  34. ; followed by the NET/NODE numbers that should ALWAYS appear in the SEEN-BY
  35. ; lines in messages adressed to that gate.
  36. ; Normally, the SEEN-BY line to an ECHOgate or ZONEgate will only contain
  37. ; the gate's NET/NODE and that of your own system (and, if you have one, also
  38. ; your AKA NET/NODE).
  39. ; In case you are not the only system in your net calling the gate, the
  40. ; NET/NODE numbers of those other systems should also appear in the SEEN-BY
  41. ; line, UNLESS, the gate also is you echo host (confused?)
  42. ; In all cases, the NET/NODE number should be in numeric order.
  43. ; Having a short SEEN-BY line keeps down the costs for ZONE and ECHO gates
  44. ; It is assumed that mail, once send TO the gate will never get BACK from the
  45. ; gate to your system. You can have up to 25 gates defined.
  46. ; In the example, all mail to  2:2/0 will have "SEEN-BY: 2/0 512/10 101"
  47. ; as SEEN-BY line
  48. ;
  49. GATE  1:1/0    1/0 512/10 101
  50. GATE  2:2/0    2/0 512/10 101
  51. GATE  2:28/0   28/0 512/1 10 101
  52. GATE  3:3/0    3/0 512/10 101
  53.  
  54.  
  55. ; Maximum size (in bytes) of messages that will be imported. Any incoming
  56. ; messages that are larger will be skipped.
  57. SIZE  10240
  58.  
  59.  
  60. ;The name of the sysop on this system. This entry will be overridden if you
  61. ;also specify a SYSOP name in AREAS.BBS
  62. SYSOP      Jan Terpstra
  63.  
  64.  
  65. ;The alias the sysop uses to log on to his sysyem remotely. This the same
  66. ;ALIAS name you specified in RBBS-PC's CONFIG program.
  67. SYSALIAS   George Busch
  68.  
  69.  
  70. ;The level ALL imported messages are set to. User must have at least this
  71. ;level to be able to read imported echomail messages.
  72. SECURITY   4
  73.  
  74.  
  75. ; You may also have POINTS serviced by your system, so you have to tell
  76. ; RBBSMAIL what the number of the POINTNET is. There is one restriction,
  77. ; the number of your pointnet _MUST_ be the HIGHEST NUMBER in your list
  78. ; of nets!!
  79. POINT 3000
  80.  
  81.  
  82. ;The name of the BATchfile or program RBBSMAIL should call when the amount
  83. ;of outgoing messages (set by the /M:xx switch) is reached.
  84. ;This BATchfile should call ARCMail, oMMM or Dutchie's PACKER,
  85. PACK  C:\BINKLEY\PACKMAIL.BAT
  86.  
  87. ; That's all!
  88.