Doc updates
This commit is contained in:
parent
db59bc7254
commit
032e6d59b8
|
@ -8,9 +8,9 @@ things manually versus have it automated for you.
|
||||||
|
|
||||||
| Method | Operating System Compatibility | Notes |
|
| Method | Operating System Compatibility | Notes |
|
||||||
|--------|--------------------------------|-------|
|
|--------|--------------------------------|-------|
|
||||||
| [Installation Script](install-script) | Linux, BSD, OSX | Quick and easy installation under most Linux/UNIX like environments (Linux, BSD, OS X, ...) |
|
| [Installation Script](install-script.md) | Linux, BSD, OSX | Quick and easy installation under most Linux/UNIX like environments (Linux, BSD, OS X, ...) |
|
||||||
| [Docker Images](docker) | Linux, BSD, OSX, Windows | Easy upgrades, compatible with all operating systems, no dependencies to install |
|
| [Docker Images](docker.md) | Linux, BSD, OSX, Windows | Easy upgrades, compatible with all operating systems, no dependencies to install |
|
||||||
| [Manual](manual) | Linux, Windows (probably others but untested! | If you like doing things manually, or are running Windows |
|
| [Manual](manual.md) | Linux, Windows (probably others but untested! | If you like doing things manually, or are running Windows |
|
||||||
|
|
||||||
## Keeping Up To Date
|
## Keeping Up To Date
|
||||||
After installing, you'll want to [keep your system updated](/docs/admin/updating.md).
|
After installing, you'll want to [keep your system updated](/docs/admin/updating.md).
|
|
@ -2,16 +2,13 @@
|
||||||
layout: page
|
layout: page
|
||||||
title: Netmail
|
title: Netmail
|
||||||
---
|
---
|
||||||
ENiGMA support import and export of Netmail from the Private Mail area. `RiPuk @ 21:1/136` and
|
ENiGMA support import and export of Netmail from the Private Mail area. `RiPuk @ 21:1/136` and `RiPuk <21:1/136>` 'To' address formats are supported.
|
||||||
`RiPuk <21:1/136>` 'To' address formats are supported.
|
|
||||||
|
|
||||||
## Netmail Routing
|
## Netmail Routing
|
||||||
|
|
||||||
A configuration block must be added to the `scannerTossers::ftn_bso` `config.hjson` section to tell the
|
A configuration block must be added to the `scannerTossers::ftn_bso` `config.hjson` section to tell the ENiGMA½ tosser where to route NetMail.
|
||||||
ENiGMA½ tosser where to route netmail.
|
|
||||||
|
|
||||||
The following configuration would tell ENiGMA½ to route all netmail addressed to 21:* through 21:1/100,
|
The following configuration would tell ENiGMA½ to route all netmail addressed to 21:* through 21:1/100, and all 46:* netmail through 46:1/100:
|
||||||
and all 46:* netmail through 46:1/100:
|
|
||||||
|
|
||||||
````hjson
|
````hjson
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,7 @@ title: Local Doors
|
||||||
Menu entries found within `menu.hjson` are backed by *menu modules*.
|
Menu entries found within `menu.hjson` are backed by *menu modules*.
|
||||||
|
|
||||||
## Creating a New Module
|
## Creating a New Module
|
||||||
|
TODO
|
||||||
|
|
||||||
### Lifecycle
|
### Lifecycle
|
||||||
TODO
|
TODO
|
||||||
|
|
Loading…
Reference in New Issue