chasquid(1) | chasquid(1) |
chasquid - SMTP (email) server
chasquid [options...]
chasquid is an SMTP (email) server with a focus on simplicity, security, and ease of operation.
It's written in Go, and distributed under the Apache license 2.0.
The daemon's configuration is by default in /etc/chasquid/, and can be changed with the -config_dir flag.
Inside that directory, the daemon expects the following structure:
Note the certs/ directory layout matches the one from certbot(1) (client for Let's Encrypt CA), so you can just symlink certs/ to /etc/letsencrypt/live.
Make sure the user you use to run chasquid under ("mail" in the example config) can access the certificates and private keys.
Main website <https://blitiri.com.ar/p/chasquid>.
If you have any questions, comments or patches please send them to the mailing list, "chasquid@googlegroups.com". To subscribe, send an email to "chasquid+subscribe@googlegroups.com".
2020-05-16 |