同一域上的 2 个 DKIM

发布于 2025-01-06 12:33:13 字数 429 浏览 4 评论 0原文

我们正在为我们的时事通讯使用外部服务,这需要在我们的域 gipote.dk 中进行以下 DKIM 设置:(

_domainkey.gipote.dk.   43200   IN  TXT "o=~"
default._domainkey.gipote.dk. 43200 IN  TXT "k=rsa\; p=MIGf...ibnrkoqQIDAQAB"

为了便于阅读,我截断了公钥...)

但是,我们也发送从我们自己的服务器发出电子邮件,我也想签名。

我们的域 gipote.dk 中是否可能有多个公钥 TXT 记录?如果可以的话应该如何设置呢?

编辑:我无权访问新闻通讯服务使用的私钥。所以我无法将其安装在我自己的服务器上。

/ 卡斯滕

We are using an external service for our newsletter, which has required the followin DKIM setup in our domain gipote.dk:

_domainkey.gipote.dk.   43200   IN  TXT "o=~"
default._domainkey.gipote.dk. 43200 IN  TXT "k=rsa\; p=MIGf...ibnrkoqQIDAQAB"

(I truncated the public key for purpose of readability...)

However we are also sending out e-mail from our own server, which I would also like to sign.

Is it possible to have more than one public-key TXT record in our domain gipote.dk? If so, how should it be set up?

EDIT: I do not have access to the private key, that is used by the newsletter service. So I will not be able to just install that on my own server.

/ Carsten

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

寂寞清仓 2025-01-13 12:33:13

我发现答案是肯定的:-)

“默认”可以轻松地替换为另一个选择器名称。

I found out, that the answer is YES :-)

"default" can easily be replaced with another selector name.

↙厌世 2025-01-13 12:33:13

是的,您可以将默认选择器更改为另一个选择器。
但是,如果您执行其所在的域,将不再验证该域。

您需要添加第二个密钥而不是更改现有的密钥
使用 Google 邮件,您最终会得到

default._domainkey "v=DKIM1; k=rsa; p=MIIBIj....."
google._domainkey "v=DKIM1; k=rsa; p=MIGfMA......"

Yes you can change the default to another selector.
BUT if you do the domain it is on will no longer verify the domain.

You need to Add a second key NOT CHANGE whats existing
using Google mail you end up with

default._domainkey "v=DKIM1; k=rsa; p=MIIBIj....."
google._domainkey "v=DKIM1; k=rsa; p=MIGfMA......"

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文