Skip to content
Snippets Groups Projects
Commit f5e5d58f authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Add global TLSErrorLevel, [bbs] SSHErrorLevel, and [mail] TLSErrorLevel

parent a335dd5a
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -33,6 +33,7 @@
; 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:
......@@ -66,6 +67,7 @@
TelnetInterface =
RLoginInterface =
SSHInterface =
SSHErrorLevel = Warning
; TCP port for Telnet server:
TelnetPort = 23
; TCP port for RLogin server:
......@@ -185,6 +187,7 @@ Options = XTRN_MINIMIZED | ALLOW_RLOGIN | ALLOW_SSH
POP3Interface =
POP3Port = 110
TLSPOP3Port = 995
TLSErrorLevel = Warning
DefaultCharset = IBM437
DefaultUser =
DNSBlacklistHeader = X-DNSBL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment