Skip to content

Commit 49d405a

Browse files
committed
Add echobot, chatmail-metadata, and iroh-relay to diagram
1 parent 2265eb1 commit 49d405a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ARCHITECTURE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,15 @@ graph LR;
1818
postfix --> certs;
1919
postfix --> vmail;
2020
postfix --> filtermail;
21+
postfix --> echobot;
2122
postfix --> doveauth;
2223
dovecot --> certs;
2324
dovecot --> doveauth;
2425
dovecot --> vmail;
26+
dovecot --> chatmail-metadata;
2527
doveauth --> vmail;
2628
expunge --> vmail;
29+
chatmail-metadata --> iroh-relay;
2730
```
2831

2932
(Arrows in this diagram do not have a specific formal meaning; they

0 commit comments

Comments
 (0)