Advertisement
bgdjr

Untitled

Feb 1st, 2018
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.74 KB | None | 0 0
  1. [Global]
  2. CtrlDirectory=c:\sbbs\ctrl\
  3. TempDirectory=
  4. HostName=
  5. SemFileCheckFrequency=2
  6. OutgoingV4=0.0.0.0
  7. OutgoingV6=::
  8. Interface=0.0.0.0,::
  9. LogLevel=Debugging
  10. BindRetryCount=2
  11. BindRetryDelay=15
  12. LoginAttemptDelay=5000
  13. LoginAttemptThrottle=1000
  14. LoginAttemptHackThreshold=10
  15. LoginAttemptTempBanThreshold=20
  16. LoginAttemptTempBanDuration=10M
  17. LoginAttemptFilterThreshold=0
  18. [BBS]
  19. AutoStart=true
  20. TelnetInterface=0.0.0.0,::
  21. TelnetPort=2332
  22. RLoginInterface=0.0.0.0,::
  23. RLoginPort=513
  24. SSHInterface=0.0.0.0,::
  25. SSHPort=22
  26. FirstNode=1
  27. LastNode=10
  28. OutbufHighwaterMark=1024
  29. OutbufDrainTimeout=10
  30. MaxConcurrentConnections=0
  31. ExternalTermANSI=pc3
  32. ExternalTermDumb=dumb
  33. DOSemuPath=/usr/bin/dosemu.bin
  34. AnswerSound=
  35. HangupSound=
  36. Options=XTRN_MINIMIZED | SYSOP_AVAILABLE | ALLOW_RLOGIN
  37. SSHConnectTimeout=10
  38. [FTP]
  39. AutoStart=true
  40. Interface=0.0.0.0,::
  41. OutgoingV6=::
  42. Port=21
  43. MaxClients=10
  44. MaxInactivity=300
  45. QwkTimeout=600
  46. MinFileSize=0
  47. MaxFileSize=0
  48. PasvIpAddress=0.0.0.0
  49. PasvIp6Address=::
  50. PasvPortLow=1024
  51. PasvPortHigh=65535
  52. IndexFileName=00index
  53. HtmlIndexFile=00index.html
  54. HtmlIndexScript=ftp-html.js
  55. AnswerSound=
  56. HangupSound=
  57. HackAttemptSound=
  58. Options=INDEX_FILE | ALLOW_QWK | HTML_INDEX_FILE
  59. [Mail]
  60. AutoStart=true
  61. Interface=0.0.0.0,::
  62. OutgoingV6=::
  63. SMTPPort=25
  64. POP3Port=110
  65. RelayPort=587
  66. MaxClients=10
  67. MaxInactivity=120
  68. MaxDeliveryAttempts=50
  69. RescanFrequency=3600
  70. LinesPerYield=10
  71. MaxRecipients=100
  72. MaxMsgSize=20M
  73. MaxMsgsWaiting=1000
  74. ConnectTimeout=30
  75. RelayServer=mail.synchro.net
  76. RelayUsername=bgdcag
  77. RelayPassword=ncc3744
  78. DNSServer=
  79. DefaultCharset=
  80. DefaultUser=
  81. DNSBlacklistHeader=X-DNSBL
  82. DNSBlacklistSubject=SPAM
  83. POP3Sound=
  84. InboundSound=
  85. OutboundSound=
  86. NewMailNotice:"%.0s\x01n\x01mNew e-mail from \x01h%s \x01n<\x01h%s\x01n>\r\n"
  87. ForwardNotice:"\x01n\x01mand it was automatically forwarded to: \x01h%s\x01n\r\n"
  88. Options=ALLOW_POP3 | RELAY_TX | ALLOW_RX_BY_NUMBER | ALLOW_SYSOP_ALIASES | USE_SUBMISSION_PORT | ALLOW_RELAY | SMTP_AUTH_VIA_IP | RELAY_AUTH_PLAIN
  89. [Services]
  90. AutoStart=true
  91. Interface=0.0.0.0,::
  92. OutgoingV6=::
  93. AnswerSound=
  94. HangupSound=
  95. Options=
  96. [Web]
  97. AutoStart=true
  98. Interface=0.0.0.0,::
  99. TLSInterface=0.0.0.0,::
  100. Port=8181
  101. TLSPort=443
  102. MaxClients=25
  103. MaxInactivity=120
  104. RootDirectory=../web/root
  105. ErrorDirectory=error
  106. CGIDirectory=cgi-bin
  107. Authentication=Basic,Digest,TLS-PSK
  108. HttpLogFile=
  109. DefaultCGIContent=text/plain
  110. IndexFileNames=index.html,index.ssjs,index.xjs
  111. CGIExtensions=.cgi
  112. JavaScriptExtension=.ssjs
  113. MaxCgiInactivity=120
  114. AnswerSound=
  115. HangupSound=
  116. HackAttemptSound=
  117. Options=VIRTUAL_HOSTS | HTTP_LOGGING
  118. OutbufDrainTimeout=10
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126. ; ctrl/services.ini file
  127.  
  128. ; Each section is a service, the [section name] is the service/protocol name (by default)
  129.  
  130. ; $Id: services.ini,v 1.9 2014/12/11 10:01:09 rswindell Exp $
  131.  
  132. ; Global keys supported (in root section and/or per service section):
  133.  
  134. ; LogLevel (default: LogLevel specified in sbbs.ini)
  135. ; StackSize (Thread stack size, advanced use only, default: 0 - unspecified)
  136. ; MaxClients (default: 0 - unlimited)
  137. ; ListenBacklog (valid for TCP services only, default: 5)
  138. ; Options (default: 0, see below for valid bit flag definitions)
  139.  
  140. LogLevel=debug
  141. StackSize=0
  142. MaxClients=10
  143. ListenBacklog=5
  144. Options=0
  145.  
  146. ; Each service also supports the following keys:
  147.  
  148. ; Enabled (default: true)
  149. ; Command (command-line to execute)
  150. ; Protocol (default: service/section name)
  151. ; Port (TCP/UDP port number or name, default: look-up TCP or UDP port by service/protocol name)
  152. ; Interface (default: network interface IP address specified in sbbs.ini [services])
  153. ; Host (default: unspecified) - only run on the specified hostname
  154. ; NotHost (default: unspecified) - do not run on the specified hostname
  155.  
  156. ; Advanced JavaScript execution keys:
  157. ; JavaScriptMaxBytes
  158. ; JavaScriptContextStack
  159. ; JavaScriptThreadStack
  160. ; JavaScriptBranchLimit
  161. ; JavaScriptGcInterval
  162. ; JavaScriptYieldInterval
  163.  
  164. ; Supported Options bit flags (separated with |):
  165. ; NO_HOST_LOOKUP
  166. ; NO_RECYCLE
  167. ; MUTE
  168. ; UDP
  169. ; STATIC
  170. ; LOOP
  171. ; NATIVE
  172. ; FULL_ACCEPT
  173.  
  174. ; Network News Transfer Protocol (NNTP)
  175. [NNTP]
  176. Port=119
  177. Command=nntpservice.js -f
  178.  
  179. ; Message Send Protocol service
  180. [MSP]
  181. Port=18
  182. Command=mspservice.js
  183.  
  184. ; Message Send Protocol service (UDP)
  185. [MSP-UDP]
  186. Port=18
  187. Options=UDP
  188. Command=mspservice.js
  189.  
  190. ; Active User service
  191. [ActiveUser]
  192. Port=11
  193. Options=NO_HOST_LOOKUP
  194. Command=activeuserservice.js
  195.  
  196. ; Active User service
  197. [ActiveUser-UDP]
  198. Port=11
  199. Options=UDP | NO_HOST_LOOKUP
  200. Command=activeuserservice.js
  201.  
  202. ; QOTD service
  203. [QOTD]
  204. Port=17
  205. Options=NO_HOST_LOOKUP
  206. Command=qotdservice.js
  207.  
  208. ; QOTD service (UDP)
  209. [QOTD-UDP]
  210. Port=17
  211. Options=UDP | NO_HOST_LOOKUP
  212. Command=qotdservice.js
  213.  
  214. ; Finger Service
  215. Enabled=true
  216. [Finger]
  217. Port=79
  218. Options=NO_HOST_LOOKUP
  219. Command=fingerservice.js
  220.  
  221. ; Finger Service, fast (for inter-BBS instant-messaging)
  222. [UDP-Finger]
  223. Port=79
  224. Options=UDP | NO_HOST_LOOKUP
  225. Command=fingerservice.js
  226.  
  227. ; Archaic HTTP-like protocol
  228. [Gopher]
  229. Port=70
  230. Command=gopherservice.js
  231.  
  232. ; Internet Relay Chat (IRC) Daemon (Server)
  233. [IRC]
  234. Port=6667
  235. Options=STATIC | LOOP
  236. Command=ircd.js
  237.  
  238. ; JSON inter-bbs communications server
  239. [JSON]
  240. Port=10088
  241. Interface=127.0.0.1
  242. Options=STATIC | LOOP
  243. Command=json-service.js
  244. Enabled=true
  245.  
  246. [Hotline]
  247. Port=5500
  248. Command=hotline.js
  249. MaxClients=20
  250.  
  251. [Hotline-TRANS]
  252. Port=5501
  253. Command=hotline-transfer.js
  254. MaxClients=20
  255.  
  256. [FlashPolicy]
  257. Port=843
  258. Options=NO_HOST_LOOKUP
  259. Command=flashpolicyserver.js
  260.  
  261. [WebSocket]
  262. Port=1123
  263. Options=NO_HOST_LOOKUP
  264. Command=websocket-telnet-service.js
  265.  
  266. [WebSocketRLogin]
  267. Port=1513
  268. Options=NO_HOST_LOOKUP
  269. Command=websocket-rlogin-service.js
  270.  
  271. [BinkIt]
  272. Port=24554
  273. Command=binkit.js
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement