Skip to content
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

Not possible to cryptographically sign outbound Autocrypt metadata via DKIM #125

Open
horia opened this issue Oct 14, 2018 · 5 comments
Open

Comments

@horia
Copy link
Contributor

horia commented Oct 14, 2018

We must DKIM-sign the user-provided Autocrypt header, to follow Autocrypt.org Best Practices for E-mail Service Providers.

DKIMproxy hard-coded signed headers (and it's not signing Autocrypt headers.)

Until OpenSMTPD filters (smtpfd) land in OpenBSD (6.5?), we might be stuck with DKIMproxy, instead of signing with Rspamd.

@ghost
Copy link

ghost commented Jan 12, 2021

Is there an update here? I would like to get rid of DKIMproxy.

@horia
Copy link
Contributor Author

horia commented Jan 24, 2021

The configuration needs an update to use mail/opensmtpd-filters/rspamd to DKIM-sign with mail/rspamd, and drop mail/dkimproxy

@ghost
Copy link

ghost commented Jan 24, 2021

I updated my configuration to use mail/opensmtpd-filter-dkimsign instead of mail/rspamd and it seems to work for now. But using it only a few days now.

@hcl
Copy link

hcl commented May 20, 2021

I have made a working example smtpd.conf to replace the DKIMProxy with opensmtpd-filter-dkimsign for reference.

https://github.com/hcl/caesonia/blob/replace-dkimproxy/src/etc/mail/smtpd.conf

@Katzeilla
Copy link
Contributor

@hcl

Looks good to me, will test this on my setup :)

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

No branches or pull requests

3 participants