Skip to content

How can DMS include a X-Original-To header (to support BCC when using DMS as a cache/proxy?) #4056

Answered by polarathene
michelcve asked this question in Q&A
Discussion options

You must be logged in to vote

I don't have time to review the past discussion on a related topic, but I did investigate this previously and provide insights + solution for enabling what you want (along with caveats to account for): https://github.com/orgs/docker-mailserver/discussions/3898

As the highlighted answer there notes, we need to sequentially deliver mail per recipient rather than delegating that for Dovecot to handle. That will allow the header you want to have added when used in combination with the additional flag.

Rather than calling the Dovecot deliver executable like your example shows, DMS uses LMTP to integrate with Dovecot. That should still be fine for your requirements AFAIK.

So try this user-patch…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@michelcve
Comment options

Comment options

You must be logged in to vote
1 reply
@michelcve
Comment options

Answer selected by michelcve
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants