home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / PBNET185.ZIP / STRUCT.ZIP / FIDO / PBNET.CFG < prev   
Encoding:
Text File  |  1995-03-31  |  2.9 KB  |  92 lines

  1. ; Keeping a log is optional.
  2. LogFile               = c:\fd\fido.log
  3.  
  4. ; The location of the Powerboard main directory and message base.
  5. BBSPath               = c:\pb\
  6. MsgBasePath           = c:\pb\messages\
  7.  
  8. ; The address assigned to you.
  9. BBSAddress            = 1:250/608
  10.  
  11. ; The address of the system that will be feeding you mail.
  12. HUBAddress            = 1:250/601
  13.  
  14. ; InboundPath MUST be different from OutboundPath, or PBNet would try to
  15. ; import it's own outgoing mail.
  16.  
  17. ; The incomming mail is to be read from this directory.
  18. InboundPath           = c:\fd\files\
  19.  
  20. ; The outgoing mail is to be put here. This can really be anywhere in
  21. ; the system, as PBNet will attach the mail file to a message, making
  22. ; sure that the full path is provided, so that FrontDoor can find the
  23. ; file.
  24. OutboundPath          = c:\fd\filesout\
  25.  
  26. ; This is where outgoing MSG's will be put. Must be the same as
  27. ; FrontDoor's netmail directory.
  28. ; Netmail MSG's and MSG's used to mail the actual echomail files will be put
  29. ; in this directory.
  30. ;
  31. MailerOutPath         = c:\fd\files\
  32.  
  33. ; When you receive attached files to netmail, this is where they go.
  34. ; This path is used by PBNet only when the attached file needs to be
  35. ; remailed. Eg when you are a BOSS system and another Fido node sends
  36. ; a file to one of your POINTS (if you have any), PBNet will reattach
  37. ; the correct file to a Netmail to your point.
  38. ;
  39. AttachPath            = c:\fd\files\
  40.  
  41. ; This line will be appended to the outgoing messages processed by
  42. ; PBNet.
  43. ; In the actual message it will look like:
  44. ; * Origin: Radu's Electronic Mailbox (1:250/608)
  45. ;
  46. OriginLine            = Radu's Electronic Mailbox
  47.  
  48. ; If you want your personal Netmail put in FrontDoor's Netmail
  49. ; conference, put your name here and decomment the following line:
  50. ; You may find netmail easier to get to if FrontDoor's "MAIL WAITING"
  51. ; flag is flashing at you.
  52. ;
  53. ;SysopName             = Radu Hociung
  54.  
  55. ; If you have a session password, put it here and decomment the following
  56. ; line:
  57. ;
  58. ;PktPassword           = SECRET
  59.  
  60. ; To have your mail compressed before FrontDoor sends it out, decomment
  61. ; the following line. (Assumming PKZIP compression)
  62. ;(Sample command lines are also included for LHA and ARJ.
  63. ;
  64. ;CompressCommand       = pkzip %s %s
  65.  
  66. ; If your hub sends you compressed mail, uncomment the following line:
  67. ; (Assuming they use PKZIP)
  68. ;
  69. ;DecompressCommand     = pkunzip -o %s %s
  70.  
  71. ; For LHA, uncomment the following two lines:
  72.  CompressCommand       = lha a /m+ %s %s
  73. ; DecompressCommand     = lha e %s %s
  74.  
  75. ; For ARJ, uncomment the following two lines:
  76. ; CompressCommand       = arj a %s %s
  77. ; DecompressCommand     = arj e %s %s
  78.  
  79.  
  80. [AREAS]
  81. ;AreaTag PB_conf_number
  82.  
  83. NETMAIL          2
  84. SYSOP250         8
  85. TASC             9
  86. OFFLNG          10
  87. REQUEST         11
  88. TRASH           40     ; Comes in handy at times :)
  89.  
  90. [AREAS:END]
  91.  
  92.