Skip to main content

Please turn on SMTP Authentication in your mail client. (WHM 54)

Comments

8 comments

  • cPanelMichael
    Hello :) Could you elaborate on the MX records utilized in the DNS zones for these domain names? Are these standard MX records or are custom hostnames/servers utilized? Thank you.
    0
  • JonTheWong
    The MX records are as follow; cat /var/named/example.tld.db | grep mx example.tld. 86400 IN MX 0 caspar.example2.tld. example.tld. 86400 IN MX 1 mxca.example2.tld. example.tld. 86400 IN MX 2 mxus.example2.tld. example.tld. 86400 IN MX 3 mxeu.example2.tld. example2.tld is setup with all the right A records. E-Mail is flowing fine after i setup all newly transferred domains to LOCAL Exchange
    0
  • JonTheWong
    This seems to also effect SMX Plugin not being able to pull the domain list and generate a proper /etc/remotedomains list.
    0
  • JonTheWong
    /scripts/checkalldomainsmxs Is not seeing the right information, and seems to be the cause of the initial problem. Checking and setting clientdomain.tld .... info [checkalldomainsmxs] [checkmx] caspar.ourserver.tld was resolved using gethostbyname info [checkalldomainsmxs] [checkmx] mxca.ourserver.tld was resolved using gethostbyname info [checkalldomainsmxs] [checkmx] mxus.ourserver.tld was resolved using gethostbyname info [checkalldomainsmxs] [checkmx] mxeu.ourserver.tld was resolved using gethostbyname REMOTE MAIL EXCHANGER: This server will NOT serve as a mail exchanger for clientdomain.tld's mail.: This configuration has been automatically detected based on your mx entries.
    ....Done Pulled from clientdomain.tld.db clientdomain.tld. 3600 IN MX 0 caspar.ourserver.tld. clientdomain.tld. 3600 IN MX 1 mxca.ourserver.tld. clientdomain.tld. 3600 IN MX 2 mxus.ourserver.tld. clientdomain.tld. 3600 IN MX 3 mxeu.ourserver.tld. dig clientdomain.tld mx +short @8.8.8.8 1 mxca.ourserver.tld. 2 mxus.ourserver.tld. 3 mxeu.ourserver.tld. 0 caspar.ourserver.tld. This server (caspar) is using a remote DNS system thats in house; no special rules or local domains configured. Just a cache bind setup to serve the clusters.
    0
  • cPanelMichael
    This server (caspar) is using a remote DNS system thats in house; no special rules or local domains configured. Just a cache bind setup to serve the clusters.

    Hello :) Here's the message that's output when running the script you referenced: The MX record will be determined from the zone file associated with this server, not from a remote query of the DNS record. If you are using and editing the zone file on a server not associated with this server through a DNS cluster configuration, then this utility will configure your email settings incorrectly.
    This suggests you should not utilize this utility if the DNS for the domain name is handled externally. However, the transfer itself should be able to detect if a MX record is local or remote. Could you open a support ticket using the link in my signature so we can take a closer look? You can post the ticket number here so we can update this thread with the outcome. Thank you.
    0
  • JonTheWong
    Hello :) Here's the message that's output when running the script you referenced: This suggests you should not utilize this utility if the DNS for the domain name is handled externally. However, the transfer itself should be able to detect if a MX record is local or remote. Could you open a support ticket using the link in my signature so we can take a closer look? You can post the ticket number here so we can update this thread with the outcome. Thank you.

    The DNS is setup as follow; caspar is "master" sends to DNSOnly dnsca/us/eu but is NOT listed as an IP in the dns clusters and has port 53 closed. So the SOA for DNSCluster does not show caspar. Thats why the message could be failing since the zones are local but the SOA is remote caspar is listed in MX0 as shows above.
    0
  • cPanelMichael
    Could you let us know if you are able to reproduce the issue on cPanel version 54.0.15? CPANEL-3993 addresses an issue where transferring an account from cPanel version 11.52 or older results in "Remote Mail Exchanger" getting set for the "Mail Routing" configuration, when it should utilize "Automatically Detect Configuration". Thank you.
    0
  • JonTheWong
    Can't confirm as of yet; don't have any transfers to do. I'll try and update when it happens
    0

Please sign in to leave a comment.