: The original message was received at Mon, 6 Jan 2003 16:10:23 +0900
: from [61.72.245.161]
:
: ----- The following addresses had permanent fatal errors -----
: <sim at maniastreet.com>
: (reason: 553 5.3.5 system config error)
:
: ----- Transcript of session follows -----
: 553 5.3.5 maniastreet.com. config error: mail loops back to me (MX problem?)
: 554 5.3.5 Local configuration error
:
:
: 라는 에러가 뜨네요...
:
: dns는
:
: @ IN SOA ns.manstreet.com. root.manstreet.com. (
: 2003010600 ;Serial
: 10800 ;Refresh
: 3600 ;Retry
: 3600000 ;Expire
: 3600) ;Minimum
:
: IN NS ns.manstreet.com.
: @ IN MX 10 mail
:
: @ IN A 211.174.176.xxx
: ns IN A 211.174.176.xxx
: mail IN A 211.174.176.xxx
: www IN A 61.72.245.xxx
:
: 와 같이 설정했고요.
:
: 답변 부탁드립니다.
@ IN MX 10 mail
행에서 에러가 발생하는군요.
@은 없어도 되고 mail은 완전한 도메인을 적어주어야 합니다.
IN MX 10 mail.manstreet.com.