2
0

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.

cmdでspfレコードを確認する

Last updated at Posted at 2019-07-28
cmd
nslookup -q=txt ドメイン名

を実行することで確認ができる。試しにqiita.comのspfレコードをを確認してみる。

cmd
C:\>nslookup -q=txt qiita.com
サーバー:  web.setting
Address:  192.168.128.1

権限のない回答:
qiita.com       text =

        "v=spf1 include:_spf.google.com include:amazonses.com include:servers.mcsv.net include:mail.zendesk.com include:_spf.maildeliver.jp a:qiita.com ~all"

qiita.com       nameserver = ns-1049.awsdns-03.org
qiita.com       nameserver = ns-171.awsdns-21.com
qiita.com       nameserver = ns-1956.awsdns-52.co.uk
qiita.com       nameserver = ns-772.awsdns-32.net

C:\>
2
0
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
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?