• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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