Centos
550 我的 ip 沒有 RDNS 條目(回复 RCPT TO 命令)
一些收件人正在對我的郵件伺服器進行 RDNS 驗證並被拒絕。
我有一個帶有我的網站和郵件伺服器的 CentOS VPS 用於我的業務。
這裡有什麼問題嗎?我也可以提供我的後綴配置。任何為我指明正確方向的幫助將不勝感激
退回給發件人的未投遞郵件 這是主機 mail.domain.com 上的郵件系統。
I'm sorry to have to inform you that your message could not be delivered to one or more recipients. It's attached below. For further assistance, please send mail to postmaster. If you do so, please include this problem report. You can delete your own text from the attached returned message. The mail system <user@destinationdomain.com>: host mail.[destination_ip] said: 550 No RDNS entry for 100.200.300.400 (in reply to RCPT TO command)
/etc/named.conf
zone "300.200.100.in-addr.arpa" { type master; file "/var/named/300.200.100.in-addr.arpa" };
/var/named/300.200.100.in-addr.arpa
$TTL 3600 @ IN SOA clark.ns.cloudflare.com. elma.ns.cloudflare.com. ( 2012020801 ; Serial 21600 ; refresh 3600 ; retry 3600000 ; expire 86400 ) ; minimum IN NS clark.ns.cloudflare.com. IN NS elma.ns.cloudflare.com. ; ----------- ENREGISTREMENTS ----------- $ORIGIN 300.200.100.in-addr.arpa. 400 IN PTR domain.com. ; ----------- ENREGISTREMENTS SPECIAUX -----------
在 cloudflare 我有這個相關條目:
A mail points to VPS IP MX domain.com mail handled by domain.com TXT _dmarc v=DMARC1;p=none;rua=mailto:user@domain.com; TXT domain.com v=spf1 mx a ~all
用於 IMAP 和 SMTP 的域
mail.domain.com
您無法直接控制 VPS 的 IP 地址的反向 DNS 記錄。您的 VPS 提供商控制這些記錄。有關如何設置反向 DNS 記錄的說明,請聯繫該提供商。