# this file contains the bbs pathing and machine information
# setup as you desire
# it should be in the format: NAME <tab> value
# blanks and lines starting with # are ignored

# host where error logger is running

LOGHOST	localhost

# host where sysop's watch program is running

WATCHHOST	localhost

# host where chat daemon runs

CHATHOST	localhost

# host where database is running

DATABASEHOST    localhost

# host where mail should be forwarded to (central mail server)

MAILHOST        localhost

# upload to download ratio	(7.0 is 7 downloads for each upload)
# negative numbers refers to how the ratio is done - if it's 
# negative, then the ratio is enforced *BEFORE* the user downloads
# the ratio number of files (in the case of -7.0, he has to upload
# before he can download the 7 files possible.
# normal (aka positive) numbers refers to a normal upload ratio.
# meaning the ratio won't be enforced until after the even number
# of files has been downloaded (e.g. on the 8th file he wouldn't 
# be able to download.  
# set below to 1000 or some such number for no ratio.

RATIO	7.0

# default access level for a new user on the bbs

DEFACL	100

# default terminal type for new user on BBS

DEFTERM	ansi

# default foreground
# available:  black red green yellow blue magenta cyan white

DEFFOREGROUND	green

# default background 
# available:  black red green yellow blue magenta cyan white

DEFBACKGROUND	black

# default color attribute
# pick only one
# available:  normal bold blink inverse

DEFATTRIBUTE	bold

# time that a user's time limit is good for.
# this is the amount of time that a user may use his 60 minutes for.
# ex: if you set it to 24 hours, he gets 60 minutes every 24 hours.

WAITTIME	12	

# credit chat time with sysop?
# 0 for false, 1 for true

CREDITCHAT	1

# credit upload time?

CREDITUPLOADS	1

# the pager to use on your system (use 'more' or 'less' or whatever 
# you like.  Note that the default user path must have this command 
# available for it to be accessible.  (e.g. if you have 'less' in 
# /usr/local/bin, /usr/local/bin *MUST* be part of the default login path
# Note:  Fully qualifying the path won't work.  Only 15 chars are allocated
# to the 'pager' variable.  

SYSTEMPAGER	more

# the validation program to be used when the user logs on initially
# and when the user has been expired.
# set to 'none' to skip validation
# NOTES: 
#	1.  it *MUST* be set to exactly "none" for no validation program
# to work correctly (no spaces after it, etc)
#	2.  a full path is recommended (if not required)

VALIDATION	none

# the default card color given to a user that has been validated
# note: this doesn't make sense if the above is 'none'

VALIDCARD	green

# login name of the sysop

SYSOP	shaw

# sysop's chat hours.  If the user hits 'chat' outside of these hours, he
# will be told you are not available and to leave a message.
# time is in military.  1900 is 7pm, 2200 is 10pm

CHATON	1800
CHATOFF	2359

# the below are the different things you can put on the command prompt 
# line when at the end of a menu.
# turn on SHOWTIMELEFT to show the amount of time the user has left
# turn on SHOWVALIDKEYS to show the valid hot keys to the user
# USERPROMPT is the text that will prompt the user to hit a key.
# ex: with all turned on, 
#  (15 Minutes left) Command? (a,b,d,i,k,t)  <--- user prompt here 

SHOWTIMELEFT	1
SHOWVALIDKEYS	1

# set the below to 1 to show the caller the last 5 callers of the 
# bbs

SHOWLAST	1

# the following determines the default card type for a new user
DEFCARD	blue

# the following determine the amount of time and downloads that a user
# may have for different access levels.  Define as you wish.
# the format is: 
# card color, access level, timelimit, additional flags, 
# max downloads (k) per day, amount of downloads (k) per validation,
# days account is valid, 
# total time available to account (hours), 
# months until account expired, 
# max files downloadable during period (hard number)
# time of day during which account available (0000-2400)
# flags is a hex value that will be added to the user's flags upon logon
# (e.g. for flag 12 on for additional access, it would be 400)
# a -1 value in a limit field means 'don't enforce'
#
# color         acl	tl/day	flags	k/day	k/val	day/val	tot_tim	mo/val dl/val  start	end
REDCARD		100	20	0	0	0	30	20	1	200 	0000	2400
BLUECARD	200	45	0	1000	10000	30	20	-1	200 	0000	2400
GREENCARD	200	60	0	1500	10000	30	20	-1	200 	0000	2400
WHITECARD	300	120	0	-1	40000	30	-1	-1	500 	0000	2400
# I don't use the below.  Use them as you want.
GREYCARD	300 	255	0	-1	-1	-1	-1	-1	200 	0000	2400
PINKCARD	300	0	0	0	-1	-1	-1	-1	200 	0000	2400
YELLOWCARD	300	0	0	0	-1	-1	-1	-1	200 	0000	2400
ROSECARD	300	0	0	0	-1	-1	-1	-1	200 	0000	2400
VIOLETCARD	300	0	0	0	-1	-1	-1	-1	200 	0000	2400
AZURECARD	400	255	0	-1	-1	-1	-1	-1	200 	0000	2400
BROWNCARD	300	0	0	0	-1	-1	-1	-1	200 	0000	2400
PEACHCARD	300	0	0	0	-1	-1	-1	-1	200 	0000	2400
# this is the sysop's card
BLACKCARD	10000	255	0	-1	-1	-1	-1	-1	200 	0000	2400

# check for mail? 
CHECKMAIL	1
# location of the unix mail spool file 
MAILSPOOL	/var/spool/mail
# minimum wait time between new mail checks (in seconds)
MAILCHECK	30


# 'talk' program for chatting with the SysOp
TALKPROG	talk

# show the user his 'fortune' upon logon?
SHOWFORTUNE	1

# Number of minutes of inactivity before user logged out
# 0 for no inactivity
INACTIVITY	5

# percentage 'fudge' factor for user while downloading.  
# if at 10 (10%), it will give the user an additional 10% prior to aborting
# his download if his time has expired.
FUDGETIMELIMIT	5

# Max number of K the user may download with one batch
MAXK	6000

# Max number of K the user may download with one batch
MAXK_DAY	6000

# Max number of files the user may download in one batch
MAXFILES	15

# Should the BBS log the menu accesses?
# (good for debugging)
LOG_MENU_ACCESSES	1

# Should the BBS log external program accesses?
LOG_EXTERNALS		1

# Should the BBS log imported mail messages?
LOG_MAIL_IMPORT         1

# Should new users have their email imported to the BBS by default?
MAIL_FORWARD		1

# name of your BBS (for taglines)

BBS_NAME	The Roman Catacombs BBS (303) 429-8914

# registration key (will be received when registered)

REG_SENTENCE		The Roman Catacombs, SysOp Gregory Shaw

# registration encrypted key

REG_KEY	k2ffSDW7Jqcp6

# don't delete this line!
