Autoresponders are email robots that reply to all incoming messages with a standard outgoing message. Autoresponder will reply to all messages received, regardless of their content. For example, some companies keep updated price lists on an autoresponder. When a customer sends an email to [email protected] they will immediately receive a new price list in their […]
Author Archives: Tyler
Zoho Mail supports Categories in Zoho contacts where you can add different contacts to categories. These categories can be picked from the address book when you send an email. If you are hosting your domain with Zoho, you may also define Groups, which offer more flexibility than Distribution lists or categories. Learn more about Groups.
You can configure your Zoho Mail account on any standard IMAP client with the configuration details given below. Incoming Server Settings (Organization users with domain based email address,[email protected]): Incoming Server Name: imappro.zoho.com Port: 993 Require SSL: Yes Username : [email protected] Outgoing Server Settings: Outgoing Server Name: smtp.zoho.com Port: 465 with SSL or Port: 587 with […]
You can switch DirectAdmin to use SSL instead of plain text. -> https instead of http on port 2222. Note that this is for the DirectAdmin connection on port 2222, *not* for apache. If you’re tryting to setup a certificate for your domain through apache, use this guide. Creating a Self-Signed Certificate If you do […]
Note that it’s ultimately the responsibility of the server admin to ensure his system is secure. These are some basic security tips that can be done to help protect your system. This is not an end-all guide for server security, admins must be diligent, but rather some suggestions for a start to securing your server. […]
ServerPilot uses Nginx as the public facing web server and proxies the requests to Apache. So, we have to add our SSL configuration to Nginx. Steps: Login to the server using SSH Create a directory to hold the certificate and key files. cd /home mkdir -p certs/domain_name Copy the certificate (.crt) and private (.key) files […]
Are you using Plesk 12? Then it is possible to change the PHP version per website. To do so, follow the steps below. Log in to the VPS via your Plesk Control Panel. Make sure you have set up the ‘Service Provider View’ by clicking on ‘Change View’ in the bottom left corner. In the […]
Your domain name has been quarantined because it has been deleted. Deleted names are quarantined for 40 days, but can still be reactivated at any time during this period. During the quarantine period, websites or email addresses associated with the domain name will no longer work. Once the quarantine period has expired, the domain names […]
At the top of the Statistics menu, there are three links: “Backed up Apache Logs,” “Apache Usage Log,” and “Apache Error Log.” Backed up Apache Logs Clicking on the “Backed up Apache Logs” link will take you to a File Manager screen that contains a list of .tar.gz files named by domain/subdomain and month. For […]
From the control panel menu, click on the “MySQL Databases” icon and then the “Create new Database” link. Choose a name for the database that describes what the database is for. For example, enter “chat” if the database is intended for a chat script. The database name is always preceded by your username and an […]