mirror of
https://github.com/chatmail/relay.git
synced 2026-05-11 08:24:37 +00:00
Compare commits
2 Commits
fix/multip
...
docs-inter
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
74cde64dbe | ||
|
|
9bd8174bf4 |
@@ -203,6 +203,44 @@ Message between users on the same relay
|
|||||||
dovecot --> recipient;
|
dovecot --> recipient;
|
||||||
dovecot --> sender's_other_devices;
|
dovecot --> sender's_other_devices;
|
||||||
|
|
||||||
|
Message to an external address
|
||||||
|
------------------------------
|
||||||
|
|
||||||
|
.. mermaid::
|
||||||
|
:caption: This diagram shows the path a federated message takes.
|
||||||
|
|
||||||
|
graph LR;
|
||||||
|
sender --> |465|smtps/smtpd;
|
||||||
|
sender --> |587|submission/smtpd;
|
||||||
|
smtps/smtpd --> |10080|filtermail;
|
||||||
|
submission/smtpd --> |10080|filtermail;
|
||||||
|
filtermail --> |10025|smtpd_reinject;
|
||||||
|
smtpd_reinject --> opendkim;
|
||||||
|
opendkim --> smtpd_reinject;
|
||||||
|
smtpd_reinject --> cleanup;
|
||||||
|
cleanup --> qmgr;
|
||||||
|
qmgr --> external_smtp_server;
|
||||||
|
qmgr --> |lmtp|dovecot;
|
||||||
|
external_smtp_server --> recipient;
|
||||||
|
dovecot --> senders_other_devices;
|
||||||
|
|
||||||
|
Message from an external address
|
||||||
|
--------------------------------
|
||||||
|
|
||||||
|
.. mermaid::
|
||||||
|
:caption: This diagram shows the path a federated message takes.
|
||||||
|
|
||||||
|
graph LR;
|
||||||
|
external_smtp_server --> |25|smtpd;
|
||||||
|
smtps/smtpd --> |10081|filtermail-incoming;
|
||||||
|
filtermail-incoming --> |10026|smtpd_reinject_incoming;
|
||||||
|
smtpd_reinject_incoming --> opendkim;
|
||||||
|
opendkim --> smtpd_reinject_incoming;
|
||||||
|
smtpd_reinject_incoming --> cleanup;
|
||||||
|
cleanup --> qmgr;
|
||||||
|
qmgr --> |lmtp|dovecot;
|
||||||
|
dovecot --> recipient;
|
||||||
|
|
||||||
Operational details of a chatmail relay
|
Operational details of a chatmail relay
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user