서버를 만들었는데....pop3를 이용해서 메일을 주고 받는데..
보내는 메일은 되는데 당체 받는 메일이 되지를 않네요...
다른 주소로 보내는 메일은 정확하게 배달이 되는데...받는 메일은.. 다른서버에서 제계정
으로의 (모든계정) 배달이 되지를 않습니다...어디를 봐야 하나여???/ -----------------------------
------------------------------ 에러메세지..........
The original message was received at Fri, 29 Sep 2000 11:20:34 +0900
from www20.hanmail.net [211.32.117.40]
----- The following addresses had permanent fatal errors -----
<webmaster at linuxcity.pe.kr>
----- Transcript of session follows -----
<webmaster at linuxcity.pe.kr>... Deferred: Name server: linuxcity.pe.kr: host name lookup failure
Message could not be delivered for 6 hours
Message will be deleted from queue
Reporting-MTA: dns; s-mail6.hanmail.net
Arrival-Date: Fri, 29 Sep 2000 11:20:34 +0900
Final-Recipient: RFC822; webmaster at linuxcity.pe.kr Action: failed
Status: 4.4.7
Remote-MTA: DNS; linuxcity.pe.kr
Last-Attempt-Date: Fri, 29 Sep 2000 17:23:21 +0900
여기서보면 linuxcity.pe.kr 을 찾지 못해서 나오는 에러 같은데
분명히 nslookup 해보면 나오는 도메인인데 그럴수가 있나요?
[root@linuxcity /root]# nslookup linuxcity.pe.kr
Server: ns.kornet.net
Address: 168.126.63.1
Non-authoritative answer:
Name: linuxcity.pe.kr
Address: 211.192.82.109
[root@linuxcity /root]#
----------------------------------------------------------
본인 zone 파일...
@ IN SOA ns.linuxcity.pe.kr. root.linuxcity.pe.kr. (
2000052700 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
IN NS ns.linuxcity.pe.kr.
IN A 211.192.82.109
IN MAX linuxcity.pe.kr.
ns IN A 211.192.82.109
www IN CNAME ns
ftp IN CNAME ns
host IN CNAME ns
friend IN CNAME ns
---------------------------------------------------------
본인 rev
IN SOA ns.linuxcity.pe.kr. root.linuxcity.pe.kr. (
2000522700 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
IN NS ns.linuxcity.pe.kr.
IN MX 10 linuxcity.pe.kr.
109 IN PTR ns.linuxcity.pe.kr.
------------------------------------------------------------
네임서버와 관련이 있는듯해서...존파일을 보냅니다..한번 봐주세엽......