Skip to content

Message Networks

ENiGMA½ supports external networks such as FidoNet-Style (FTN) and QWK by the way of importing and exporting to/from it’s own internal format. This allows for a very flexible system that can easily be extended by creating new network modules.

All message network configuration occurs under the messageNetworks.<name> block in config.hjson (where name is something such as ftn or qwk). The most basic of external message network configurations generally comprises of two sections:

  1. messageNetworks.<name>.networks: Global/general configuration for a particular network where <name> is for example ftn or qwk.
  2. messageNetworks.<name>.areas: Provides mapping of ENiGMA½ area tags to their external counterparts.

The following networks are supported out of the box. Remember that you can create modules to add others if desired!

FidoNet and FidoNet style (FTN) networks as well as a FTN/BSO scanner/tosser (ftn_bso module) are configured via the messageNetworks.ftn and scannerTossers.ftn_bso blocks in config.hjson.

See FidoNet-Style Networks for more information.

See QWK and QWK-Net Style Networks for more information.

Users can send and receive internet email directly from the private mail system. Outbound messages addressed to user@domain.com are delivered via SMTP; inbound email is polled from an IMAP mailbox and routed to matching local users.

See Internet Mail for configuration and setup.