• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Finding a domain alias?

deltatech

Regular Pleskian
Ever since upgrading to plesk 10, it seems there is no way to search for a domain name that is being used as a domain alias.

We received a complaint about one of our hosted domains. We do indeed host that domain but can not locate it within plesk as it is a domain alias.

How can we find out which customer has this domain alias?
 
This will show you the main domain its set to

mysql -uadmin -p`cat /etc/psa/.psa.shadow ` psa -e "select d.name from domainaliases da inner join domains d on da.dom_id=d.id;"
 
Back
Top