admin管理员组文章数量:1296895
I tried to set up my homepage on Amazon with Amplify. I added my domain and then it created a hosted zone in Route 53. At my domain provider (ionos) I replaced the name servers with the Amazon servers. Now my homepage is working hosted by Amazon. But the Amazon name servers also influenced my email at ionos. It’s not working any more.
Is it possible to have the homepage at Amazon but the email at my domain provider?
I tried to set up my homepage on Amazon with Amplify. I added my domain and then it created a hosted zone in Route 53. At my domain provider (ionos) I replaced the name servers with the Amazon servers. Now my homepage is working hosted by Amazon. But the Amazon name servers also influenced my email at ionos. It’s not working any more.
Is it possible to have the homepage at Amazon but the email at my domain provider?
Share Improve this question edited Feb 13 at 7:58 Maurice 13.2k2 gold badges30 silver badges55 bronze badges asked Feb 11 at 18:18 andyandy 1,1051 gold badge14 silver badges36 bronze badges 3 |1 Answer
Reset to default 1I have a similar setup. As Mark B mentions in the comments, you need to configure your MX records in Route53 correctly. If someone is sending mails to an address that belongs to your domain, the Mail servers will check the MX records to figure out where to deliver emails to.
For IONOS, these values are region-specific. German customers typically have to set the MX records to mx00.ionos.de
and mx01.ionos.de
Docs in German, while customers of IONOS use the TLD Docs.
That's for receiving messages, if you're also using your domain to send messages, you should set up DKIM, SPF and for your convenience autodiscover records. IONOS has documentation for these features, otherwise your messages may end up in spam folders.
本文标签: Amazon Route 53 with external registrar but keep email account externallyStack Overflow
版权声明:本文标题:Amazon Route 53 with external registrar but keep email account externally - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741642175a2389980.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
MX
records for email. You needed to copy all those over to Route53. – Mark B Commented Feb 12 at 13:12