kb: how-to
Plesk for Linux
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/12377319866775/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
0 comments
Please sign in to leave a comment.