MX 레코드

Tells the world which mail servers receive email for a domain.

MX 레코드란?

An MX (Mail Exchanger) record points to one or more mail servers, each with a numeric preference (lower = higher priority). Sending mail servers query MX for your domain, then deliver SMTP traffic to the lowest-preference host.

영역 파일 예시

example.com.    300    IN    MX    10 mx1.example.com.
example.com.    300    IN    MX    20 mx2.example.com.

일반적인 사용 사례

  • Outsource mail to a provider (Google Workspace, Microsoft 365, FastMail, ProtonMail).
  • Set up failover mail with a secondary mail exchanger.
  • Run an in-house mail server alongside a backup MX.
  • Validate "deliverability" — many anti-spam systems demand a valid MX before accepting mail.

흔한 실수

MX targets must be A/AAAA records, NEVER CNAMEs (RFC 2181). Avoid pointing MX at an IP — it must be a hostname.

DNS 레코드 조회 →

관련 레코드 유형

보안 팁

기본 비밀번호를 사용 중이신가요? NordVPN 암호화로 네트워크를 보호하세요.