diff options
author | 2024-08-22 23:09:10 +0100 | |
---|---|---|
committer | 2024-08-23 16:52:19 +0100 | |
commit | 6bec2a9959884d32256e84756c9901ed16311e75 (patch) | |
tree | 91072a76859786cfbca73fed06e5c3e26881bcd4 | |
parent | Update Postfix documentation with Dovecot (diff) |
Update email index with Dovecot in flow chart
-rw-r--r-- | docs/docs/services/email/index.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/docs/services/email/index.md b/docs/docs/services/email/index.md index 6115a0b..c977a15 100644 --- a/docs/docs/services/email/index.md +++ b/docs/docs/services/email/index.md @@ -21,7 +21,8 @@ flowchart TD L[LDAP] EX[/External Mail Gateways/] IX[/Inbound Mail/] - UX[/Unix Mailboxes/] + DC[Dovecot] + IM[/IMAP Mailboxes/] subgraph V[Validation Services] ODK[OpenDKIM] ODM[OpenDMARC] @@ -35,7 +36,8 @@ flowchart TD P-- Validates Inbound Mail ----> ODM P-- Validates Inbound Mail ----> SPF P-- Sends Outbound Mail ---> EX - P-- Delivers Inbound Mail ---> UX + P-- Forwards locally destined mail ---> DC + DC-- Places mail into IMAP folders ---> IM ``` Find an overview of the services we use for email below: @@ -44,3 +46,4 @@ Find an overview of the services we use for email below: - [LDAP](../LDAP/index.md) - [OpenDKIM, OpenDMARC & SPF validation](components/validation.md) - [DKIM signing](components/signing.md) +- [Dovecot](components/dovecot/index.md) |