@@ -14,7 +14,12 @@ goes beyond what classic email servers offer:
1414- **Instant/Realtime: ** sub-second message delivery, realtime P2P
1515 streaming, privacy-preserving Push Notifications for Apple, Google, and `Ubuntu Touch <https://docs.ubports.com/en/latest/appdev/guides/pushnotifications.html >`_;
1616
17- - **Security Enforcement **: only strict TLS, DKIM and OpenPGP with minimized metadata accepted
17+ - **Security Enforcement **: only strict TLS, DKIM and
18+ OpenPGP with minimized metadata accepted.
19+ Relays using ``tls_cert = self ``
20+ still enforce TLS encryption for transport
21+ while relying on OpenPGP end-to-end encryption
22+ for message content protection.
1823
1924- **Reliable Federation and Decentralization: ** No spam or IP reputation checks, federating
2025 depends on established IETF standards and protocols.
@@ -44,8 +49,13 @@ automatically deployed and updated using `the chatmail relay
4449repository <https://github.com/chatmail/relay> `__. Chatmail relays are
4550composed of proven standard email server components, Postfix and
4651Dovecot, and are configured to run unattended without much maintenance
47- effort. Chatmail relays happily run on low-end hardware like a Raspberry
48- Pi.
52+ effort. Chatmail relays happily run on low-end hardware
53+ like a Raspberry Pi.
54+ Setting ``tls_cert = self `` in ``chatmail.ini ``
55+ enables running a relay with self-signed certificates,
56+ making it possible to operate on a LAN
57+ or behind a firewall
58+ without needing Let's Encrypt or a public domain.
4959
5060
5161How trustable are chatmail relays?
0 commit comments