Postie Config

NOTE: Besides postie.toml, postie also uses archivers.toml and talisman.ini, it must be run from the bbs root directory.

postie.toml contains information for the scanner / tosser postie.

example:

[postie]
inbound = "ftn/in"
protinbound = "ftn/in_sec"
outbound = "ftn/out"
packetdir = "ftn/packets"
dupebase = "dupes"
 
[[address]]
aka = "21:1/126.2"
 
[[link]]
aka = "21:1/126"
ouraka = "21:1/126.2"
archiver = "zip"
flavour = "hold"
 
[[route]]
aka = "21:1/126"
pattern = "21:*"
 
[[area]]
aka = "21:1/126.2"
file = "fsx/tst"
tag = "FSX_TST"
links = "21:1/126"
 
[[netarea]]
aka = "21:1/126.2"
file = "fsx/netmail"

[[filearea]]
aka = "21:1/126.2"
directory = "dloads/fsx/node"
database = "fb_fsxnode"
tag = "FSX_NODE"
links = "21:1/126"
hook = "/home/pi/bbs/fsx_node_hook.sh"

The [postie] Section

The [[address]] Array

This array is a list of your addresses.

NOTE: A common misconception is that more than one aka can follow an [[address]] tag,

The correct way to define multiple addresses is:

[[address]]
aka = "21:1/999"

[[address]]
aka = "637:1/999"

This array is a list of your uplinks / downlinks.

The [[route]] Array

This array stores routing information for netmail. Postie requires all netmail to be routed through one of your links.

The [[area]] Array

This array is where you store information about your echomail message bases.

The [[netarea]] Array

This array is where you define your netmail areas. Talisman / Postie uses 1 netmail area per network.

The [[filearea]] Array

This array is where you define file areas.

See Also