mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Updated A mail server's 101 (markdown)
This commit is contained in:
parent
e73041687b
commit
a88658fccb
|
@ -44,7 +44,7 @@ Fetching an email: MUA <------------------------------ ┫ MDA ╯ ┃
|
|||
┗━━━━━━━┛
|
||||
```
|
||||
|
||||
In its simplest use-case, docker-mailserver will handle direct email trafic bound to a specific hostname: a MUA established a direct connection to docker-mailserver's MTA. Thus our schema could be further simplified to look like this:
|
||||
In its simplest use-case, docker-mailserver will handle direct email trafic bound to a specific hostname: a MUA establishes a direct connection to docker-mailserver's MTA, authenticates and submits an email. Thus our schema could be further simplified to look like this:
|
||||
|
||||
```txt
|
||||
docker-mailserver is here:
|
||||
|
|
Loading…
Reference in a new issue