DKIM and DMARC for built-in outgoing mail
-
@girish Hi, I can confirm that this issue is still there with 2 domains.
Unfortunately I didn't check after a fresh install and just 1 domain. -
@ruben Thanks. Can you tell me which DNS provider you are using? Let me try to reproduce the bug with that backend.
-
@ruben thanks, I was able to reproduce the issue. It is related to the ubuntu image on scaleway. We relied on the user id to match between the host OS and the container. For some reason, adding a new user on scaleway starts from uid 1001 instead of 1000. Looking into a fix.
-
A fix for now is to just run
chmod +r /home/yellowtent/boxdata/mail/dkim/*/private
.As for certs for renewing, @ruben do you have incoming port 80 open on your server? The cert issue is not related to dkim keys.
-
This is fixed now in 4.1 (which will get released next week or so)
-
DMARC is about email security. Traditionally this was about inbound protection, where DMARC can be used. Though, DMARC is more about outbound email protection.