web-dev-qa-db-ja.com

フィッシングの可能性のあるドメインにMXレコードがありませんか?

SMTPログでフィッシングドメインの可能性があることを確認し、MXレコードを調べたところ、レコードがありませんでした。ドメインはフィッシングメールを送信する前にMXレコードを必要としますか?

1
The Guest

ドメインはフィッシングメールを送信する前にMXレコードを必要としますか?

いいえ。 RFC 2821 によると、MXレコードがない場合、メール配信は代わりにAレコードを探します。

The lookup first attempts to locate an MX record associated 
with the name.  If a CNAME record is found instead, the 
resulting name is processed as if it were the initial name.  
If no MX records are found, but an A RR is found, the A RR 
is treated as if it was associated with an implicit MX RR, 
with a preference of 0, pointing to that Host.
1
gowenfawr