'dns'에 해당되는 글 2건
2009. 5. 7. 17:26
[서버관련]
CNAME lookup failed temporarily. (#4.4.3)
I'm not going to try again; this message has been in the queue too long.
I'm not going to try again; this message has been in the queue too long.
위와 같이 qmail에서 발송하지 못하고 리턴메일을 보낸다면,
dns oversize patch를 해주어야한다..
patch 파일경로는
http://www.ckdhr.com/ckd/qmail-103.patch
위의 경로에서 받으면 되며,
patch -p1 < qmail-103.patch
를 해주고,
make check setup
해주면 된다.
2008. 2. 12. 15:35
[개발자이야기]
bind 설치시
checkhints: L.ROOT-SERVERS.NET/A (199.7.83.42) missing from hints
와 같은 에러가 나서보니 hint로 기술된 named.root 에 해당 내역이 없다..
wget ftp://ftp.internic.org/domain/named.root > named.hint
로 최신 root 도메인을 가져온다.