home *** CD-ROM | disk | FTP | other *** search
- ; Keeping a log is optional.
- LogFile = c:\fd\fido.log
-
- ; The location of the Powerboard main directory and message base.
- BBSPath = c:\pb\
- MsgBasePath = c:\pb\messages\
-
- ; The address assigned to you.
- BBSAddress = 1:250/608
-
- ; The address of the system that will be feeding you mail.
- HUBAddress = 1:250/601
-
- ; InboundPath MUST be different from OutboundPath, or PBNet would try to
- ; import it's own outgoing mail.
-
- ; The incomming mail is to be read from this directory.
- InboundPath = c:\fd\files\
-
- ; The outgoing mail is to be put here. This can really be anywhere in
- ; the system, as PBNet will attach the mail file to a message, making
- ; sure that the full path is provided, so that FrontDoor can find the
- ; file.
- OutboundPath = c:\fd\filesout\
-
- ; This is where outgoing MSG's will be put. Must be the same as
- ; FrontDoor's netmail directory.
- ; Netmail MSG's and MSG's used to mail the actual echomail files will be put
- ; in this directory.
- ;
- MailerOutPath = c:\fd\files\
-
- ; When you receive attached files to netmail, this is where they go.
- ; This path is used by PBNet only when the attached file needs to be
- ; remailed. Eg when you are a BOSS system and another Fido node sends
- ; a file to one of your POINTS (if you have any), PBNet will reattach
- ; the correct file to a Netmail to your point.
- ;
- AttachPath = c:\fd\files\
-
- ; This line will be appended to the outgoing messages processed by
- ; PBNet.
- ; In the actual message it will look like:
- ; * Origin: Radu's Electronic Mailbox (1:250/608)
- ;
- OriginLine = Radu's Electronic Mailbox
-
- ; If you want your personal Netmail put in FrontDoor's Netmail
- ; conference, put your name here and decomment the following line:
- ; You may find netmail easier to get to if FrontDoor's "MAIL WAITING"
- ; flag is flashing at you.
- ;
- ;SysopName = Radu Hociung
-
- ; If you have a session password, put it here and decomment the following
- ; line:
- ;
- ;PktPassword = SECRET
-
- ; To have your mail compressed before FrontDoor sends it out, decomment
- ; the following line. (Assumming PKZIP compression)
- ;(Sample command lines are also included for LHA and ARJ.
- ;
- ;CompressCommand = pkzip %s %s
-
- ; If your hub sends you compressed mail, uncomment the following line:
- ; (Assuming they use PKZIP)
- ;
- ;DecompressCommand = pkunzip -o %s %s
-
- ; For LHA, uncomment the following two lines:
- CompressCommand = lha a /m+ %s %s
- ; DecompressCommand = lha e %s %s
-
- ; For ARJ, uncomment the following two lines:
- ; CompressCommand = arj a %s %s
- ; DecompressCommand = arj e %s %s
-
-
- [AREAS]
- ;AreaTag PB_conf_number
-
- NETMAIL 2
- SYSOP250 8
- TASC 9
- OFFLNG 10
- REQUEST 11
- TRASH 40 ; Comes in handy at times :)
-
- [AREAS:END]
-
-