Plesk

How to get a list of all domains with information about IP address, DMARC status and SSL certificates?

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.

  1. Log into the server via SSH.
  2. Download report.sh.tar.gz from the attachment:

    # wget https://plesk.zendesk.com/hc/article_attachments/12377319866775/report.sh.tar.gz

  3. Unpack it:

    # tar -xvzf report.sh.tar.gz

  4. Add executeble permissions to unpacked script:

    # chmod +x report.sh

  5. Execute the script:

    ./report.sh

Information will be stored in report.txt file in the same directory.

Exit mobile version