It’s very simple to set up FTP service on the server, please do as instructed below to set up FTP service and set up a customer to use FTP. Before setting up FTP you need to validate that it is not already set up on your server. For centos os use the command to check […]
Posts by seemab:
How to configure email account on outlook 2007
For configuring email account on outlook 2007 follow the steps below,You must have an email account already created in cPanel to do so. Open Microsoft Office Outlook 2007 on your local computer Go to Tools -> Account Settings Click “New” in the upper left corner Select the “Microsoft Exchange, POP3, IMAP, or HTTP” Click “Next” […]
How to re-install MySQL in cPanel server
You can re-install MySQL on cPanel server by following the technique described below, Firstly you need to know the SQL rpms that were set up on your server. For that run the following command. rpm -qa | grep -i mysql Then remove the required MySQL rpms on the server using yum command. You can do […]
Apache crashing Invalid argument: couldn’t grab the accept mutex
Apache sometimes crashes, outcome from the Apache error_log strike this error. (22)Invalid argument: couldn’t grab the accept mutex (22)Invalid argument: couldn’t grab the accept mutex (22)Invalid argument: couldn’t grab the accept mutex (22)Invalid argument: couldn’t grab the accept mutex (22)Invalid argument: couldn’t grab the accept mutex (22)Invalid argument: couldn’t grab the accept mutex (22)Invalid argument: […]
Error: Domain domain.com has exceeded the max defers and failures per hour (5/5 (100%)) allowed
One of our client was getting email failure messages from a domain name hosted on our server, The error was like: This error occurs when an account sends email to addresses that fail or defer more than the set limit and Exim restricts them from sending any email out of your server. If the define […]
WHM error: Add new IP address – skipping: “already added”
Sometimes, something odd happens when you go to add an IP address to your server, you’ll see this error: If that happens there are a couple of things to check and correct. Hopefully one of these will work for you. Make sure that the IP address you’re trying to add has been removed from these files: /etc/hosts […]
535 Incorrect Authentication Data
This error is commonly occur due to mailbox permissions in cPanel. If you have a Linux dedicated server or VPS,You can fix this problem in WHM by going to “Email” section. Choose “Email Repair Mailbox permissions” . It will display the following message. Click on “Proceed ” This will fix permission issues in mail box. […]
Internal Server Error User ‘username’ is over quota
One of our client account was over quota and he cannot access cPanel and Webmail,then we have update the package now he can access cPanel but when try to login Webmail it still display error : ———————————- Internal Server Error User ‘useraccount’ is over quota. ———————————- In this post we will show you how to […]
Allow mysql access to Remote Hosts
You can allow remote serves to access MySQL database, remote serves such as external web servers can access your MySQL database by including their domain to the list of serves that are able to access database on your web site. Just follow the steps to allow remote access. Go to the Setup Remote MySQL Server Type […]
How to Change the Sending IP for Outbound Email in cPanel
cPanel has offered the service with which you can determine and change IP in exim for outgoing email. There are easy ways that need to follow for this. By standard exim uses shared ip of the server to deliver outgoing emails. In order to use other IP of the server for outgoing e-mail,First you need […]