Add default notes

This commit is contained in:
Bryan Ashby 2019-03-02 19:41:43 -07:00
parent edd92ebf5c
commit ca2ba65b78
No known key found for this signature in database
GPG Key ID: B49EB437951D2542
1 changed files with 7 additions and 7 deletions

View File

@ -22,13 +22,13 @@ Let's look at some of the basic configuration:
### Paths ### Paths
Paths for packet files work out of the box and are relative to your install directory. If you want to configure `reject` or `retain` to keep rejected/imported packet files respectively, set those values. You may override defaults as well. Paths for packet files work out of the box and are relative to your install directory. If you want to configure `reject` or `retain` to keep rejected/imported packet files respectively, set those values. You may override defaults as well.
| Key | Description | | Key | Description | Default |
|-----|-------------| |-----|-------------|---------|
| `outbound` | *Base* path to write outbound (exported) packet files and bundles. | | `outbound` | *Base* path to write outbound (exported) packet files and bundles. | `enigma-bbs/mail/ftn_out/` |
| `inbound` | *Base* path to write inbound (ie: those written by an external mailer) packet files an bundles. | | `inbound` | *Base* path to write inbound (ie: those written by an external mailer) packet files an bundles. | `enigma-bbs/mail/ftn_in/` |
| `secInbound` | *Base* path to write **secure** inbound packet files and bundles. | | `secInbound` | *Base* path to write **secure** inbound packet files and bundles. | `enigma-bbs/mail/ftn_secin/` |
| `reject` | Path in which to write rejected packet files. | | `reject` | Path in which to write rejected packet files. | No default |
| `retain` | Path in which to write imported packet files. Useful for debugging or if you wish to archive the raw .pkt files. | | `retain` | Path in which to write imported packet files. Useful for debugging or if you wish to archive the raw .pkt files. | No default |
## Scheduling ## Scheduling