Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
b2f8fc04
Commit
b2f8fc04
authored
18 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Clean-up (remove/comment deprecated values, updated comments, etc.).
parent
44896cea
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ctrl/sbbs.ini
+28
-22
28 additions, 22 deletions
ctrl/sbbs.ini
with
28 additions
and
22 deletions
ctrl/sbbs.ini
+
28
−
22
View file @
b2f8fc04
...
...
@@ -2,39 +2,35 @@
; Synchronet Startup Configuration (Initialization) File
; Synchronet Console (sbbs) will use these settings by default.
; $SBBSCTRL/$HOSTNAME.ini, if it exists, will be used instead.
; Command-line options, if specified, will override these settings.
; $SBBSCTRL/$HOSTNAME.ini, if it exists, will be loaded instead of sbbs.ini.
; sbbs Command-line options, if specified, will override these settings.
; $Id$
[Global]
; Override system address for this instance (optional):
Hostname
=
; IP address of
default
network interface (default
'
s to ANY/ALL interfaces):
; IP address of network interface
to bind to
(defaults to ANY/ALL interfaces):
Interface
=
; Override the SBBSCTRL environment variable (optional):
CtrlDirectory
=
; Override the default system "temp" directory (optional):
; If you do override this, do NOT use the system-wide temp dir (ie: /tmp or
;
windows\temp... use a subdirectory. Synchronet assumes it is the only user
;
of this temp dir.
; windows\temp... use a subdirectory. Synchronet assumes it is the only user
; of this temp dir.
TempDirectory
=
; Increase value to decrease semaphore file checking frequency:
; Increase
this
value to decrease semaphore file checking frequency
(actually an interval)
:
SemFileCheckFrequency
=
5 ; seconds
; Set the number of times a bind
()
will be attempted for each port.
; Set the number of times a bind will be attempted for each port.
; increase this if you get errors binding to ports on reloads
BindRetryCount
=
2
; Delay between bind retries
BindRetryDelay
=
15
; Bit-mask to determine which log messages will be recorded/displayed
; 0xff = all messages
; 0x7f = no debug messages
; 0x3f = notifications, warnings, and errors only
; 0x1f = warnings and errors only
; 0x0f = errors only
; May be over-ridden on a per-server basis
LogMask
=
0xff
; Highest log level to actually log/print (ignore all higher/less-severe log entries):
; This log level may be overridden for each server/service
; Supported log levels in decreasing severity (ala syslog):
; Emergency, Alert, Critical, Error, Warning, Notice, Informational, Debugging
LogLevel
=
Debugging
[BBS]
; Set to 'false' to disable Telnet/Rlogin/Event server:
...
...
@@ -47,18 +43,27 @@
TelnetPort
=
23
; TCP port for RLogin server:
RLoginPort
=
513
; This server handles this range of BBS nodes:
; LastNode should not be higher than the number of nodes configured in SCFG->Nodes
FirstNode
=
1
LastNode
=
4
; Windows only:
; Increase this value to decrease the frequency of forced CPU time-slice yields in DOS externals:
ExternalYield
=
10
; NOTE: this configuration knob has been *moved* to YieldInterval in exec/sbbsexec.ini
; ExternalYield=10
; Sound (*.wav) files to play on specific events:
AnswerSound
=
HangupSound
=
; Unix only:
; Must install install/termcap or terminfo to use the following TERM setting:
; ExternalTermANSI=ansi-bbs
ExternalTermDumb
=
dumb
; To change the default dosemu/doscmd path, uncomment and set:
; DOSemuPath=
AnswerSound
=
HangupSound
=
; At what size to send the current output buffer regardless of timeout
; ie: Send output whenever there are at least this many bytes waiting.
; This should definately not be higher than the MTU.
...
...
@@ -99,7 +104,6 @@ Options = XTRN_MINIMIZED | SYSOP_AVAILABLE | USE_2ND_RLOGIN | ALLOW_RLOGIN
[Mail]
AutoStart
=
true
LogFile
=
1
MaxClients
=
10
MaxInactivity
=
120
Interface
=
...
...
@@ -154,7 +158,6 @@ Options=ALLOW_POP3
[FTP]
AutoStart
=
true
LogFile
=
1
Port
=
21
MaxClients
=
10
MaxInactivity
=
300
...
...
@@ -162,11 +165,13 @@ Options=ALLOW_POP3
Interface
=
; Passive transfer settings to work-around broken/stupid firewall/NAT devices
; see docs/tcpip_faq.html for details
; the LOOKUP_PASV_IP option can be useful for dynamic IPs
PasvIpAddress
=
0.0.0.0
PasvPortLow
=
1024
PasvPortHigh
=
65535
; Sound/wave files to play on specific events
; Sound/wave files to play on specific events
(Windows only):
AnswerSound
=
HangupSound
=
HackAttemptSound
=
...
...
@@ -228,6 +233,7 @@ Options=NO_HOST_LOOKUP
[Services]
AutoStart
=
true
; Override the global/default values here:
Interface
=
AnswerSound
=
HangupSound
=
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment