Results 11 to 15 of 15
Here is something else to think about. Is your mail server setup in DNS? Does it have a MX record? Most mail server are checking DNS for this and if ...
- 03-18-2010 #11
Here is something else to think about. Is your mail server setup in DNS? Does it have a MX record? Most mail server are checking DNS for this and if it's not there then they are not accepting mail.
- 03-19-2010 #12Just Joined!
- Join Date
- Mar 2010
- Posts
- 8
I use root to login and mail root myself a email , and then use mail command to check it's sent or not , finally , system return message No mail for root . How can I check the email status is sent or not ?
I'm the beginner to using Linux , pls give me some advise , and thank you for your help !
- 03-19-2010 #13Just Joined!
- Join Date
- Mar 2010
- Posts
- 8
[root@ufida2 usr]# mail nova168168@hotmail.com
Subject: test
1234
Cc:
[root@ufida2 usr]# dig nova168168@hotmail.com
; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5 <<>> nova168168@hotmail.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 13412
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;nova168168\@hotmail.com. IN A
;; AUTHORITY SECTION:
com. 900 IN SOA a.gtld-servers.net. nstld.verisign-grs.com. 1268979986 1800 900 604800 86400
;; Query time: 21 msec
;; SERVER: 192.168.1.181#53(192.168.1.181)
;; WHEN: Fri Mar 19 14:36:15 2010
;; MSG SIZE rcvd: 113
[root@ufida2 usr]# cat /etc/resolv.conf
search rainbow.local
nameserver 192.168.1.181
nameserver 202.175.3.3
[root@ufida2 usr]# dig rainbowgroup.com.mo
; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5 <<>> rainbowgroup.com.mo
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 23206
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2
;; QUESTION SECTION:
;rainbowgroup.com.mo. IN A
;; ANSWER SECTION:
rainbowgroup.com.mo. 10800 IN A 216.35.196.65
;; AUTHORITY SECTION:
rainbowgroup.com.mo. 2931 IN NS ns2.server311.com.
rainbowgroup.com.mo. 2931 IN NS ns1.server311.com.
;; ADDITIONAL SECTION:
ns1.server311.com. 2931 IN A 216.35.196.65
ns2.server311.com. 2931 IN A 216.35.196.66
;; Query time: 309 msec
;; SERVER: 192.168.1.181#53(192.168.1.181)
;; WHEN: Fri Mar 19 14:16:32 2010
;; MSG SIZE rcvd: 134
[root@ufida2 usr]#
- 03-19-2010 #14
What is the output of the following command?
Code:dig rainbowgroup.com.mo mx
- 04-27-2010 #15Just Joined!
- Join Date
- Mar 2010
- Posts
- 8
; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5 <<>> rainbowgroup.com.mo mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 48333
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 3
;; QUESTION SECTION:
;rainbowgroup.com.mo. IN MX
;; ANSWER SECTION:
rainbowgroup.com.mo. 6782 IN MX 0 mail.rainbowgroup.com.mo.
;; AUTHORITY SECTION:
rainbowgroup.com.mo. 6782 IN NS ns1.server311.com.
rainbowgroup.com.mo. 6782 IN NS ns2.server311.com.
;; ADDITIONAL SECTION:
mail.rainbowgroup.com.mo. 6783 IN A 216.35.196.65
ns1.server311.com. 6782 IN A 216.35.196.65
ns2.server311.com. 6782 IN A 216.35.196.66
;; Query time: 14 msec
;; SERVER: 192.168.1.181#53(192.168.1.181)
;; WHEN: Tue Apr 27 16:18:11 2010
;; MSG SIZE rcvd: 155


Reply With Quote