-
-
Notifications
You must be signed in to change notification settings - Fork 39
docs: document which services are involved in delivering an internal msg #678
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
171468d to
c1f772d
Compare
|
Check out the page preview at https://staging.chatmail.at/doc/relay/678/ |
c1f772d to
2b3516c
Compare
| cleanup --> qmgr; | ||
| qmgr --> smtpd_accepts_message; | ||
| qmgr --> |lmtp|dovecot; | ||
| dovecot --> recipient; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for in-relay messages there is no filtermail-incoming?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, that is only invoked by the smtpd which is running on port 25. filtermail-outgoing ensures that internal messages are encrypted.
hpk42
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good .. if there indeed is no filtermail-incoming involved for in-relay delivery it would be good, and this PR fine to merge.
doc/source/overview.rst
Outdated
| qmgr --> smtpd_accepts_message; | ||
| qmgr --> |lmtp|dovecot; | ||
| dovecot --> recipient; | ||
| dovecot --> senders_other_devices; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is "senders_other_devices"? Shouldn't this be "other recipients" ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The other devices of the sender get the message from dovecot. I added an apostrophe to make it clearer.
…msg (#678) * doc: add diagram for internal message * doc: apostrophe for clarity
Pulled out of #673