Email Bounceback

Email Bounceback

Common Bounceback with Email:- Bounceback Error:- 421 Server temporarily unavailable. Try again later. Cause of Error:- The email queue is higher than the normal email volume. Resolution:- Please try again later Recipient Account Related Bounces:- 1.Bounceback Error:- Account Storage limit Cause of Error:- The recipients account has reached it is storage limit and can not…

Understanding how password protecting a directory works
|

Understanding how password protecting a directory works

You can limit access to certain resources of your website by password protecting the directories they are in.When you choose to password protect a directory in cpanel,It creates a rule in .htaccess file.This rule specifies that the folder is protected and the visitor will need to provide the proper username and password to log in…

Guide to Install Mailserver, SquirrelMail Webmail in Webmin/Virtualmin Server on Centos 6

Guide to Install Mailserver, SquirrelMail Webmail in Webmin/Virtualmin Server on Centos 6

 Main steps are follow as below 1.Get the DNS for mydomain.com updated to point tha MX records to your server. 2.Install the MTA of your choice (I recommend Postfix ,of course) 3.Configure the MTA to receive mail from mydomain.com and deliver to local mailboxes. 4.install the MDA of your choice(i recommend dovecot ,of course). 5.Configure MDA for POP/IMAP…

How to host domain on VPS without Control Panel

How to host domain on VPS without Control Panel

Once you got the server or Vps,Login to the server through SSH using the tool called putty.Once you have logged in type in the bellow command.For CENTOS:Installing Apache with Mysql support #yum install httpd php php-mysql Set the Apache Service to start automatically when you restart #chkconfig httpd on #service httpd start Set the mysql…

How to Use DNS Zone Editor in cPanel?
|

How to Use DNS Zone Editor in cPanel?

DNS(Domain Name System):- Its Name server stores DNS records for a domain name.There are many types and some of that is most common (i.e).For More about read this document DNS Zone Editor A Record:- A Record is a pointing a domain name with an ip address.for example(example.com is associated with the ip of 111.11.11.11) CName…

Learn How to Backup and Restore MySQL Database
|

Learn How to Backup and Restore MySQL Database

Backup Database in cPanel The backup interface allows you to download and store your files,databases,forwarders and filters in a backup file. Step1:Login to your cPanel Step2:Under the files section, click on Backup. Step3: Now under the Download a MySQL Database Backup section, click on your database name, in this case user_wordpress. Step4:On your local machine,…

Steps to install and configuration phpMyAdmin on CentOS 6

Steps to install and configuration phpMyAdmin on CentOS 6

Step1:Add the EPEL Repository rpm -iUvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm Step2:Install phpMyAdmin yum -y install phpmyadmin Step3:Find Your IP Address Following Sites: What is My IP Address? What Is My IP? Step4:Basic Configuration for phpMyadmin vi /etc/httpd/conf.d/phpMyAdmin.conf Find the following sections and change each ip address to the one you found in step3. Require ip 127.0.0.1 Allow from…