How to get mail statistics from your postfix mail logs Its an amazing tool and will provide you the following details Total number of: Messages received, delivered, forwarded, deferred, bounced and rejected Bytes in messages received and delivered Sending and Recipient Hosts/Domains Senders and Recipients Optional SMTPD totals for number of connections, number of ...
Category: Plesk
Plesk issues
Upgrading MySQL Governor on CPanel, Plesk and DirectAdmin server
Upgrading MySQL Governor on CPanel, Plesk and DirectAdmin server Run the below command to update MySQL Governor yum update db-governor db-governor-mysql --enablerepo=cloudlinux-updates-testing Run the below command to restart the service service db_governor restart
How to install MySQL Governor on CPanel, Plesk and DirectAdmin
How to install MySQL Governor on CPanel, Plesk and DirectAdmin MySQL governor is set of utilities to monitor and restrict MySQL usage in shared hosting environment. The monitoring is done via USER_STATISTICS table that is available in CloudLinux version of MySQL as well as via tracking of slow queries. To install MySQL governor on cPanel server ...
Cannot Login plesk after installation
Cannot Login plesk after installation or reset plesk admin password Login to SSH. Run the below command /usr/local/psa/bin/init_conf --set-admin-password -passwd NEW_PASSWORD
Apache failed to start with the "No space left on device" error
Apache failed to start with the "No space left on device" error. Login to server via SSH. Check the apache error logs you are getting while restarting plesk. ================================================ -[notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [error] (28)No space left on device: Cannot create SSLMutex Configuration Failed ================================================ How much IPC resources are used can be ...
How to Replace DrWeb with ClamAV in Plesk
How to Replace DrWeb with ClamAV in Plesk If you are looking for a way to scan emails for viruses without paying for drweb or some other commercial virus scanning software in linux plesk then you can easily achieve that with ClamAV. And you can install ClamAV easily by following some simple steps as ...
How to uninstall Dr.Web Antivirus
How to uninstall Dr.Web Antivirus. Login to server via SSH. Remove DrWeb antivirus packages: rpm -e drweb-updater drweb-common drweb-bases drweb-base drweb-daemon psa-drweb-configurator Remove the cron entry remaining after the uninstallation: rm -rf /var/spool/cron/drweb Discontinue monitoring of the service by Watchdog: /usr/local/psa/admin/bin/modules/watchdog/wd --unmonit-service=drweb
How to retrive plesk admin password
How to retrive plesk admin password Apart from the password reminder available on the login screen, you can use theplesksrvclient.exe utility located in the %plesk_bin% folder to set up a new password or retrieve the old one. You can set up a new password by running the following command: "%plesk_bin%\plesksrvclient" -set <new_password> true You can also ...
How to install php-mcrypt in linux plesk
How to install php-mcrypt in linux plesk Login to server via SSH. Download atomic repo using the below link: wget -O - http://www.atomicorp.com/installers/atomic |sh Then you can install php-mcrypt using below command. yum install php-mcrypt
Command to check plesk version
Command to check plesk version Login to shell. check the version file in /usr/local/psa/ there you can check the plesk version. cat /usr/local/psa/version