Skip to main content

all host for 'domain.com' has been failing for a long time

Comments

3 comments

  • quietFinn
    Are there MX records for domain.com? dig domain.com MX
    0
  • philwebservices
    dig infovisionresearch.com MX ; <<>> DiG 9.11.36-RedHat-9.11.36-8.el8 <<>> infovisionresearch.com MX ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 24150 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ;; QUESTION SECTION: ;infovisionresearch.com. IN MX ;; ANSWER SECTION: infovisionresearch.com. 7200 IN MX 0 infovisionresearch.com. ;; Query time: 218 msec ;; SERVER: 1.1.1.1#53(1.1.1.1) ;; WHEN: Sun Jun 11 20:56:21 EDT 2023 ;; MSG SIZE rcvd: 67 Do i need to have an MX record for mandrillapp?
    0
  • cPRex Jurassic Moderator
    The alternate port setting for Exim is for mail clients like Outlook or Thunderbird to make a connection to the server when port 25 is blocked on their network. It will not change mail delivery on the system. I would try clearing the Exim database to see if things work well now: /usr/sbin/exim_tidydb -t 1d /var/spool/exim retry > /dev/null /usr/sbin/exim_tidydb -t 1d /var/spool/exim reject > /dev/null /usr/sbin/exim_tidydb -t 1d /var/spool/exim wait-remote_smtp > /dev/null
    0

Please sign in to leave a comment.