8000 Remove DKIM signature after checking it · Issue #530 · chatmail/relay · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Remove DKIM signature after checking it #530

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

Open
link2xt opened this issue Mar 24, 2025 · 0 comments · May be fixed by #533
Open

Remove DKIM signature after checking it #530

link2xt opened this issue Mar 24, 2025 · 0 comments · May be fixed by #533

Comments

@link2xt
Copy link
Contributor
link2xt commented Mar 24, 2025

DKIM signature is currently checked by OpenDKIM milter attached to smtpd running on port 25. Once it is checked, it is not useful for anything. You cannot change it later because the key may change (see #195). As RFC 6376 states it: "message archiving is not a design goal".

As far as I see from the diagram in https://www.postfix.org/MILTER_README.html#plumbing, cleanup happens after smtpd is done with the message. cleanup is essentially a daemon that puts the message into the queue, so we can remove all unnecessary headers there, including DKIM signature.

This will save users some traffic and server operators some disk space because DKIM headers are quite large compared to other headers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant
0