Hi,
Proxmox is installed somewhere like pmg.example.com
DKIM for this domain is working. It correctly signs an email for mail from this domain (example.com) with a header like:
I've added a virtual domain to relay on behalf of, and it changes the header.i to the new domain (foobar.com). I suppose I could publish the DNS DKIM entry on that domain as well, but I'd rather not have to, because of laziness/error potential. I get DKIM failures due to this. It sends info like the following, but I want the header to use example.com instead of this:
Obviously when header.i is set to foobar, DKIM will fail without a corresponding DNS entry for that domain.
I've tried various combinations of settings on Configuration -> Mail Proxy -> DKIM:
sign domains has no entries, and "Sign all outgoing mail" is selected,
sign domains has the entry foobar.com and "Sign all outgoing mail" is selected
sign domains has the entry foobar.com and "Sign all outgoing mail" is UNselected.
Any advice on this one?
Thanks!
Proxmox is installed somewhere like pmg.example.com
DKIM for this domain is working. It correctly signs an email for mail from this domain (example.com) with a header like:
Code:
header.i=@example.com header.s=dkim-pmg
I've added a virtual domain to relay on behalf of, and it changes the header.i to the new domain (foobar.com). I suppose I could publish the DNS DKIM entry on that domain as well, but I'd rather not have to, because of laziness/error potential. I get DKIM failures due to this. It sends info like the following, but I want the header to use example.com instead of this:
Code:
header.i=@foobar.com header.s=dkim-pmg
Obviously when header.i is set to foobar, DKIM will fail without a corresponding DNS entry for that domain.
I've tried various combinations of settings on Configuration -> Mail Proxy -> DKIM:
sign domains has no entries, and "Sign all outgoing mail" is selected,
sign domains has the entry foobar.com and "Sign all outgoing mail" is selected
sign domains has the entry foobar.com and "Sign all outgoing mail" is UNselected.
Any advice on this one?
Thanks!