home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / backftpb.zip / backftp.cfg next >
Text File  |  1996-04-18  |  2KB  |  45 lines

  1. ;
  2. ; BACKFTP 1.0 Configuration file
  3. ;
  4. ; Comments begin with ';'
  5. ; This key to specify your BBS' name
  6. BBS_name   PIW BBS              ; BackFtp Home :)
  7.  
  8. ; Put here your FTN node address, in the form zone:net/node
  9. BBS_aka    2:334/708            ; PIW BBS aka
  10.  
  11. ; Packet password is optional and used to improve security on your
  12. ; system. Comment the line with a ';' if you don't want to use a
  13. ; password in messages generated by BackFtp.
  14. PktPwd     YOURPWD              ; For your eyes only
  15.  
  16. ; Dir in which you have Maximus BBS
  17. max_path   d:\bbs\max           ; Path of Max BBS
  18.  
  19. ; Your Incoming Directory, used both by the mailer (i.e. Binkley
  20. ; Term) and the tosser (i.e. Squish). Messages generated by
  21. ; BackFtp will be put here; start your tosser to import them in
  22. ; your messagebase.
  23. Inbound    d:\mail\inbound      ; Squish & BT inbound directory
  24.  
  25. ; Name of the group of areas you have created for your users.
  26. ; Users' areas will be GROUP.userarea. For example, if you put
  27. ; here 'USER' and have an user area called 'joe', the full area
  28. ; name will be 'USER.joe'in Maximus.
  29. ; See BackFtp doc for an example on how to create a group of
  30. ; areas.
  31. Group      USER                 ; Users' areas group
  32.  
  33. ; Maximum number of days you wish to keep the files BackFtp
  34. ; retrieves for your users. After this number of days, the files
  35. ; will be deleted from your hard drive.
  36. KeepDays   6                    ; Keep files for max n days
  37.  
  38. ; This is the full domain of your Provider.
  39. ; For example, if your station is bbs.piw.it, you have to put
  40. ; here only the domain part: 'piw.it'.
  41. ; Same if you are bbs@piw.it --> Domain piw.it
  42.  
  43. Domain    piw.it               ; Your full domain
  44.  
  45.