samotop-server-1.0.1 is not a library.
samotop-server 1.0.1
You can run your own privacy focussed, resource efficient mail server. Samotop docker image is available for your convenience.
Status
Mail delivery agent (MDA)
- The server will receive mail and write it to a given maildir folder. Another program can pick the folder andprocess it further.
- STARTTLS can be configured if you provide a cert and identity file.
- Antispam features:
- SPF - refuse mail with failing SPF check
- Privacy features
Mail transfer agent (MTA)
- Mail relay
Installation
a) Using cargo:
b) Using docker:
Usage
a) locally, run samotop-server --help for command-line reference.
b) in docker, run docker run --rm -ti samotop
Both should produce a usage information not too different from this:
samotop 1.0.1
USAGE:
samotop-server [FLAGS] [OPTIONS] --cert-file <cert file path> --identity-file <identity file path>
FLAGS:
-h, --help Prints help information
--no-tls Disable TLS suport
-V, --version Prints version information
OPTIONS:
-n, --name <SMTP service name> Use the given name in SMTP greetings, or if absent, use hostname
-b, --base-dir <base dir path> What is the base dir for other relative paths? [default: .]
-c, --cert-file <cert file path> Use this cert file for TLS. If a relative path is given, it will be
relative to base-dir
-i, --identity-file <identity file path> Use this identity file for TLS. If a relative path is given, it will be
relative to base-dir
-m, --mail-dir <mail dir path> Where to store incoming mail? If a relative path is given, it will be
relative to base-dir [default: inmail]
-p, --port <port>... SMTP server address:port, such as 127.0.0.1:25 or localhost:12345. The
option can be set multiple times and the server will start on all given
ports. If no ports are given, the default is to start on localhost:25
TLS
Generate a cert and ID with openssl:
Test STARTTLS:
Debug with STARTTLS:
License
MIT