hotmail은 내 이메일을 받지 않습니다

hotmail은 내 이메일을 받지 않습니다

우분투 12.04에서 메일 서버로 postfix를 설치하고 구성했습니다. 지메일로는 문제없이 보낼 수 있는데 퍼티에 들어가면 핫메일로는 보낼 수가 없어요

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: 공용 IP 주소를 사용하는 Leaseweb.com의 전용 서버가 있습니다.

답변1

귀하가 게시한 로그에서:

해당 네트워크의 일부가 차단 목록에 있으므로 해당 인터넷 서비스 제공업체에 문의하세요. 서비스 제공자에게 다음을 추천할 수도 있습니다.http://mail.live.com/mail/troubleshooting.aspx#errors. (MAIL FROM 명령에 대한 응답으로))

귀하의 IP 주소의 이전 소유자가 해당 IP 주소에서 정크 메일을 보냈고 Hotmail에서는 이를 금지했습니다.

여기에 IP 주소를 입력해 보세요:

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

또는

http://mxtoolbox.com/blacklists.aspx

그들은 귀하의 주소가 언급된 블랙리스트 서비스와 그 이유를 알려줄 것입니다. 블랙리스트 서비스마다 제거를 요청하는 방법이 다릅니다. 방법을 알아보려면 해당 웹사이트를 살펴봐야 합니다. 블랙리스트에서 주소를 제거하면 Hotmail이 귀하의 이메일을 수락하기 시작할 가능성이 높습니다.

관련 정보