如何接收使用 Amazon Route53 注册的域的电子邮件 [英] How to receive email for domain registered with Amazon Route53

查看:26
本文介绍了如何接收使用 Amazon Route53 注册的域的电子邮件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在 Route53 上注册了一个域 iqxxxx.io,它将托管 Web 服务.注册完成后会自动生成托管区域.我创建了一个指向 Elastic Beanstalk 环境的记录集.

I registered a domain iqxxxx.io on Route53 which will be hosting web service. A hosted zone is generated automatically after the registration is complete. I created a record set which points to an Elastic Beanstalk environment.

为了启用 HTTPS,我尝试通过 AWS Certificate Manager 为域 *.iqxxxx.io 请求 SSL 证书.我选择了电子邮件验证",这意味着将向域所有者发送一封电子邮件,其中包含以下电子邮件:

In order to enable HTTPS, I tried to request a SSL certificate via AWS Certificate Manager for domain *.iqxxxx.io. I chose "email validation" which means an email will be sent to the domain owner with following emails:

administrator@iqxxxx.io
admin@iqxxxx.io
hostmaster@iqxxxx.io
webmaster@iqxxxx.io
postmaster@iqxxxx.io

当我注册域时,所有注册联系人"、管理联系人"、技术联系人"都会列出我自己的电子邮件地址,尽管只有注册联系人"显示为已验证.

When I registered the domain, my own email address is listed for all "Registrant contact", "Administrative contact", "Technical contact", although only "Registrant contact" is shown as verified.

我应该如何获得发送到这些 iqxxxx.io 电子邮件的所有验证电子邮件?是不是因为管理联系人技术联系人还没有经过验证?我需要做什么才能得到这些验证?

How am I supposed to get all the verification email that was sent to these iqxxxx.io emails? Is that because Administrative contact and Technical contact have not been verified yet? What do I need to do to get these verified?

推荐答案

您现在可以配置 ACM 以通过 DNS 验证证书,这听起来像是一个更简单的解决方案.

You can now configure ACM to validate the cert via DNS, which sounds like it would be a much easier solution.

但如果您想通过电子邮件进行操作,则需要为您的域创建 MX 记录,并将其指向适当的 SES 端点以接收传入电子邮件.

But if you want to do it via email, you will need to create an MX record for your domain, and point it to the appropriate SES endpoint for incoming email.

然后设置一个默认规则集,并将其指向一个 SNS 主题.然后,您可以设置您的实际电子邮件,确认您的订阅,然后当您尝试对域使用电子邮件验证时,您应该会收到 5 封发送的电子邮件(admin@、hostmaster@ 等)

Then set up a default rule set, and point it to an SNS topic. You can then set up your actual email, confirm your subscription, and then when you try to use email validation for the domain you should receive the 5 emails that get sent (admin@, hostmaster@, etc)

电子邮件正文将采用 JSON 格式,但您可以轻松地拉出确认链接.

The email body will be in JSON, but you can pull out the confirmation link easily enough.

这篇关于如何接收使用 Amazon Route53 注册的域的电子邮件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆