Plesk for Linux
kb: how-to
ABT: Group A
Applicable to:
- Plesk for Linux
Question
How to get a list of domains with information about IP-addresses, DMARC, DKIM status and SSL certificate name for domain and webmail?
Answer
This information can not be viewed via Plesk UI, however it is possible to get all this information directly from Plesk Database.
- Log into the server via SSH.
- Download report.sh.tar.gz from the attachment:
# wget https://plesk.zendesk.com/hc/article_attachments/115005405693/report.sh.tar.gz
- Unpack it:
# tar -xvzf report.sh.tar.gz
- Add executeble permissions to unpacked script:
# chmod +x report.sh
- Execute the script:
MYSQL_LIN: ./report.sh
Information will be stored in report.txt
file in the same directory.
Comments
6 comments
I get the following error running the script:
@Timo
Could you please run the script as below and share the output:
sh -x ./report.sh
@Timo Meinen
There is a possibility that the DNS setup differs from what is expected by script, i.e. there are two DMARC records configured for the same domain.
To troubleshoot it further, please check the output of the following queries:
@... Sorry, Table 'psa.tmp_report' doesn't exist
@Timo Meinen
Please create it as in the script:
Please sign in to leave a comment.