hotmail 不接受我的電子郵件

hotmail 不接受我的電子郵件

我已經在 ubuntu 12.04 中安裝並配置了 postfix 作為郵件伺服器。我可以毫無問題地將電子郵件發送到 gmail,但當我輸入 putty 時無法將它們發送到 hotmail

dig @ns1glr.name.com mydomaine.com

我懂了:

; <<>> DiG 9.8.1-P1 <<>> @ns1glr.name.com mydomain.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 57399
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; WARNING: recursion requested but not available

;; QUESTION SECTION:
;mydomain.com.                        IN      A

;; ANSWER SECTION:
mydomain.com.         300     IN      A       my.ip.add.res

;; Query time: 128 msec
;; SERVER: 184.172.63.127#53(184.172.63.127)
;; WHEN: Mon Dec 30 12:29:49 2013
;; MSG SIZE  rcvd: 48

當我檢查 /var/log/email.log 時:

Dec 30 12:16:27 oxygen postfix/pickup[4657]: 3369D55E0D4B: uid=33 from=<www-data>
Dec 30 12:16:27 oxygen postfix/cleanup[4667]: 3369D55E0D4B: message-id=       <[email protected]>
Dec 30 12:16:27 oxygen postfix/qmgr[4658]: 3369D55E0D4B: from=<www-    [email protected]>, size=2321, nrcpt=1 (queue active)
Dec 30 12:16:27 oxygen postfix/smtp[4668]: 3369D55E0D4B: to=<[email protected]>,   relay=mx2.hotmail.com[65.55.92.184]:25, delay=0.61, delays=0.08/0/0.4/0.13, dsn=5.0.0,    status=bounced (host mx2.hotmail.com[65.55.92.184] said: 550 OU-002 (SNT0-MC4-F17)    Unfortunately, messages from my.ip.add weren't sent. Please contact your Internet service    provider since part of their network is on our block list. You can also refer your provider    to http://mail.live.com/mail/troubleshooting.aspx#errors. (in reply to MAIL FROM command))
Dec 30 12:16:27 oxygen postfix/smtp[4668]: 3369D55E0D4B: lost connection with    mx2.hotmail.com[65.55.92.184] while sending RCPT TO
Dec 30 12:16:27 oxygen postfix/cleanup[4667]: CDB2055E0D4E: message-id=    <[email protected]>
Dec 30 12:16:27 oxygen postfix/bounce[4669]: 3369D55E0D4B: sender non-delivery   
notification: CDB2055E0D4E
Dec 30 12:16:27 oxygen postfix/qmgr[4658]: CDB2055E0D4E: from=<>, size=4752, nrcpt=1  (queue active)
Dec 30 12:16:27 oxygen postfix/qmgr[4658]: 3369D55E0D4B: removed
Dec 30 12:16:27 oxygen postfix/local[4670]: CDB2055E0D4E: to=<www- [email protected]>, relay=local, delay=0.13, delays=0.03/0/0/0.1, dsn=2.0.0,  status=sent (delivered to command: procmail -a "$EXTENSION")
Dec 30 12:16:27 oxygen postfix/qmgr[4658]: CDB2055E0D4E: removed

請幫幫我,我已經在這個問題上苦苦掙扎了3天 PS:我有一個來自leaseweb.com的專用伺服器,具有公共IP位址

答案1

在您發布的日誌中:

請聯絡您的網路服務供應商,因為他們的部分網路已在我們的封鎖清單中。您也可以向您的提供者推薦http://mail.live.com/mail/troubleshooting.aspx#errors。 (回覆 MAIL FROM 命令))

您的 IP 位址的前所有者從該位址發送了垃圾郵件,而 Hotmail 已禁止該郵件。

嘗試在此輸入您的 IP 位址:

http://www.anti-abuse.org/multi-rbl-check/

或者

http://mxtoolbox.com/blacklists.aspx

他們會告訴您哪些黑名單服務提到了您的地址以及原因。每個黑名單服務都有不同的要求刪除的方式 - 您必須瀏覽他們的網站才能了解如何刪除。一旦您將地址從黑名單中刪除,Hotmail 很可能會開始接受您發送的電子郵件。

相關內容