File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -174,6 +174,24 @@ Component dependency diagram
174174 style nginx-external fill:#fc9;
175175 style nginx-right fill:#fc9;
176176
177+ Message between users on the same relay
178+ ---------------------------------------
179+
180+ .. mermaid ::
181+ :caption: This diagram shows the path a non-federated message takes.
182+
183+ graph LR;
184+ sender --> |465|smtps/smtpd;
185+ sender --> |587|submission/smtpd;
186+ smtps/smtpd --> |10080|filtermail;
187+ submission/smtpd --> |10080|filtermail;
188+ filtermail --> |10025|smtpd_reinject;
189+ smtpd_reinject --> cleanup;
190+ cleanup --> qmgr;
191+ qmgr --> smtpd_accepts_message;
192+ qmgr --> |lmtp|dovecot;
193+ dovecot --> recipient;
194+ dovecot --> sender's_other_devices;
177195
178196Operational details of a chatmail relay
179197----------------------------------------
You can’t perform that action at this time.
0 commit comments