• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved GSuit with Plesk and robot.your-server.de/dns

VojkanC

Basic Pleskian
I am using Hetzner's vServer with Plesk Onyx Version 17.5.3 Update #45 and I am trying to setup GSuit for email.
Here is what I have entered in robot.your-server.de/dns

@ IN MX 1 ASPMX.L.GOOGLE.COM
@ IN MX 5 ALT2.ASPMX.L.GOOGLE.COM
@ IN MX 5 ALT1.ASPMX.L.GOOGLE.COM
@ IN MX 10 ALT4.ASPMX.L.GOOGLE.COM
@ IN MX 10 ALT3.ASPMX.L.GOOGLE.COM
ALT1.ASPMX.L.GOOGLE.COM. IN A 74.125.131.26
ALT2.ASPMX.L.GOOGLE.COM. IN A 74.125.130.26
ALT3.ASPMX.L.GOOGLE.COM. IN A 108.177.125.26
ALT4.ASPMX.L.GOOGLE.COM. IN A 74.125.199.26
ASPMX.L.GOOGLE.COM. IN A 173.194.175.26

What I get is:
gsuit.png


As you can see, DNS adds ".sxxxxxxy.com"at the end and because of that I cannot connect my domain with G Suit?

There might also be some problem with syncing between Plesk and Hetzner's DNS (I always setup everything manually).

Can someone please help with DNS settings?

This is what I have done in Plesk:
  1. Turned off mail service for the email I am truing to connect with G Suite.
  2. I have added DNS records like on the picture:
    2018_04_16_04_24_30_Add_a_Resource_Record_to_the_Zone_Plesk_Onyx_17_5_3_Opera.png
Any help would be much appreciated.
 
How are you managing DNS? I bet that's not through Plesk...

Try adding a dot at the end of your MX records host names, like:
Code:
@ IN MX 1 ASPMX.L.GOOGLE.COM.
@ IN MX 5 ALT2.ASPMX.L.GOOGLE.COM.
@ IN MX 5 ALT1.ASPMX.L.GOOGLE.COM.
@ IN MX 10 ALT4.ASPMX.L.GOOGLE.COM.
@ IN MX 10 ALT3.ASPMX.L.GOOGLE.COM.
 
oops... I missed the screenshot... it seems you are using Plesk DNS.... weird.... It has always worked for me with all Plesk versions I used....
 
That did the trick. There was a problem with a dot at the end. I managed to figure it out late last night.
Thank you very much for your reply.
 
Back
Top