Skip to main content

Remote mail exchanger SMTP-error (550)

Comments

5 comments

  • cPRex Jurassic Moderator
    Hey there! Is the domain's MX record also pointed to Gmail? If not, the DNS would still route that back to the local system.
    0
  • mortenmathiasen
    Yes, the MX records point to Gmail: clientdomain.dk. 14400 IN MX 1 aspmx.l.google.com. clientdomain.dk. 14400 IN MX 5 alt2.aspmx.l.google.com. clientdomain.dk. 14400 IN MX 5 alt1.aspmx.l.google.com. clientdomain.dk. 14400 IN MX 10 aspmx2.googlemail.com. clientdomain.dk. 14400 IN MX 10 aspmx3.googlemail.com. clientdomain.dk. 14400 IN MX 20 clientdomain.dk.
    These records work just fine outside cPanel. Inside cPanel Exim reports this error: fail_remote_domains: driver = redirect domains = ! +local_domains : ! localhost : ! localhost.localdomain allow_fail data = ${if eq {$verify_mode}{S} \ {:fail: The mail server does not recognize $local_part@$domain as a valid sender.} \ {:fail: The mail server could not deliver mail to $local_part@$domain. The account or domain may not exist, they may be blacklisted, or missing \ the proper dns entries.} \ }
    From this it seems that any remote domain will fail upon standard Exim setup?
    0
  • cPRex Jurassic Moderator
    I'd recommend checking two things. The first, would be a "dig mx clientdomain.dk" from the cPanel server's command line, just so you can confirm your local server is reading those MX records properly. The second thing would be to check the cPanel >> Track Delivery tool to see if that shows any odd routing.
    0
  • mortenmathiasen
    SOLVED! The MX records were not available to Exim. After setting up a DNS-forwarder pointing to cPanels DNS everything works great. :) [root@hostingdomain ~]# dig clientdomain.dk MX +short 5 alt1.aspmx.l.google.com. 10 aspmx3.googlemail.com. 5 alt2.aspmx.l.google.com. 1 aspmx.l.google.com. 10 aspmx2.googlemail.com.
    Thanks a lot!
    0
  • cPRex Jurassic Moderator
    I'm glad I could help get things on the right track!!
    0

Please sign in to leave a comment.