Cannot Contact Outlook.com

Mail for some reason is not delivering to outlook.com Find your namservers. – in this case the example is 69.xx.xx.xx $ dig MX outlook.com @69.xx.xx.xx ; DiG 9.9.2-P2-RedHat-9.9.2-3.P2.el5 MX outlook.com @69.64.66.11 ;; global options: +cmd ;; Got answer: ;; ->>HEADERHEADER

Moving email accounts in Addon Domains cPanel

Email accounts in addon domains You can create email accounts for addon domains. To learn how to set up an email account for an addon domain, read our Email Accounts documentation. When you remove the addon domain, is email accounts will no longer appear in the cPanel interface. However, the contents for this email account … Read more

How can I view currently running MySQL queries?

You can use the “show processlist” command to view currently running queries. This is useful if you are looking to see if a query is locking a table, or if you have too many open queries, or for any other number of reasons. On a Linux Plesk server the MySQL password is stored in /etc/psa/.psa.shadow. … Read more

Install and Configure Monit on CentOS 6.6

Monit is not available from the system base repositories, you need to add and enable third party epel repository to install monit package under your RHEL/CentOS systems. # wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm # sudo rpm -Uvh epel-release-6*.rpm Install Monit # yum install monit Monit has it’s web interface that runs on port 2812 using web server. To … Read more

Troubleshoot Network Scanning on Plesk Server

For abuse issues that involve your server host sending emails with complaints that your server is conducting network scanning. What is Network Scanning? Network scanning is a process of identifying active hosts on a network, either for the purpose of attacking them or for network security assessment. It laymans terms, if your hosting provider has … Read more

How to move an addon domain from one cPanel to another

To move an addon domain from one cPanel to another: Download the content of your addon domain to your local PC. Backup any associated database(s). Create a subfolder inside the new cPanel’s public_html folder. Upload the content of your addon domain to this new folder. Restore the database backup(s) into the new cPanel. If the … Read more

Install ioncube in WHM

For cPanel Installing IonCube Loaders with cPanel & WHM can be done one of two ways: 1) Using EasyApache via WHM >> EasyApache, IonCube Loaders can be selected under the Exhaustive Options List prior to compiling. 2) As the user `root` via SSH, you can run the below command to install IonCube Loaders without having … Read more