diff --git a/docs/faq.rst b/docs/faq.rst index 626f92ad..a077e6eb 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -476,6 +476,20 @@ Any mail related connection is proxied by nginx. Therefore the SMTP Banner is al .. _`1368`: https://github.com/Mailu/Mailu/issues/1368 +My emails are getting rejected, I am being told to slow down, what can I do? +```````````````````````````````````````````````````````````````````````````` + +Some email operators insist that emails are delivered slowly. Mailu maintains two separate queues for such destinations: ``polite`` and ``turtle``. To enable them for some destination you can creating an override at ``overrides/postfix/transport.map`` as follow: + +.. code-block:: bash + + yahoo.com polite: + orange.fr turtle: + +*Issue reference:* `2213`_. + +.. _`2213`: https://github.com/Mailu/Mailu/issues/2213 + My emails are getting defered, what can I do? ````````````````````````````````````````````` diff --git a/towncrier/newsfragments/2213.feature b/towncrier/newsfragments/2213.feature new file mode 100644 index 00000000..1792cf27 --- /dev/null +++ b/towncrier/newsfragments/2213.feature @@ -0,0 +1 @@ +Create a polite and turtle delivery queue to accomodate destinations that expect emails to be sent slowly