We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2265eb1 commit 49d405aCopy full SHA for 49d405a
ARCHITECTURE.md
@@ -18,12 +18,15 @@ graph LR;
18
postfix --> certs;
19
postfix --> vmail;
20
postfix --> filtermail;
21
+ postfix --> echobot;
22
postfix --> doveauth;
23
dovecot --> certs;
24
dovecot --> doveauth;
25
dovecot --> vmail;
26
+ dovecot --> chatmail-metadata;
27
doveauth --> vmail;
28
expunge --> vmail;
29
+ chatmail-metadata --> iroh-relay;
30
```
31
32
(Arrows in this diagram do not have a specific formal meaning; they
0 commit comments