안녕하세요
Name server부분의 MX 레코드 부분에 대한 질문 입니다.
---------------------------------------------------------------
@ IN SOA zzz.co.kr. root.zzz.co.kr.
(
2001012912 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ; Minimum
)
IN NS ns.zzz.co.kr.
IN A 111.111.111.113
zzz.co.kr. IN MX 0 mail.zzz.co.kr.
localhost IN A 127.0.0.1
www IN A 111.111.111.113
mail IN A 111.111.111.112
-------------------------------------------------------------------
위와 같이 네임 서버를 셋팅 했습니다.
ID at mail.zzz.co.kr로는 메일이 잘 들어오는데...
ID at zzz.co.kr로는 메일이 들어오지 않고 다음 에러 메세지와 함께
리턴이 됩니다.
Sent: Tue, 30 Jan 2001 10:20:45 +0900
did not reach the following recipient(s):
shjung at linusys.co.kr on Tue, 30 Jan 2001 10:06:32 +0900
Unable to deliver the message due to a communications failure
The MTS-ID of the original message is: c=kr;a=
;p=linusys;l=NTSERVER0101300106D7MPFH7X
MSEXCH:IMS:LINUSYS:MAIL.NINUSYS:NTSERVER0 (00120345) Too
Many Hops
참고로 네임서버는 Linux 6.1이며
메일 서버(mail.zzz.co.kr)는 NT 4.0(SVC 5)에서
MS Exchange 5.5(SVC 4)입니다.