简体   繁体   English

DKIM for Plesk,具有远程管理的DNS

[英]DKIM for Plesk with remotely managed DNS

Our primary domains DNS is managed over at Amazon Route 53, and so in Plesk (11.x) I've turned DNS off. 我们的主域DNS是通过Amazon Route 53进行管理的,因此在Plesk(11.x)中,我已关闭了DNS。 The problem is that I want to begin using DMARC which requires both SPF and DKIM txt records to be working. 问题是我想开始使用DMARC,这需要同时使用SPF和DKIM txt记录。

Our SPF record works great since all I'm doing is limiting it to our MX... 我们的SPF记录效果很好,因为我所做的只是将其限制为我们的MX ...

"v=spf1 mx -all"

I've set up the monitoring DMARC string as follows so it's only sending reports but not actively filtering yet... 我已按照以下步骤设置了监视DMARC字符串,因此它仅发送报告,但尚未主动过滤...

"v=DMARC1; p=none; rua=mailto:monitoringemail@ourdomain.tld"

The problem is that Plesk would normally automatically add the DKIM related TXT record to the domains DNS with the appropriate public key, but since our DNS is switched off for the domain that record is inaccessible, ie I can't see it in plesk so I can replicate it at Amazon Route 53. 问题在于,Plesk通常会使用适当的公钥将与DKIM相关的DKIM相关记录自动添加到域DNS中,但是由于该域的DNS已关闭,因此该记录不可访问,即我无法在plesk中看到它,所以我可以在Amazon Route 53上复制它。

For the time being so we're not being filtered, I've switched off DKIM support in Plesk again, but once I turn it back on in Plesk, is it possible to find the public key somewhere other than in the DNS records area in Plesk? 暂时不进行过滤,我再次关闭了Plesk中的DKIM支持,但是一旦在Plesk中将其重新打开,是否可以在DNS记录区域之外的其他地方找到公钥。 Plesk? If so, how would I go about using that info to create the appropriate DKIM TXT DNS string? 如果是这样,我将如何使用该信息来创建适当的DKIM TXT DNS字符串?

Thanks for any help! 谢谢你的帮助!


EDIT: It seems I've confused DomainKeys and DKIM for the same thing, and that Plesk 11 doesn't directly support DKIM, so my new question is, how does one go about generating a DKIM record on a plesk system so that messages are tagged, and then secondly, how do I translate that into a DNS TXT record to match it? 编辑:似乎我为同一件事混淆了DomainKeys和DKIM,并且Plesk 11不直接支持DKIM,所以我的新问题是,如何在plesk系统上生成DKIM记录,以便消息是标记,然后,如何将其转换为DNS TXT记录以匹配它? Thanks! 谢谢!

Regrading the part 升级零件

It seems I've confused DomainKeys and DKIM for the same thing, and that Plesk 11 doesn't directly support DKIM, so my new question is, how does one go about generating a DKIM record on a plesk system 似乎我已经把DomainKeys和DKIM混淆了,而Plesk 11不直接支持DKIM,所以我的新问题是,如何在plesk系统上生成DKIM记录?

I did the same thing for MandrillApp using plesk. 我使用plesk为MandrillApp做过同样的事情。 Just enter the DNS setting section and select "add new record" Choose type TXT and enter the given DKIM values. 只需进入DNS设置部分,然后选择“添加新记录”。选择类型TXT并输入给定的DKIM值。

Hope it helps. 希望能帮助到你。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM