From 6f969fd53979546f54a1a58161c297453376a467 Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Fri, 20 Oct 2023 09:58:22 +0200 Subject: [PATCH] Fix CI --- docs/faq.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq.rst b/docs/faq.rst index cca0b6b6..fabf11aa 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -193,7 +193,7 @@ This means it can be scaled horizontally. For more information, refer to :ref:`k *Issue reference:* `165`_, `520`_. How to achieve HA / fail-over? -````````````````````````````` +`````````````````````````````` The mailboxes and databases for Mailu are kept on the host filesystem under ``$ROOT/``. For making the **storage** highly available, all sorts of techniques can be used: @@ -474,7 +474,7 @@ Re-starting the smtp container will be required for changes to take effect. .. _`2213`: https://github.com/Mailu/Mailu/issues/2213 My emails are getting deferred, what can I do? -````````````````````````````````````````````` +`````````````````````````````````````````````` Emails are asynchronous and it's not abnormal for them to be defered sometimes. That being said, Mailu enforces secure connections where possible using DANE and MTA-STS, both of which have the potential to delay indefinitely delivery if something is misconfigured.