4
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

GoogleApps経由で取得したドメインをGCPで運用するとGmailが使えなくなったのでMXレコード解決してみた

4
Posted at

背景:

  1. Google Apps経由でドメインを取得した
  2. GCP(Google Cloud Platform)をサーバーとして使用するためhttps://access.enom.com/ へログインしてDNS InformationをDefaultからCustomへ変更してDNS設定した。
  3. 当該ドメインのGmailアカウントでメールの送信はできるが受信ができなくなった。

原因:MXレコードが解決できなくなったため。

解決方法:https://support.google.com/a/answer/174125?hl=ja

ということで、Google Developers Consoleの『ネットワーキング』→『Cloud DNS』から下記の通りMXレコードを設定した。

gcp_gmail_1.png

正常に受信できるようになった。
ちなみに一度受信が確認できた後、TTLは86400秒が推奨されているので、そのように設定しておいた。

gcp_gmail_2.png
4
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?