From bac756ed7f87d7b2ec01cb461f045935f1377948 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Sun, 16 Feb 2003 13:22:51 +0000
Subject: [PATCH] Added some missing values and updated some defaults.

---
 ctrl/sbbs.ini | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/ctrl/sbbs.ini b/ctrl/sbbs.ini
index 5ed3254019..23bcabee09 100644
--- a/ctrl/sbbs.ini
+++ b/ctrl/sbbs.ini
@@ -48,7 +48,9 @@ LogFile=1
 MaxClients=15
 MaxInactivity=120
 Interface=0
-MaxDeliveryAttempts=25
+LinesPerYield=10
+MaxDeliveryAttempts=50
+MaxRecipients=100
 RescanFrequency=3600
 SMTPPort=25
 POP3Port=110
@@ -61,6 +63,7 @@ DNSServer=
 POP3Sound=
 InboundSound=
 OutboundSound=
+ProcessConfigFile=mailproc.cfg
 ; Supported options (separated with |):
 ;	DEBUG_RX_HEADER
 ;	DEBUG_RX_BODY
@@ -114,14 +117,16 @@ HtmlIndexScript=ftp-html.js
 Options=INDEX_FILE | HTML_INDEX_FILE | ALLOW_QWK
 
 [Web]
-;AutoStart=1
+;AutoStart=true
 Interface=0
 Port=80
 RootDirectory=../html
 ErrorDirectory=../html/error
 IndexFileName=index.html
 ;CGITempDirectory=/tmp
-JavaScriptExtension=.js
+JavaScriptExtension=.ssjs
+MaxInactivity=120
+MaxCgiInactivity=120
 ; Supported options (separated with |):
 ;	DEBUG_RX
 ;	DEBUG_TX
@@ -135,7 +140,7 @@ JavaScriptExtension=.js
 Options=NO_HOST_LOOKUP
 
 [Services]
-AutoStart=1
+AutoStart=true
 Interface=0
 ConfigFile=services.cfg
 AnswerSound=
-- 
GitLab