<시스템 사양>
사용배포본 : Redhat 7.2
현재 도메인(예를 들어 aaa.com)을 가지고 있구요,
메일 서버(mail.aaa.com)와, 네임 서버를 같이 쓰고 있습니다.
그런 상태에서 서브 도메인<test.aaa.com>을 가진 서버를 한 대 더 설치하였습니다.
sendmail 등등 웹서버까지 다 설치한 상태이고,
http://test.aaa.com , ftp://test.aaa.com 까지 다 잘 돌아가는 상태입니다.
그리고, 그 서버에서 직접(콘솔 상에서) 메일을 보내면 잘 나갑니다.
(# mail asdf at hanmail.net hi~~ ...)
문제는 메일을 받는 건데요...리턴 메시지 내용입니다.
The original message was received at Thu, 23 Jan 2003 14:11:32 +0900
from [211.32.117.37]
----- The following addresses had permanent fatal errors -----
<root at test.aaa.com>
----- Transcript of session follows -----
<root at test.aaa.com>... Deferred: Name server: test.aaa.com: host name lookup failure
Message could not be delivered for 1 hour
Message will be deleted from queue
Reporting-MTA: dns; smail-101.hanmail.net
Arrival-Date: Thu, 23 Jan 2003 14:11:32 +0900
Final-Recipient: RFC822; root at test.aaa.com 네임 서버 설정입니다.(zone 파일)
@ IN SOA ns.aaa.com. root.aaa.com. (
2003012302 ;Serial
10800 ;Refresh (3h)
900 ;Retry (15min)
604800 ;Expire (7d)
10800) ;Minimum (3h)
IN NS ns.aaa.com.
IN A xxx.xxx.xxx.1
IN MX 10 @
IN MX 20 mail
test.aaa.com IN MX 30 xxx.xxx.xxx.2
ns IN A xxx.xxx.xxx.1
www IN A xxx.xxx.xxx.12
mail IN A xxx.xxx.xxx.1
test IN A xxx.xxx.xxx.2
(대충 가렸습니다 ㅡ.ㅡ)
답변 부탁드립니다