Echomail (FidoNet + Dove-Net)
Echomail = old-school message networks shared across BBSes.
Two transports
- BinkP — the FidoNet TCP/IP standard. ANetBBS speaks BinkP
natively (poll out, accept inbound). - QWK — packet-based, popular for Dove-Net. ANetBBS can
download / upload QWK packets over HTTP.
Setting up a network
Admin → Echomail Networks (/admin/echomail/):
- Add Network — pick BinkP or QWK, give it a name, set your
FTN address (e.g.1:142/0), uplink address, password. - Add Areas to the network — each
EchoAreahas a tag like
FIDO.GENERAL, a name, optional moderator address. - Subscribe to areas you want to read.
Per-user QWK offline reader
Anyone can grab their unread echomail as a .QWK packet, read it
offline in MultiMail / BlueWave / OLX, then upload a .REP packet
with replies.
URL: /qwk/. Download builds a fresh packet on demand. Upload
extracts MESSAGES.DAT and posts each reply as outbound echomail in
the matching area.
Per-board ↔ per-area
Boards and echomail areas are intentionally separate concepts:
- Boards — local discussion, threaded, with reactions.
- Echomail areas — networked message bases, FidoNet-style with
origin/path lines, propagated to peers.
You can post to either independently.
Polling
The anetbbs-web process spins up a background poller that:
- Reads
EchomailNetworkrows. - For BinkP: polls each uplink at interval, exchanges packets.
- For QWK: fetches new
.QWKURLs on schedule.
Poll status visible at Admin → Echomail Networks → Polls.