Skip to main content

The mail server could not deliver mail

Comments

3 comments

  • 24x7server
    Hello, Yes, There is an issues the DNS and due to that you are getting this issues. May be MX record it not correctly setup for your domain. You can check that with dig mx DOMAIN-NAME from your server.
    0
  • iceman-x
    Here is the out put i get when i dig.
    ; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.30.rc1.el6_6.3 <<>> mx domain.no ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 17921 ;; flags: qr aa rd; QUERY: 1, ANSWER: 2, AUTHORITY: 2, ADDITIONAL: 1 ;; WARNING: recursion requested but not available ;; QUESTION SECTION: ;domain.no. IN MX ;; ANSWER SECTION: domain.no. 86400 IN MX 10 mx01.domain.com. domain.no. 86400 IN MX 10 mail.domain.no. ;; AUTHORITY SECTION: domain.no. 86400 IN NS ns2.domain.com. domain.no. 86400 IN NS ns1.domain.com. ;; ADDITIONAL SECTION: mail.domain.no. 86400 IN A 37.58.103.82 ;; Query time: 1 msec ;; SERVER: 67.228.254.4#53(67.228.254.4) ;; WHEN: Wed Jun 17 09:49:59 2015 ;; MSG SIZE rcvd: 135
    0
  • cPanelMichael
    Hello :) I suggest searching /var/log/exim_mainlog to see if you can find an entry for the message. EX:
    exigrep user@domain /var/log/exim_mainlog
    Thank you.
    0

Please sign in to leave a comment.