mirror of
https://github.com/chatmail/relay.git
synced 2026-08-10 18:40:51 +00:00
docs(readme): Disable colors in mermaid diagrams (#180)
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 <jslazak@jslazak.com>
This commit is contained in:
committed by
GitHub
parent
81aac3cb77
commit
488bbcb182
@@ -34,12 +34,6 @@ flowchart LR
|
||||
end
|
||||
mta[Sender's relay] -.SMTP :25.-> smtpd1
|
||||
mta -.HTTPS /mxdeliv.-> nginx
|
||||
|
||||
style postfix fill:#363
|
||||
style smtpd1 fill:#252
|
||||
style smtpd2 fill:#252
|
||||
style queue fill:#252
|
||||
style filtermail fill:#225
|
||||
```
|
||||
|
||||
Filtermail in incoming mode acts as a proxy filter
|
||||
@@ -82,12 +76,6 @@ flowchart LR
|
||||
open-dkim[OpenDKIM] <--milter--> smtpd2
|
||||
end
|
||||
client[Client] --SMTP :587--> smtpd1
|
||||
|
||||
style postfix fill:#363
|
||||
style smtpd1 fill:#252
|
||||
style smtpd2 fill:#252
|
||||
style queue fill:#252
|
||||
style filtermail fill:#225
|
||||
```
|
||||
|
||||
Filtermail in outgoing mode acts as a proxy filter
|
||||
@@ -115,11 +103,6 @@ flowchart LR
|
||||
end
|
||||
filtermail -.SMTP :25.-> mta[Recipient's relay]
|
||||
filtermail -.HTTPS /mxdeliv.-> mta
|
||||
|
||||
style postfix fill:#363
|
||||
style qmgr fill:#252
|
||||
style lmtp fill:#252
|
||||
style filtermail fill:#225
|
||||
```
|
||||
|
||||
Filtermail in transport mode is used for final delivery to remote MTAs.
|
||||
|
||||
Reference in New Issue
Block a user