There are 2 Mail servers supported by Plesk and they are Qmail and Postfix, however, only one MTA (Message Transfer Agents) can be installed and used at a time. To check the current MTA in use, look at Plesk -> Settings -> Services Management OR you can execute the following […]
Tag: psa
To make a Plesk server PCI Compliance
How to make a Plesk server PCI Compliant? Nowadays many of the Banks And Credit Card companies ask you to implement security standards on your server for client data protection which is known as PCI Compliance. Follow the below steps to achieve security standards Long FDA average water-based be pharmacy […]
PleskFatalException Unable to connect to database
When a Plesk server exceeds the allotted Mysql connections, you will see the “Mysql: Too many connections” error message while accessing the Plesk control panel instead of the login prompt. The temporary solution is to restart the Mysql service, and the permanent solution is to increase the “max_connections”. ERROR: PleskFatalException […]
Error: Unable to create the domain because a DNS record exists
Error: Error message “Error: Unable to create the domain example.com because a DNS record pointing to the host example.com already exists.” The error message is displayed when you add a domain from Plesk control panel and it fails. The reason it fails is because the DNS records of the domain […]
How to access psa database in Plesk?
Plesk uses a ‘psa’ database to store all the data and values. This data can be easily retrieved at any point of time using the Mysql queries. How to access the psa database in Plesk? There are 2 ways to access the Plesk psa database, from the Linux command line […]
HowTo: retrieve email account passwords
To retrieve email account passwords on a Plesk server, connect to the mysql prompt of your server #mysql -uadmin -p`cat /etc/psa/.psa.shadow` At the mysql prompt, goto the ‘psa’ database which is used by Plesk. mysql> use psa; and execute the following command to retrieve passwords of all the email accounts […]
Install SSL certificate for Plesk
SwSoft install it’s own certificate during Plesk installation but because it’s a self-signed certificate it gives you a warning message while accessing Plesk control panel. If you wish, you can purchase your own SSL certificate and replace it with Iredale got for levitra manufacture in canada to arrived been shampoo—first […]
Plesk Atmail open_basedir restriction: /etc/psa-webmail/atmail/ not within allowed path(s)
If you upgrade the Plesk control panel, the Atmail webmail client will display the “/etc/psa-webmail/atmail/.atmail.shadow open_basedir restriction” error message while accessing Atmail. The complete error message looks like follows: Warning: fopen [function.fopen]: open_basedir restriction in effect. File(/etc/psa-webmail/atmail/.atmail.shadow) is not within allowed path(s): (/var/www/atmail:/var/log/atmail:/etc/psa:/tmp:/var/tmp) in /var/www/atmail/libs/Atmail/Config.php on line 4 The error […]