Domain-Name-System
從您的域的 Google Apps 退回的入站電子郵件:550
我有一個簡單的 cpanel 管理的 www 託管帳戶 (wherebarney.com),並且一年多以來,我一直使用 Google Apps for your Domain 來處理電子郵件,使用 gmail。
最近,大多數(但不是全部)入站郵件已被退回給發件人,並顯示“請在您的郵件客戶端中打開 SMTP 身份驗證”。
我可以找到很多關於如何保護我的域以停止欺騙等的建議,但是 AFAICT 這只影響出站郵件和垃圾郵件,而不影響入站郵件。
我還應該看什麼?
(原因:550-請在您的郵件客戶端中打開 SMTP 身份驗證。)
----- Transcript of session follows ----- ... while talking to wheresbarney.com.: DATA <<< 550-Please turn on SMTP Authentication in your mail client. <<< 550-mx0a-00082601.pphosted.com [67.231.145.42]:48701 is not permitted to relay <<< 550 through this server without authentication. 550 5.1.1 <barn@wheresbarney.com>... User unknown <<< 503-All RCPT commands were rejected with this error: <<< 503-Please turn on SMTP Authentication in your mail client. <<< 503-mx0a-00082601.pphosted.com [67.231.145.42]:48701 is not permitted to relay <<< 503-through this server without authentication. <<< 503 Valid RCPT command must precede DATA
這是通過清理我的域的 MX 條目來解決的。我有 google.com 伺服器的記錄(正確)和我的域的一些記錄(不正確)。為我的域刪除那些,只留下Google伺服器,解決了這個問題。
前
Priority Points to 0 ASPMX.L.GOOGLE.COM. 0 WHERESBARNEY.COM. 5 ALT1.ASPMX.L.GOOGLE.COM. 5 ALT2.ASPMX.L.GOOGLE.COM. 10 ASPMX2.GOOGLEMAIL.COM. 10 ASPMX3.GOOGLEMAIL.COM. 100 CLUSTER1.CUSTOMWEBHOST.COM. 100 CLUSTER2.CUSTOMWEBHOST.COM.
後
Priority Points to 0 ASPMX.L.GOOGLE.COM. 5 ALT1.ASPMX.L.GOOGLE.COM. 5 ALT2.ASPMX.L.GOOGLE.COM. 10 ASPMX2.GOOGLEMAIL.COM. 10 ASPMX3.GOOGLEMAIL.COM.
注意 - Google應用管理控制台會檢查您的 MX 記錄,並報告我之前的配置是正確的。