I have a domain (example.com) configured for sending and receiving mail using Google Workspace. I need to launch additionally a separate (own) mail server. Switching completely to the new server is undesirable. The idea is to have some mail accounts in Google Workspace, and some on the new server.
The natural solution is probably to use subdomains (1). Nothing changes about example.com. I simply launch a mail server and link it to, say, email.example.com.
But there's another idea that struck me (2). Leave MX records pointing to Google Workspace, but change SPF to let the new server send mail using the same domain (example.com). Well, then it occurred to me that there's no way to share the DKIM's private key, is there?
If I can't configure DKIM... I don't like where it takes me. What do you think? Is it a solution worth trying, or a dead end?
What are the cons? The first one is DKIM. Also I'm not sure what happens if I send an email via the new server (using the new server's account) and the user replies. Does it go back to the new server or Google Workspace (considering that I don't want to use a subdomain)? I guess the latter. These are 2 disadvantages I can think of.
As for pros... No need to introduce a subdomain :) Okay, doesn't sound too appealing, I know. But that's all I've got.
Also I wonder if anybody tried it? I don't think I'm the first one to come up with the idea. And I'd expect people to do it in the days where spam was not widespread. (I assume there was such a time.) But these days... probably not. If they were 2 own servers (no Google Workspace), then I guess it's possible to share the DKIM's private key and then it looks like an option. Otherwise... it's probably not.
What do you think?