• 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.

Question Webmail.mydomain.com IS NOT ACCESSIBLE

silver

Basic Pleskian
hello I can not access webmail with both of webmail.mydomain.com and also directly from my plesk web panel.

this is the problem :

webmail.something.mydomain.com
’s server IP address could not be found.

DNS_PROBE_FINISHED_NXDOMAIN

some notes :
my plesk is on a subdomain. it's DNS set to a subdomain and subdomain is working well ... DNS records also is present there , A record and MX record ...
 
Thanks , this will happen :


nslookup panel.mydomain.com
Server: 127.0.0.53
Address: 127.0.0.53#53

Non-authoritative answer:
Name: panel.mydomain.com
Address: myServerIpAddressShownHere

nslookup webmail.panel.mydomain.com
Server: 127.0.0.53
Address: 127.0.0.53#53

** server can't find webmail.panel.mydomain.com: NXDOMAIN
 
Last edited:
So, that means that there is no DNS record for webmail.panel.sarafinegar.com hostname. Check and fix it.
 
you mean I add MX record in panel.mydomain.com ?

This pic is DNS settings for specified domain.
 

Attachments

  • Screenshot from 2019-01-29 14-57-44.png
    Screenshot from 2019-01-29 14-57-44.png
    84.4 KB · Views: 17
# dig A panel.s*****r.com +short
198.143.***.***
# dig A webmail.panel.s*****r.com +short
#

# whois s*****r.com | grep "Name Server:"
Name Server: NS1.Y****N.IR
Name Server: NS2.Y****N.IR

(DNS request to the real DNS Server that handles the Domain, gives no response to the webmail subdomain)
# dig A webmail.panel.s*****.com @ns1.y****n.ir +short
#

(DNS request to your Plesk Server)
# dig A webmail.panel.s*****r.com @198.143.***.***+short
198.143.***.***

You did the DNS on the Plesk Server, but the domain is managed externally so any DNS change over Plesk will not be applied.
Please add the record for webmail.panel.s*****r.com at your DNS Provider.
If you are not sure who the provider is you can do a lookup here: WHOIS Search | ICANN WHOIS

Best Regards,
 
Back
Top