From 5a31ff475fcab0b2cc2bd577d1d5fbf303c0878b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jagoda=20Estera=20=C5=9Al=C4=85zak?= <128227338+j-g00da@users.noreply.github.com> Date: Thu, 11 Jun 2026 05:31:26 +0900 Subject: [PATCH] docs(overview): Remove mermaid styles from 'Accepting and delivering mail' (#1009) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Previously used colors caused diagrams to be unreadable in light mode. Removing styling completely, as this was redundant anyway. Signed-off-by: Jagoda Ślązak --- doc/source/overview.rst | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/doc/source/overview.rst b/doc/source/overview.rst index bef67649..0678e312 100644 --- a/doc/source/overview.rst +++ b/doc/source/overview.rst @@ -225,21 +225,6 @@ Accepting and delivering mail nginx -.SMTP inet:465.-> smtpd-smtps mta2[Remote relay] -.SMTP inet:25.-> smtpd-smtp mta2 -.HTTPS /mxdeliv.-> nginx - style postfix fill:#363 - style qmgr fill:#252 - style authclean fill:#252 - style cleanup fill:#252 - style lmtp-filtermail fill:#252 - style lmtp fill:#252 - style bounce fill:#252 - style smtpd-submission fill:#252 - style smtpd-smtps fill:#252 - style smtpd-reinject-outgoing fill:#252 - style smtpd-reinject-incoming fill:#252 - style smtpd-smtp fill:#252 - style filtermail-outgoing fill:#225 - style filtermail-incoming fill:#225 - style filtermail-transport fill:#225 Operational details of a chatmail relay ----------------------------------------