Fix rendering of ASCII flows (assuming this isn't an inconsistency between mono fonts chosen by browsers)
This commit is contained in:
parent
e46c43f71e
commit
f86e6e4318
|
@ -39,8 +39,8 @@ Here's where `docker-mailserver`'s toochain fits within the delivery chain:
|
||||||
```txt
|
```txt
|
||||||
docker-mailserver is here:
|
docker-mailserver is here:
|
||||||
┏━━━━━━━┓
|
┏━━━━━━━┓
|
||||||
Sending an email: MUA ---> MTA ---> MTA ---> ... ---> ┫ MTA ╮ ┃
|
Sending an email: MUA ---> MTA ---> MTA ---> ... ---> ┫ MTA ╮ ┃
|
||||||
Fetching an email: MUA <------------------------------ ┫ MDA ╯ ┃
|
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
|
```txt
|
||||||
┏━━━━━━━━━━ Submission ━━━━━━━━━┓┏━━━━━━━━━━━━━ Transfer/Relay ━━━━━━━━━━━┓
|
┏━━━━━━━━━━ Submission ━━━━━━━━━┓┏━━━━━━━━━━━━━ Transfer/Relay ━━━━━━━━━━━┓
|
||||||
┌─────────────────────┐ ┌┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┐
|
┌─────────────────────┐ ┌┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┐
|
||||||
MUA ----- STARTTLS ---> ┤(587) MTA ╮ (25)├ <-- cleartext ---> ┊ Third-party MTA ┊
|
MUA ----- STARTTLS ---> ┤(587) MTA ╮ (25)├ <-- cleartext --> ┊ Third-party MTA ┊
|
||||||
---- cleartext ---> ┤(25) │ | └┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┘
|
---- cleartext ---> ┤(25) │ | └┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┘
|
||||||
|┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄|
|
|---------------------|
|
||||||
MUA <---- STARTTLS ---- ┤(143) MDA ╯ |
|
MUA <---- STARTTLS ---- ┤(143) MDA ╯ |
|
||||||
<-- enforced TLS -- ┤(993) |
|
<-- enforced TLS -- ┤(993) |
|
||||||
└─────────────────────┘
|
└─────────────────────┘
|
||||||
┗━━━━━━━━━━ Retrieval ━━━━━━━━━━┛
|
┗━━━━━━━━━━ Retrieval ━━━━━━━━━━┛
|
||||||
|
|
Loading…
Reference in New Issue