From f86e6e43189222e1ec55d5aef2f83f176e0f54f1 Mon Sep 17 00:00:00 2001 From: Brennan Kinney <5098581+polarathene@users.noreply.github.com> Date: Fri, 12 Jun 2020 19:49:28 +1200 Subject: [PATCH] Fix rendering of ASCII flows (assuming this isn't an inconsistency between mono fonts chosen by browsers) --- docs/content/a-mail-server's-101.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/content/a-mail-server's-101.md b/docs/content/a-mail-server's-101.md index 0ab9ff70..4aab16d7 100644 --- a/docs/content/a-mail-server's-101.md +++ b/docs/content/a-mail-server's-101.md @@ -39,8 +39,8 @@ Here's where `docker-mailserver`'s toochain fits within the delivery chain: ```txt docker-mailserver is here: ┏━━━━━━━┓ -Sending an email: MUA ---> MTA ---> MTA ---> ... ---> ┫ MTA ╮ ┃ -Fetching an email: MUA <------------------------------ ┫ MDA ╯ ┃ +Sending an email: MUA ---> MTA ---> MTA ---> ... ---> ┫ MTA ╮ ┃ +Fetching an email: MUA <------------------------------ ┫ MDA ╯ ┃ ┗━━━━━━━┛ ``` @@ -82,10 +82,10 @@ When it comes to the specifics of email exchange, we have to look at protocols a ```txt ┏━━━━━━━━━━ Submission ━━━━━━━━━┓┏━━━━━━━━━━━━━ Transfer/Relay ━━━━━━━━━━━┓ ┌─────────────────────┐ ┌┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┐ -MUA ----- STARTTLS ---> ┤(587) MTA ╮ (25)├ <-- cleartext ---> ┊ Third-party MTA ┊ - ---- cleartext ---> ┤(25) │ | └┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┘ - |┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄| -MUA <---- STARTTLS ---- ┤(143) MDA ╯ | +MUA ----- STARTTLS ---> ┤(587) MTA ╮ (25)├ <-- cleartext --> ┊ Third-party MTA ┊ + ---- cleartext ---> ┤(25) │ | └┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┘ + |---------------------| +MUA <---- STARTTLS ---- ┤(143) MDA ╯ | <-- enforced TLS -- ┤(993) | └─────────────────────┘ ┗━━━━━━━━━━ Retrieval ━━━━━━━━━━┛