• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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