TL;DR: Feature request: Add `apex` option to `dkim-use-domain`.
Let's say i want to send from username@server.example.com, but i don't want to configure DKIM and SPF for server.example.com, just *.example.com.
No problem, I can make a SPF record for *.example.com. But oh no, not the DKIM record for *._domainkey.*.example.com...
I would like a way to configure DKIM signing in PMG to always use the apex domain, my understanding is that as long as you have relaxed alignment, it validates fine.
That way i can send an email with:
but also
SPF would still use the wildcard spf record, but the dkim validators would use the provided name.
Let's say i want to send from username@server.example.com, but i don't want to configure DKIM and SPF for server.example.com, just *.example.com.
No problem, I can make a SPF record for *.example.com. But oh no, not the DKIM record for *._domainkey.*.example.com...
I would like a way to configure DKIM signing in PMG to always use the apex domain, my understanding is that as long as you have relaxed alignment, it validates fine.
That way i can send an email with:
Code:
RFC5322.From: username@server.example.com
RFC5321.MailFrom: username@server.example.com
but also
Code:
DKIM-Signature: ... d=example.com ...
SPF would still use the wildcard spf record, but the dkim validators would use the provided name.