1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-11-23 22:04:47 +02:00

Add a new TLS flavor named 'mail'

This commit is contained in:
kaiyou
2017-11-07 16:16:41 +01:00
parent 5fd29a6593
commit bfa50c5aa7
3 changed files with 7 additions and 1 deletions

View File

@@ -47,8 +47,11 @@ The behavior is identical to ``BIND_ADDRESS4``.
Set the ``TLS_FLAVOR`` to one of the following
values:
- ``cert`` is the default and requires certificates to be setup manually;
- ``letsencrypt`` will use the Letsencrypt! CA to generate automatic ceriticates;
- ``mail`` is similar to ``cert`` except that TLS will only be served for
emails (IMAP and SMTP), not HTTP (use it behind reverse proxies);
- ``notls`` will disable TLS, this is not recommended except for testing.
Enable optional features