Updated A mail server's 101 (markdown)
This commit is contained in:
parent
10dc34fee8
commit
a7f3c8b882
|
@ -88,10 +88,10 @@ When it comes to the specifics of email exchange, we have to look at protocols a
|
|||
```txt
|
||||
┏━━━━━━━━━━ Submission ━━━━━━━━━┓┏━━━━━━━━━━━━━ Transfer/Relay ━━━━━━━━━━━┓
|
||||
┌─────────────────────┐ ┌┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┐
|
||||
Sending an email: MUA ----- STARTTLS ---> ┤(587) MTA ╮ (25)├ <-- plain text --> ┊ Third-party MTA ┊
|
||||
MUA ----- STARTTLS ---> ┤(587) MTA ╮ (25)├ <-- plain text --> ┊ Third-party MTA ┊
|
||||
---- plain text --> ┤(25) │ | └┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┘
|
||||
|┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄|
|
||||
Fetching an email: MUA <---- STARTTLS ---- ┤(143) MDA ╯ |
|
||||
MUA <---- STARTTLS ---- ┤(143) MDA ╯ |
|
||||
<-- enforced TLS -- ┤(993) |
|
||||
└─────────────────────┘
|
||||
┗━━━━━━━━━━ Retrieval ━━━━━━━━━━┛
|
||||
|
|
Loading…
Reference in New Issue