Skip to content
Snippets Groups Projects
Commit 93579082 authored by rswindell's avatar rswindell
Browse files

Changed default values a bit.

Added comments documenting which options are supported.
parent 7ff1e975
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,21 @@ LastNode=10
ExternalYield=10
AnswerSound=test
HangupSound=
Options = NO_QWK_EVENTS | XTRN_MINIMIZED | NO_HOST_LOOKUP
; Supported options (separated with |):
; KEEP_ALIVE
; XTRN_MINIMIZED
; AUTO_LOGON
; DEBUG_TELNET
; SYSOP_AVAILABLE
; ALLOW_RLOGIN
; USE_2ND_RLOGIN
; NO_QWK_EVENTS
; NO_HOST_LOOKUP
; GET_IDENT
; NO_JAVASCRIPT
; LOCAL_TIMEZONE
; MUTE
Options = XTRN_MINIMIZED | SYSOP_AVAILABLE
[Mail]
AutoStart=true
......@@ -128,11 +142,29 @@ DNSBlacklistHeader=X-DNSBL
DNSBlacklistSubject=SPAM
RelayServer=
RelayPort=25
DNSServer=206.13.29.12
DNSServer=
POP3Sound=
InboundSound=
OutboundSound=
Options=0x20004
; Supported options (separated with |):
; DEBUG_RX_HEADER
; DEBUG_RX_BODY
; ALLOW_POP3
; DEBUG_TX
; DEBUG_RX_RSP
; RELAY_TX
; DEBUG_POP3
; ALLOW_RX_BY_NUMBER
; USE_TCP_DNS
; NO_SENDMAIL
; ALLOW_RELAY
; DNSBL_REFUSE
; DNSBL_IGNORE
; DNSBL_BADUSER
; NO_HOST_LOOKUP
; LOCAL_TIMEZONE
; MUTE
Options=ALLOW_POP3
[FTP]
AutoStart=true
......@@ -148,12 +180,30 @@ HackAttemptSound=
IndexFileName=00index
HtmlIndexFile=00index.html
HtmlIndexScript=ftp-html.js
Options=0x116
; Supported options (separated with |):
; DEBUG_RX
; DEBUG_DATA
; INDEX_FILE
; DEBUG_TX
; ALLOW_QWK
; LOCAL_FSYS
; DIR_FILES
; KEEP_TEMP_FILES
; HTML_INDEX_FILE
; NO_HOST_LOOKUP
; NO_JAVASCRIPT
; LOCAL_TIMEZONE
; MUTE
Options=INDEX_FILE | HTML_INDEX_FILE | ALLOW_QWK
[Services]
AutoStart=1
Interface=0
AnswerSound=
HangupSound=
Options=0x0
; Supported options (separated with |):
; NO_HOST_LOOKUP
; LOCAL_TIMEZONE
; MUTE
Options=NO_HOST_LOOKUP
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