home *** CD-ROM | disk | FTP | other *** search
- ; sample PRP configuration (rename to PRP.CFG)
- ; PRP.CFG must be in the same directory as PRP.EXE
-
- ; See PRP.DOC for a more detailed description of the
- ; configuration keywords in here
-
- ; *** information about your system ***
-
- ; your main address (zone:net/node[.point])
- ADDRESS=2:292/516
-
- ; your AKA's (zone:net/node[.point],minzone-maxzone)
- AKA=752:320/700,751-756
-
- ; address to be used as 'from' in the carbon copy
- CCFROMADDR=2:292/516.999
-
- ; sysop name (used as 'from' in the carbon copy)
- SYSOPNAME=Joe Sysop
-
- ; *** paths & filenames ***
-
- ; path for CC packet to local sysop
- CCPKTPATH=C:\FD\INBOUND
-
- ; path for copy local for cd-rom areas
- COPYLOCAL=C:\TEMP
-
- ; logfile name
- LOGFILE=C:\PRP\PRP.LOG
-
- ; list with magic filenames
- MAGIC=C:\FD\MAGIC.LST
-
- ; path to ProBoard system directory
- PBPATH=C:\PB
-
- ; file containing locked out systems
- TRASHCAN=C:\PRP\TRASHCAN.CTL
-
- ; *** request limits ***
-
- ; flags a requesting system will be assigned
- FLAGS=
-
- ; same as above but for secure sessions
- FLAGS_SECURE=
-
- ; file groups the requesting system has access to
- GROUPS=1-255
-
- ; same as above but for secure sessions
- GROUPS_SECURE=1-255
-
- ; maximum number of files a system may request (0 for no limit)
- MAXFILES=0
-
- ; same as above but for secure sessions
- MAXFILES_SECURE=0
-
- ; maximum number of kb a system may request (0 for no limit)
- MAXKB=10000
-
- ; same as above but for secure sessions
- MAXKB_SECURE=0
-
- ; maximum security level an area may have in ProBoard for a
- ; system to be allowed to request from it
- MAXLEVEL=10000
-
- ; same as above but for secure sessions
- MAXLEVEL_SECURE=20000
-
- ; *** request options ***
-
- ; allow points to request files
- ALLOWPOINTS=YES
-
- ; avoid multiple calls exceeding request limits
- AVOIDMULTI=YES
-
- ; whether extensions are ignored or not (see doc for more details)
- CHECKEXTENSION=NO
-
- ; unlimited requests for free file areas
- FREEFILES=YES
-
- ; files requested with magic names are automatically free
- FREEMAGIC=YES
-
- ; allow systems listed in the nodelist only
- LISTEDONLY=NO
-
- ; should points be listed or only their bossnode
- LISTEDPOINTS=NO
-
- ; send files with identical names or not (see doc for more details)
- SENDDUPENAME=NO
-
- ; when to generate a report (ALWAYS, ERROR or NEVER)
- REPORT=ALWAYS
-
- ; update downloadcounters
- UPDATECOUNTERS=NO
-
- ; *** mailer interface options ***
-
- ; character to prepend to filenames that should be deleted
- ; (change to ^ for T-Mail)
- ERASECHAR=-
-
- ; character to prepend to filenames that should not be deleted
- ; (only prepended if PREPENDPLUS=YES)
- KEEPCHAR=+
-
- ; magic filename list format (NORMAL/BINKLEY)
- MAGICFORMAT=NORMAL
-
- ; prepend '+' signs (or whatever is defined in KEEPCHAR) to files
- ; in the response file that must not be deleted
- PREPENDPLUS=YES
-
- ; use same response file as request file (required by InterMail)
- SAMEFILE=NO
-
- ; use SRIF interface instead of command line interface
- SRIF=NO
-
- ; *** system options ***
-
- ; number of seconds during which to retry if access denied
- FILEWAIT=20
-
- ; *** internal limits (see PRP.DOC) ***
-
- MAXFREQS=256
- MAXMATCHES=256
- MAXMAGICS=128
- MAXSPECSPERMAGIC=16
-