Find the answer to your Linux question:
Page 2 of 2 FirstFirst 1 2
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 ...
  1. #11
    Linux Guru Lazydog's Avatar
    Join Date
    Jun 2004
    Location
    The Keystone State
    Posts
    2,281
    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.

    Regards
    Robert

    Linux
    The adventure of a life time.

    Linux User #296285
    Get Counted

  2. #12
    Just 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 !

  3. #13
    Just 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]#

  4. #14
    Linux Guru Lazydog's Avatar
    Join Date
    Jun 2004
    Location
    The Keystone State
    Posts
    2,281
    What is the output of the following command?

    Code:
    dig rainbowgroup.com.mo mx

    Regards
    Robert

    Linux
    The adventure of a life time.

    Linux User #296285
    Get Counted

  5. #15
    Just 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

Page 2 of 2 FirstFirst 1 2

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...