Table of Contents

General Options

This menu allows you to set some high level configuration settings for your servers.

Server Options

             █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ Server Options ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
             █                                                 █
             █  Domain Name      │ mybbs.com                   █
             █  Max BBS Nodes    │ 3                           █
             █  Start Hidden     │ No                          █
             █  Max Poll Threads │ 5                           █
             █  Enable SMTP Send │ No                          █
             █  SMTP Host        │                             █
             █  SMTP IP Type     │ IPV4 Only                   █
             █  SMTP Login       │                             █
             █  SMTP Password    │                             █
             █  SMTP Auth Type   │ CRAM-MD5                    █
             █  SMTP Use SSL/TLS │ Yes                         █
             █                                                 █
             ▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
             

There following options can be configured.

Domain Name

If you have a domain name associated with your BBS place it here.

The FTP server resolves your configured BBS domain upon start up to get both the IPV4 and IPV6 address. It will also perform this procedure every 1 hour so if a dynamic IP changes it will be detected.

Max BBS Nodes

This defines the max number of nodes you will allow at one time. However, there is slightly more to consider.

BBS Nodes can be spawned by any number of built in Mystic servers, or also from external sources for things such as dial-up modems, local logins from the console, etc. The max BBS nodes is a limit to the sum of all possible ways Mystic can accept BBS node connections.

In the Servers > Configure servers configuration you will see options to modify or create TELNET, RLogin, and SSH servers. You can create any number of these servers on any ports, and each one can have a limit of the number of connections they will accept. If you want to have 20 nodes but 3 of them available by SSH and 17 by Telnet, you would configure a Telnet server for 17 max connections and a SSH server for 3 max connections and set your Max BBS nodes to 20 or more.

The settings do not have to add up to Max BBS nodes. If all BBS nodes are busy when a user connects, the user will simply be displayed a message informing them that all nodes are busy. This message will either simply be the word BUSY printed on their screen when a connection is made or Mystic will display the contents of a file called busy.txt created and saved in your mystic\data directory.

This means you can setup a 20 node BBS and then set up 3 different Telnet server and a SSH server all of which each allow 20 connections, and Mystic will allow any combination to fill up the BBS nodes.

Start Hidden

Hide node windows when a session begins (Windows only)

Max Poll Threads

Sets the number of concurrent outbound connections when running MIS POLL

Enable SMTP Send

Enable sendmail functionality

SMTP Host

Define sendmail/relay hostname and port. e.g. smtp.gmail.com:587

SMTP IP Type

Define if V4/V6 use only allowed or default to one/fallback to the other.

SMTP Login

SMTP sendmail/relay login ID to use.

SMTP Password

SMTP sendmail/relay password to use.

SM Auth Type

Select Which type of SMTP sendmail/relay authentication should be used. There are four options:

SMTP Use SSL/TLS

Sendmail now supports opportunistic SSL via the TLS v1.2+ protocol.

STMP Send Config Example

In this example we are going to set things up to allow Mystic to send password email reset codes via a Google Gmail account.

Steps
             █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ Server Options ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
             █                                                 █
             █  Domain Name      │ mybbs.com                   █
             █  Max BBS Nodes    │ 3                           █
             █  Start Hidden     │ No                          █
             █  Enable SMTP Send │ Yes                         █
             █  SMTP Host        │ smtp.gmail.com:587          █
             █  SMTP IP Type     │ IPV4 Only                   █
             █  SMTP Login       │ testuser@gmail.com          █
             █  SMTP Password    │ *******                     █
             █  SMTP Auth Type   │ Login                       █
             █  SMTP Use SSL/TLS │ Yes                         █
             █                                                 █
             ▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█

Now you are ready to test.