1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-09 23:07:35 +02:00

Updated A mail server's 101 (markdown)

This commit is contained in:
Jean-Denis Vauguet
2020-06-12 06:11:20 +02:00
parent c67f8fe4a8
commit e1a3f868fa

View File

@@ -54,7 +54,7 @@ Fetching an email: MUA <--- ┫ MDA ╯ ┃
┗━━━━━━━┛
```
> Of course the MUA and docker-mailserver's MTA may be located in distant (network-wise) places, so don't expect a _direct_ connection between MUAs and your mail server. It is very likely email trafic will hop through several relaying HTTP(S) server-but those will not be MTA servers, so are irrelevant here.
> Of course the MUA and docker-mailserver's MTA may be located in distant (network-wise) places, so don't expect a _direct_ connection between MUAs and your mail server. It is very likely email trafic will hop through several relaying TCP servers-but those will not be MTA servers, so are irrelevant here.
One important thing to note is that MTA and MDA programs may actually handle _multiple_ tasks (which is the case with docker-mailserver's Postfix and Dovecot).