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
b49607e8
Commit
b49607e8
authored
1 year ago
by
Rob Swindell
Browse files
Options
Downloads
Patches
Plain Diff
Updated with some better defaults, some missing keys
whitespace changes, durations (e.g. for timeouts)
parent
5645838c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ctrl/sbbs.ini
+231
-220
231 additions, 220 deletions
ctrl/sbbs.ini
with
231 additions
and
220 deletions
ctrl/sbbs.ini
+
231
−
220
View file @
b49607e8
...
...
@@ -8,45 +8,45 @@
; See http://wiki.synchro.net/config:sbbs.ini for more details on format and supported values
[Global]
; Override system address for this instance (optional):
; Override system address for this instance (optional):
Hostname
=
; IP address of network interface to bind to (defaults to ANY/ALL interfaces):
; IP address of network interface to bind to (defaults to ANY/ALL interfaces):
Interface
=
; IPv4 address of network interface to use for outgoing connections
; IPv4 address of network interface to use for outgoing connections
OutboundInterface
=
; Override the SBBSCTRL environment variable (optional):
; 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.
; 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.
TempDirectory
=
; Increase this value to decrease semaphore file checking frequency (actually an interval):
; Increase this value to decrease semaphore file checking frequency (actually an interval):
SemFileCheckFrequency
=
2 ; seconds
; Set the number of times a bind will be attempted for each port.
; increase this if you get errors binding to ports on reloads
; 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
; Delay between bind retries
BindRetryDelay
=
15 ; seconds
; Highest log level to actually log/print (ignore all higher/less-severe log msgs):
; 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
; Highest log level to actually log/print (ignore all higher/less-severe log msgs):
; 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
=
Informational
TLSErrorLevel
=
Warning
; JavaScript values can be specified here *and* in server-specific sections
; JavaScript values specified in server-specific sections will over-ride the global values
; Maximum allocation of memory per JS run-time:
TLSErrorLevel
=
Warning
; JavaScript values can be specified here *and* in server-specific sections
; JavaScript values specified in server-specific sections will over-ride the global values
; Maximum allocation of memory per JS run-time:
JavaScriptMaxBytes
=
160M
; Maximum number of ticks (100ms) before auto-termination of script:
; Maximum number of ticks (100ms) before auto-termination of script:
JavaScriptTimeLimit
=
864000
; Garbage Collection interval (in ticks):
; Garbage Collection interval (in ticks):
JavaScriptGcInterval
=
100
; Time-slice yield interval (in ticks):
; Time-slice yield interval (in ticks):
JavaScriptYieldInterval
=
10000
; Comma-separated list of load paths (relative to exec or mods directories):
; Comma-separated list of load paths (relative to exec or mods directories):
JavaScriptLoadPath
=
load
; Failed login-attempt tracking, throttling, logging, and filtering:
; Failed login-attempt tracking, throttling, logging, and filtering:
LoginAttemptDelay
=
5000
LoginAttemptThrottle
=
1000
LoginAttemptHackThreshold
=
10
...
...
@@ -54,141 +54,144 @@
LoginAttemptTempBanDuration
=
10M
LoginAttemptFilterThreshold
=
0
LoginAttemptFilterDuration
=
0
; Sound (*.wav) files to play on specific events:
AnswerSound
=
HangupSound
=
LoginSound
=
LogoutSound
=
HackAttemptSound
=
; Sound (*.wav) files to play on specific events:
AnswerSound
=
HangupSound
=
LoginSound
=
LogoutSound
=
HackAttemptSound
=
[BBS]
Terminal
Server
; Set to 'false' to disable Telnet/Rlogin/Event server:
; Set to 'false' to disable Telnet/Rlogin/Event server:
AutoStart
=
true
; Set to IP address of network interface (or blank for default):
; Set to IP address of network interface (or blank for default):
TelnetInterface
=
RLoginInterface
=
SSHInterface
=
SSHErrorLevel
=
Warning
; TCP port for Telnet server:
; TCP port for Telnet server:
TelnetPort
=
23
; TCP port for RLogin server:
; TCP port for RLogin server:
RLoginPort
=
513
; TCP port for Secure Shell (SSH) server:
; TCP port for Secure Shell (SSH) server:
SSHPort
=
22
; TCP port for 40-column PETSCII connections (any terminal protocol):
Pet40Port
=
64
; TCP port for 80-column PETSCII connections (any terminal protocol):
Pet80Port
=
128
; Note on PETSCII support: you must add the same port(s) to one of your
; *Interface= values above to open/listen/accept connections on that port.
; Example:
; TelnetInterface = 71.95.196.34,71.95.196.34:64,71.95.196.34:128
; TCP port for 40-column PETSCII connections (any terminal protocol):
Pet40Port
=
64
; TCP port for 80-column PETSCII connections (any terminal protocol):
Pet80Port
=
128
; Note on PETSCII support: you must add the same port(s) to one of your
; *Interface= values above to open/listen/accept connections on that port.
; Example:
; TelnetInterface = 71.95.196.34,71.95.196.34:64,71.95.196.34:128
SSHConnectTimeout
; This server handles this range of BBS nodes:
; LastNode should not be higher than the number of nodes configured in SCFG->Nodes
; 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
; Default terminal dimensions, in columns and rows
; For use when unable to auto-detect using ANSI or PET-ports:
DefaultTermWidth
=
80
DefaultTermHeight
=
24
; Default terminal dimensions, in columns and rows
; For use when unable to auto-detect using ANSI or PET-ports:
DefaultTermWidth
=
80
DefaultTermHeight
=
24
; Set to a non-zero number to limit the number of concurrent connections from
; the same client/host (identified by IP address)
; Set to a non-zero number to limit the number of concurrent connections from
; the same client/host (identified by IP address)
, 0 = unlimited
MaxConcurrentConnections
=
0
; Set these values to the maximum duration (e.g. seconds) of socket inactivity
; before disconnection during different periods of BBS client/user activity.
; "Login" is before a user is successfully authenticated, "NewUser" is while
; a new user is registering their account, and "Session" covers an entire BBS
; "call" by an authenticated/logged-in user (use with caution!).
; The socket inactivity timer is enforced in the terminal server input thread
; and therefore does not require a call to getkey/getstr for inactivity
; detection, warning/alert and disconnection.
; Any received data on the client TCP socket (e.g. even Telnet "Go Aheads" or
; "NOPs") will reset the inactivity timer.
; Setting a value to 0 disables that socket-inactivity detection during that
; particular client/user activity.
; H-exempt users will not be disconnected due to inactivity.
MaxLoginInactivity
=
10
M
MaxNewUserInactivity
=
1
H
MaxSessionInactivity
=
0
; Set these values to the maximum duration (e.g. seconds) of socket inactivity
; before disconnection during different periods of BBS client/user activity.
; "Login" is before a user is successfully authenticated, "NewUser" is while
; a new user is registering their account, and "Session" covers an entire BBS
; "call" by an authenticated/logged-in user (use with caution!).
; The socket inactivity timer is enforced in the terminal server input thread
; and therefore does not require a call to getkey/getstr for inactivity
; detection, warning/alert and disconnection.
; Any received data on the client TCP socket (e.g. even Telnet "Go Aheads" or
; "NOPs") will reset the inactivity timer.
; Setting a value to 0 disables that socket-inactivity detection during that
; particular client/user activity.
; H-exempt users will not be disconnected due to inactivity.
MaxLoginInactivity
=
10
m
MaxNewUserInactivity
=
1
h
MaxSessionInactivity
=
0
; Windows only:
; Increase this value to decrease the frequency of forced CPU time-slice yields in DOS externals:
; NOTE: this configuration knob has been *moved* to YieldInterval in exec/sbbsexec.ini
; ExternalYield=10
; Sound (*.wav) files to play on specific events:
; Windows only:
; Increase this value to decrease the frequency of forced CPU time-slice yields in DOS externals:
; 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
; Unix only:
; Must install install/termcap or terminfo to use the following TERM setting:
; ExternalTermANSI = ansi-bbs
ExternalTermDumb
=
dumb
; To setup the dosemu cmd path and ini:
UseDOSemu
=
false
DOSemuPath
=
/usr/bin/dosemu.bin
; leave off dir path to use ctrl dir
DOSemuConfPath
=
dosemu.conf
; To setup the dosemu cmd path and ini:
UseDOSemu
=
false
DOSemuPath
=
/usr/bin/dosemu.bin
; leave off dir path to use ctrl dir
DOSemuConfPath
=
dosemu.conf
; 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.
;
; This is only a default, when possible, the MSS of a socket is detected
; and used instead.
OutbufHighwaterMark
=
1024
; 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.
;
; This is only a default, when possible, the MSS of a socket is detected
; and used instead.
OutbufHighwaterMark
=
1024
; Timout to wait for output buffer to fill (Milliseconds)
; If there is ANY data in the output buffer after waiting this long, send
; immediately.
; The faster your system, the lower this can be.
; If this value is too low, remote connections will see many small updates and
; the connection will appear to be slow while displaying menus.
; If this value is too high, remote connections will appear to be choppy,
; and echoing will seem slow (ie: When entering a message, your text
; will appear on your screen in chunks)
; Frobbing this value can provide hours of pointless entertainment.
OutbufDrainTimeout
=
10
; Supported options (separated with |):
; XTRN_MINIMIZED
; AUTO_LOGON
; DEBUG_TELNET
; ALLOW_SSH
; ALLOW_RLOGIN
; NO_QWK_EVENTS
; NO_NEWDAY_EVENTS
; NO_TELNET_GA
; NO_EVENTS
; NO_HOST_LOOKUP
; NO_SPY_SOCKETS
; NO_DOS
; NO_RECYCLE
; GET_IDENT
; MUTE
; HAPROXY_PROTO
Options
=
XTRN_MINIMIZED | ALLOW_RLOGIN | ALLOW_SSH
; Timout to wait for output buffer to fill (Milliseconds)
; If there is ANY data in the output buffer after waiting this long, send
; immediately.
; The faster your system, the lower this can be.
; If this value is too low, remote connections will see many small updates and
; the connection will appear to be slow while displaying menus.
; If this value is too high, remote connections will appear to be choppy,
; and echoing will seem slow (ie: When entering a message, your text
; will appear on your screen in chunks)
; Frobbing this value can provide hours of pointless entertainment.
OutbufDrainTimeout
=
10
; Supported options (separated with |):
; XTRN_MINIMIZED
; AUTO_LOGON
; DEBUG_TELNET
; ALLOW_SSH
; ALLOW_RLOGIN
; NO_QWK_EVENTS
; NO_NEWDAY_EVENTS
; NO_TELNET_GA
; NO_EVENTS
; NO_HOST_LOOKUP
; NO_SPY_SOCKETS
; NO_DOS
; NO_RECYCLE
; GET_IDENT
; MUTE
; HAPROXY_PROTO
Options
=
XTRN_MINIMIZED | ALLOW_RLOGIN | ALLOW_SSH
[Mail]
SMTP/POP3
Mail
Server
AutoStart
=
true
MaxClients
=
10
MaxInactivity
=
2
M
MaxClients
=
10
0
MaxInactivity
=
2
m
Interface
=
LinesPerYield = 10
MaxDeliveryAttempts
=
50
MaxRecipients
=
100
MaxMsgSize
=
20M
MaxMsgsWaiting
=
100
RescanFrequency
=
3600
RescanFrequency
=
1h
SMTPPort
=
25
SubmissionPort
=
587
TLSSubmissionPort
=
465
POP3Interface
=
POP3Port = 110
TLSPOP3Port
=
995
TLSErrorLevel
=
Warning
TLSErrorLevel
=
Warning
DefaultCharset
=
IBM437
DefaultUser
=
DNSBlacklistHeader = X-DNSBL
...
...
@@ -204,91 +207,94 @@ Options = XTRN_MINIMIZED | ALLOW_RLOGIN | ALLOW_SSH
InboundSound
=
OutboundSound =
ConnectTimeout
=
30
MaxConcurrentConnections
=
0
; Supported options (separated with |):
; DEBUG_RX_HEADER - Log header fields of received mail messages
; DEBUG_RX_BODY - Leave body text of received mail messages in temp directory forever
; ALLOW_POP3 - Enable the POP3 server
; DEBUG_TX - Log all transmissions sent to remote clients/servers
; DEBUG_RX_RSP - Log responses received from remote clients/servers
; RELAY_TX - Use external SMTP relay server for sending mail
; DEBUG_POP3 - Log details from POP3 sessions
; ALLOW_RX_BY_NUMBER - Allow mail received by user number (e.g. "1@yourbbs.com")
; NO_NOTIFY - Do not send telegrams on new email receipt
; ALLOW_SYSOP_ALIASES - Receive mail sent to built-in sysop aliases (i.e. "sysop" and "postmaster")
; USE_SUBMISSION_PORT - Listen on the "MSA" service port for mail submissions
; NO_HOST_LOOKUP - Do not look-up hostnames of connected clients
; USE_TCP_DNS - Use TCP (instead of UDP) for DNS MX record queries
; NO_SENDMAIL - Disable sendmail thread
; ALLOW_RELAY - Allow authenticated users to relay mail
; SMTP_AUTH_VIA_IP - Authenticate SMTP users via IP address
; DNSBL_REFUSE - Refuse mail session from blacklisted IPs
; DNSBL_IGNORE - Ignore (pretend to receive) mail from blacklisted IPs
; DNSBL_BADUSER - Report recipient failure for mail from blacklisted IPs
; DNSBL_CHKRECVHDRS - Check all "Received" header fields for blacklisted IPs
; DNSBL_THROTTLE - Throttle mail sessions from blacklisted IPs
; DNSBL_SPAMHASH - Calculate and store hashes of messages (SPAM) from blacklisted IPs
; SEND_INTRANSIT - Send mail even when flaggeed as 'in-transit'
; RELAY_AUTH_PLAIN - Use PLAIN SMTP authentication when relaying mail
; RELAY_AUTH_LOGIN - Use LOGIN SMTP authentication when relaying mail
; RELAY_AUTH_CRAM_MD5 - Use CRAM MD5 SMTP authentication when relaying mail
; NO_AUTO_EXEMPT - Don't automatically DNSBL-exempt recipient e-mail addresses
; NO_RECYCLE - Don't allow server recycles
; TLS_SUBMISSION - Listen on the TLS "MSA" service port for mail submissions
; TLS_POP3 - Listen on the TLS POP3 service port
; MUTE - Don't play sound files
Options
=
ALLOW_POP3 | USE_SUBMISSION_PORT | TLS_SUBMISSION | TLS_POP3
NotifyOfflineUsers
=
true
MaxConcurrentConnections
=
0
; Supported options (separated with |):
; DEBUG_RX_HEADER - Log header fields of received mail messages
; DEBUG_RX_BODY - Leave body text of received mail messages in temp directory forever
; ALLOW_POP3 - Enable the POP3 server
; DEBUG_TX - Log all transmissions sent to remote clients/servers
; DEBUG_RX_RSP - Log responses received from remote clients/servers
; RELAY_TX - Use external SMTP relay server for sending mail
; DEBUG_POP3 - Log details from POP3 sessions
; ALLOW_RX_BY_NUMBER - Allow mail received by user number (e.g. "1@yourbbs.com")
; NO_NOTIFY - Do not send telegrams on new email receipt
; ALLOW_SYSOP_ALIASES - Receive mail sent to built-in sysop aliases (i.e. "sysop" and "postmaster")
; USE_SUBMISSION_PORT - Listen on the "MSA" service port for mail submissions
; NO_HOST_LOOKUP - Do not look-up hostnames of connected clients
; USE_TCP_DNS - Use TCP (instead of UDP) for DNS MX record queries
; NO_SENDMAIL - Disable sendmail thread
; ALLOW_RELAY - Allow authenticated users to relay mail
; SMTP_AUTH_VIA_IP - Authenticate SMTP users via IP address
; DNSBL_REFUSE - Refuse mail session from blacklisted IPs
; DNSBL_IGNORE - Ignore (pretend to receive) mail from blacklisted IPs
; DNSBL_BADUSER - Report recipient failure for mail from blacklisted IPs
; DNSBL_CHKRECVHDRS - Check all "Received" header fields for blacklisted IPs
; DNSBL_THROTTLE - Throttle mail sessions from blacklisted IPs
; DNSBL_SPAMHASH - Calculate and store hashes of messages (SPAM) from blacklisted IPs
; SEND_INTRANSIT - Send mail even when flaggeed as 'in-transit'
; RELAY_AUTH_PLAIN - Use PLAIN SMTP authentication when relaying mail
; RELAY_AUTH_LOGIN - Use LOGIN SMTP authentication when relaying mail
; RELAY_AUTH_CRAM_MD5 - Use CRAM MD5 SMTP authentication when relaying mail
; NO_AUTO_EXEMPT - Don't automatically DNSBL-exempt recipient e-mail addresses
; NO_RECYCLE - Don't allow server recycles
; TLS_SUBMISSION - Listen on the TLS "MSA" service port for mail submissions
; TLS_POP3 - Listen on the TLS POP3 service port
; MUTE - Don't play sound files
Options
=
ALLOW_POP3 | USE_SUBMISSION_PORT | TLS_SUBMISSION | TLS_POP3
[FTP]
FTP
Server
AutoStart
=
true
Port
=
21
MaxClients
=
10
MaxInactivity
=
300
QwkTimeout
=
600
MaxClients
=
100
MaxInactivity
=
5m
MaxConcurrentConnections
=
0
QwkTimeout
=
10M
MinFileSize
=
0
MaxFileSize
=
0
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
; 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 (Windows only):
; Sound/wave files to play on specific events (Windows only):
AnswerSound
=
HangupSound =
HackAttemptSound
=
; Dynamically generated index files
; Dynamically generated index files
IndexFileName = 00index
; Supported options (separated with |):
; DEBUG_RX
; DEBUG_DATA
; INDEX_FILE
; DEBUG_TX
; ALLOW_QWK
; ALLOW_BOUNCE
; NO_LOCAL_FSYS
; KEEP_TEMP_FILES
; LOOKUP_PASV_IP
; NO_HOST_LOOKUP
; NO_RECYCLE
; MUTE
Options
=
INDEX_FILE | ALLOW_QWK
[Web]
Web
(HTTP)
Server
; Supported options (separated with |):
; DEBUG_RX
; DEBUG_DATA
; INDEX_FILE
; DEBUG_TX
; ALLOW_QWK
; ALLOW_BOUNCE
; NO_LOCAL_FSYS
; KEEP_TEMP_FILES
; LOOKUP_PASV_IP
; NO_HOST_LOOKUP
; NO_RECYCLE
; MUTE
Options
=
INDEX_FILE | ALLOW_QWK
[Web]
Web
(HTTP
[S]
)
Server
AutoStart
=
true
; HTTP interface(s)
; HTTP interface(s)
Interface
=
Port = 80
; HTTPS interface(s)
; HTTPS interface(s)
TLSInterface
=
TLSPort = 443
TLSErrorLevel
=
Warning
MaxClients
=
1
5
0
TLSErrorLevel
=
Warning
MaxClients
=
1
0
0
RootDirectory
=
../webv4/root
ErrorDirectory
=
error
IndexFileNames
=
index.html,index.ssjs,index.xjs
...
...
@@ -297,60 +303,65 @@ Options = INDEX_FILE | ALLOW_QWK
DefaultCGIContent
=
text/plain
Authentication
=
Basic,Digest,TLS-PSK
JavaScriptExtension
=
.ssjs
MaxInactivity
=
120
MaxCgiInactivity
=
120
OutbufDrainTimeout
=
10
FileIndexScript
=
webfileindex.ssjs
FileVPathPrefix
=
/files/
FileVPathForVHosts
=
false
MaxInactivity
=
2m
MaxCgiInactivity
=
2m
OutbufDrainTimeout
=
10
; Sets the base name of the HTTP access log files,
; the current date and ".log" are appended.
; Set to empty string to use default value ("../data/logs/http-")
; Only created/appended if the HTTP_LOGGING option flag is enabled
HttpLogFile
=
; Supported options (separated with |):
; DEBUG_RX
; DEBUG_TX
; VIRTUAL_HOSTS
; NO_CGI
; ALLOW_TLS
; HSTS_SAFE
; HTTP_LOGGING
; NO_HOST_LOOKUP
; NO_RECYCLE
; NO_JAVASCRIPT
; MUTE
Options = NO_HOST_LOOKUP | ALLOW_TLS | NO_CGI
; Supported options (separated with |):
; DEBUG_RX
; DEBUG_TX
; VIRTUAL_HOSTS
; NO_CGI
; ALLOW_TLS
; HSTS_SAFE
; HTTP_LOGGING
; NO_HOST_LOOKUP
; NO_RECYCLE
; NO_JAVASCRIPT
; MUTE
Options = NO_HOST_LOOKUP | ALLOW_TLS | NO_CGI
[Services]
AutoStart
=
true
; Override the global/default values here:
; Override the global/default values here:
Interface
=
AnswerSound =
HangupSound
=
; Supported options (separated with |):
; NO_HOST_LOOKUP
; MUTE
Options = NO_HOST_LOOKUP
; Supported options (separated with |):
; NO_HOST_LOOKUP
; MUTE
Options = NO_HOST_LOOKUP
[UNIX]
; User/group name to run as
;User = admin
;Group = wheel
; Run in background:
; User/group name to run as
;
User = admin
;
Group = wheel
; Run in background:
Daemonize
=
False
; File to create/write-to with process identifier (when daemonized)
; File to create/write-to with process identifier (when daemonized)
PidFile
=
sbbs.pid
; System log (syslog) facility to use (when daemonized)
; 1 = LOCAL1
; 2 = LOCAL2
; .
; .
; .
; S = Use standard facilities - be sure you understand the
; consequences of enabling this!
; man syslog.conf(5) for more information.
; Defaults to using the USER facility.
; System log (syslog) facility to use (when daemonized)
; 1 = LOCAL1
; 2 = LOCAL2
; .
; .
; .
; S = Use standard facilities - be sure you understand the
; consequences of enabling this!
; man syslog.conf(5) for more information.
; Defaults to using the USER facility.
LogFacility
=
User
; syslog identity to use (when daemonized)
; syslog identity to use (when daemonized)
LogIdent
=
synchronet
; Default file creation mask:
; Default file creation mask:
umask
=
077
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