home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / jtp114.zip / sample.cfg < prev    next >
Text File  |  1994-05-03  |  3KB  |  91 lines

  1. % As JunkTick doesn't recognize comments in the config file you have to
  2. % make your own file and leave all the comments out...
  3. %
  4. % Blanks separate the arguments of every configuration verb. If a single
  5. % argument has to contain blanks replace them by underscores.
  6. %
  7. % Your name, mainly needed for announcements
  8. Sysop       Kalle_Braun
  9.  
  10. % Mainaddress
  11. Address     2:2402/305
  12.  
  13. % Directory for dupe files. Shouldn't contain anything else
  14. DupeDir     I:\Bbs\Tick\Dupes\
  15.  
  16. % Store 1000 signatures per dupe file. Each signature uses 8 bytes so each
  17. % file will use 8000 bytes
  18. DupeSize    1000
  19.  
  20. % Kill TIC and data files if one of the following errors occured
  21. KillOnError BadCRC DupeFile NoData
  22.  
  23. % Directory were new TIC, TOC, YY? and ZZ? files will be found
  24. Inbound     I:\Bbs\PInbound\
  25.  
  26. % Base directory for BinkleyTerm. If you don't use Binkley, don't specify
  27. % this config verb. All outbound directories will be looked for here.
  28. MailerBase  I:\Bbs\
  29.  
  30. % Here everything JunkTick does will be logged
  31. LogFile     I:\Bbs\JunkTick.Log
  32.  
  33. % Directory for outgoing TIC and TOC files
  34. HoldDir     I:\Bbs\Tick\Hold\
  35.  
  36. % If you want to use passthru areas you have to specify where to put all the
  37. % files until they have been sent
  38. PassThru    I:\Bbs\Tick\PassThru\
  39.  
  40. % If you use this verb JunkTick will create directories for unknown areas
  41. % here
  42. NewAreas    J:\Filearea\
  43.  
  44. % Netmail directory. JunkTick looks for its mail here
  45. NetMail     I:\Bbs\Netmail\
  46.  
  47. % Header template for announcements
  48. AnnHeader   I:\Bbs\Utils\AnnHeade.Txt
  49.  
  50. % Template for file announcement
  51. AnnText     I:\Bbs\Utils\AnnText.Txt
  52.  
  53. % Footer template for announcements
  54. AnnFooter   I:\Bbs\Utils\AnnFoote.Txt
  55.  
  56. % Max. number of announced files per message
  57. AnnCount    20
  58.  
  59. % Subject for announcement
  60. AnnSubj     New_files_in_group_%G
  61.  
  62. % Appended to subject if more than one message is generated
  63. AnnPart     (Part_%d_of_%d)
  64.  
  65. % Random-Origins for announcements (up to 20)
  66. Origin      JunkTick:_TICK/RAID/HATCH_and_comes_for_free!
  67. Origin      JunkTick:_It_can't_make_coffee_(i'm_working_on_that)
  68. Origin      JunkTick:_It's_crap_and_we_love_it_(c)_1991_MTV
  69. Origin      JunkTick:_Do_you_like_commercials?
  70. Origin      JunkTick:_C&R_Mailsysten_(Oops,_wrong_origin...)
  71. Origin      JunkTick:_This_could_be_your_origin
  72. Origin      JunkTick:_The_latest_from_the_Junk_series
  73. Origin      JunkTick:_DOS_or_OS/2,_Junk_will_work_for_you
  74.  
  75. % Userdefinitions (see DOC file)
  76. User Willi_Wusel        WUERG   2:4711/0815 -H DVNet WinNet DDS LanNet NovellNet VGANet PascalNet PDN SoundNet ClipperNet
  77. % When a user connects (via netmail) to a new filearea JunkTick defaults to
  78. % using the flags ReceiveOnly and SendTOCArchive. If you want to set other
  79. % defaults for a user, you can do this with the -Fflags option. The following
  80. % user will be marked as ReceiveOnly only for every area he connects to.
  81. User Günter_Krempel     UFF     2:123/456   -H -F> Krempel
  82.  
  83. % Group and area definitions
  84. Group Krempel
  85. Area       JUNK J:\Filearea\JUNK\ Trash_and_stuff -$JUNK -C <N2:4711/0815 >P2:123/456
  86. % Not only can you define the default flag setting for each user (see above),
  87. % you can also set area specific defaults. This is useful for areas containing
  88. % files like the NODEDIFFs, as many users want to find these in their inbound
  89. % and not in some sort of archive.
  90. Area       NODEDIFF J:\Filearea\NODEDIFF\ FIDO_NodeDiffs -$NODEDIFF -C -F> >P2:2402/305.1
  91.