i will give you safe passage in the wasteland
RELIVERATOR(8)
System Manager's Manual
RELIVERATOR(8)
NAME
reliverator
—
a mail server for 2020
DESCRIPTION
The reliverator
daemon sends and receives
email using smtp.
Setup
Run init to create a database.
reliverator
listens on 0.0.0.0:25 and
127.0.0.1:587. Connections from remote servers are delivered locally.
Connections to the submission port are relayed.
Build
Start by running make. Please be patient; rustc is slow.
Config
The follow options may be specified in the config file.
- servername
- Server's hostname.
- alias
- alias root tedu to have root's mail delivered to tedu.
- wildcard
- wildcard example.org tedu to have any mail to example.org delivered to tedu.
- domain
- domain example.org accepts mail for valid users at example.org.
- certfile
- The server's public certificate chain.
- keyname
- The server's private key.
- option
- option skipverify to disable cert verification for delivery.
Security
reliverator
is not to be trusted.
FILES
- reliverator.conf
- Config file.
- reliverator.db
- Storage for messages to be relayed.
CAVEATS
Good grief.
December 21,
2024 OpenBSD 7.5