mail server的問題 - BBS

Table of Contents

從外面的郵件伺服器寄到自己的伺服器
有時候 會出現

Technical details of temporary failure:
TEMP_FAILURE: Could not initiate SMTP conversation with any hosts:
[211.21.69.19. (10): Destination address required]

這樣的error message

看了一些文章
似乎是DNS設定的問題

於是dig mx comdek.com
出現
; <<>> DiG 9.3.1 <<>> mx comdek.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 28303
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;comdek.com. IN MX

;; ANSWER SECTION:
comdek.com. 3600 IN MX 10 211.21.69.19.

;; Query time: 237 msec
;; SERVER: 139.175.55.244#53(139.175.55.244)
;; WHEN: Wed May 17 22:59:31 2006
;; MSG SIZE rcvd: 56


這樣的MX record有錯誤嗎?
還是哪裡的問題呢?因為這樣的error message不是每次都出現...
感謝各位!

--

All Comments