From ca2ba65b781ca8229c18521bd68ea6004ee488d6 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sat, 2 Mar 2019 19:41:43 -0700 Subject: [PATCH] Add default notes --- docs/messageareas/bso-import-export.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/messageareas/bso-import-export.md b/docs/messageareas/bso-import-export.md index ff0f86c9..6c69d41a 100644 --- a/docs/messageareas/bso-import-export.md +++ b/docs/messageareas/bso-import-export.md @@ -22,13 +22,13 @@ Let's look at some of the basic configuration: ### 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. -| Key | Description | -|-----|-------------| -| `outbound` | *Base* path to write outbound (exported) packet files and bundles. | -| `inbound` | *Base* path to write inbound (ie: those written by an external mailer) packet files an bundles. | -| `secInbound` | *Base* path to write **secure** inbound packet files and bundles. | -| `reject` | Path in which to write rejected packet files. | -| `retain` | Path in which to write imported packet files. Useful for debugging or if you wish to archive the raw .pkt files. | +| Key | Description | Default | +|-----|-------------|---------| +| `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. | `enigma-bbs/mail/ftn_in/` | +| `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. | No default | +| `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