cat doms.txt | while read i; do plesk bin domain -u $i -php_handler_id plesk-php70-fastcgi; done
Good old Plesk. After an update yesterday, the Plesk milter greylisting has been confused, and returning 451 4.7.1 Service unavailable…
To add a mail alias to an existing user on a Plesk server using the command line. [code] /usr/local/psa/bin/mail -u…
Using the command line is sometimes a lot quicker than fannying around with a panel in the browser. So to…
To suspend or unsuspend a domain on a Plesk server via the command line, we use the Plesk command line…
first, stop the mail manager: [code]/usr/local/psa/admin/sbin/mailmng –stop-service[/code] then locate all of the shitty mapped mailbox junk and delete it: [code]find…
good old plesk and phpmyadmin combination nightmare that’s been an issue for several years… the problem: export.php not found occasionally…
Quick bash script to grep out MySQL passwords from Plesk’s PSA database. Script: [code language=”bash”]#!/bin/bash clear; echo "Searching MySQL user…
Quick bash script to grep out protected directory logins from Plesk’s PSA database. Script: [code language=”bash”]#!/bin/bash clear; you=`who am i…