• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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