Support Centre

Whitelisting/Blacklisting an Email Address in MailEnable Webmail

Whitelisting/Blacklisting an Email Address in MailEnable Webmail You are in full control of your mailbox.Here’s how you can whitelist or blacklist an email address to ensure you receive important emails directly to your inbox: LOG IN TO WEBMAIL:First, please log in to your MailEnable Webmail account.You can access this through https://webmail.cozadomains.com:9005/ GO TO MAIL SETTINGS:Once you’re logged in, look for and click on the “Mail Settings” link.(Top right corner or within a navigation menu.) NAVIGATE TO SPAM SETTINGS:You’ll find the “Spam” section in the left-side menu. ADD TO WHITELIST:Within the Spam settings, there should be an option labelled “Whitelist” or “Allowed Senders”. Please enter the email address you wish to whitelist (e.g., example@domain.com) into this field. ADD TO BLACKLIST:Within the Spam settings, there should be an option labelled “blacklist” or “Blocked Senders”. Please enter the email address you wish to blacklist (e.g., spammer@domain.com) into this field. SAVE CHANGES:After adding the email address, it’s crucial to “Save” or “Apply” the changes to ensure your settings are updated. Once you’ve completed these steps, emails from the whitelisted address should no longer be filtered as spam and will be delivered directly to your inbox.

Whitelisting/Blacklisting an Email Address in MailEnable Webmail Read More »

Mail Servers – Email Settings

INCOMING MAIL Server SETTINGS POP3 – Standard (non-SSL)INCOMING Mail  Server name = mail.yourdomain.co.zaPORT = 110 POP3 – (with-SSL)INCOMING Mail Server name = sslmail.cozadomains.comPORT = 995 IMAP – Standard (non-SSL)INCOMING Mail  Server name = mail.yourdomain.co.zaPORT = 110 IMAP – (with-SSL)INCOMING Mail  Server name = sslmail.cozadomains.comPORT = 993 OUTGOING MAIL Server SETTINGS SMTP – Standard (non-SSL)OUTGOING  Mail  Server name = mail.yourdomain.co.zaPORT = 587 SMTP – (with-SSL)OUTGOING Mail Server name = sslmail.cozadomains.comPORT = 465

Mail Servers – Email Settings Read More »

How to Optimize a Database Using phpMyAdmin

To optimize the database via phpMyAdmin in cPanel, follow these steps: Log in to your cPanel account. In the Databases section, click phpMyAdmin. In the left-hand sidebar, click the database that you want to optimize. At the bottom of the list of tables, select the Check All checkbox. In the With selected list box, select Optimize table. Click the Go button. phpMyAdmin will optimize the selected tables in the database. Once the optimization is complete, you will see a confirmation message. Here are some additional tips for optimizing the database via phpMyAdmin in cPanel: It is recommended to optimize the database regularly, especially if it is a large database or if it is used frequently. You can also optimize individual tables in the database by selecting the tables that you want to optimize and then clicking the Optimize table button. If you are having trouble optimizing the database, you can try using the Repair table function.

How to Optimize a Database Using phpMyAdmin Read More »

How to Add a User to a Database and Add Privileges in cPanel

To add a user to a database and add privileges in cPanel, follow these steps: Log in to your cPanel account. In the Databases section, click MySQL Databases. Under Current Databases, find the database that you want to add the user to and click the Manage User Privileges link. Under Privileged Users, click the Add Privileged User button. In the Username field, select the username of the user that you want to add. Click the Add button. The user will now be added to the database. You can now grant the user the necessary permissions. To grant the user permissions, follow these steps: Under Privileges, select the privileges that you want to grant to the user. Click the Make Changes button. The user will now have the selected permissions for the database. Here are some additional tips for adding a user to a database and adding privileges in cPanel: Only grant the user the permissions that they need. This will help to keep your database secure. If you are adding the user to multiple databases, you can grant the user permissions for all of the databases at once by clicking the All Databases checkbox.

How to Add a User to a Database and Add Privileges in cPanel Read More »

How to Set Up a New MySQL Database Username in cPanel

Here is a step-by-step guide on how to create a database username in cPanel: Log in to your cPanel account. In the Databases section, click MySQL Databases. Under MySQL Users, click the Add New User button. In the Username field, enter a username for the database user. In the Password field, enter a strong password for the database user. In the Password (Again) field, re-type the password. Click the Create User button. The new database user will now be created. You can now assign the user to a database and grant them the necessary permissions. Here are some additional tips for creating a database username in cPanel: Choose a descriptive username for the database user. This will help you to identify the user later. Use a strong password for the database user. Grant the database user only the privileges that they need. This will help to keep your database secure.

How to Set Up a New MySQL Database Username in cPanel Read More »

How to delete a database in cPanel?

To delete a database in cPanel, follow these steps: Log in to your cPanel account. In the Databases section, click MySQL Databases. Under Current Databases, find the database that you want to delete and click the Delete link. In the Delete Database confirmation box, click Delete Database. cPanel will delete the database and all of the data associated with it. Note: Be careful when deleting databases, as the deletion is permanent and cannot be undone. Make sure to back up the database before deleting it, if you need to restore the data later. Here are some additional tips for deleting a database in cPanel: Only delete databases that you are no longer using. If you are using the database in any applications, you will need to delete the database from the application’s configuration file before deleting it in cPanel.

How to delete a database in cPanel? Read More »

How to rename a database in cPanel?

To rename a database in cPanel, follow these steps: Log in to your cPanel account. In the Databases section, click MySQL Databases. Under Current Databases, find the database that you want to rename and click the Rename link. In the Rename Database field, enter the new name for the database. Click Proceed. cPanel will rename the database and you will be redirected to the MySQL Databases page. The new database name will now be reflected in the Current Databases table. Note: If you are using the database in any applications, you will need to update the database name in the application’s configuration file. Here are some additional tips for renaming a database in cPanel: Make sure to back up the database before renaming it. This will help you to restore the database if something goes wrong. Choose a descriptive name for the database. This will help you to identify the database later. Avoid using spaces or special characters in the database name.

How to rename a database in cPanel? Read More »

How to Create a New MySQL Database on cPanel

To create a new MySQL database in cPanel, follow these steps: Log in to your cPanel account. In the Databases section, click MySQL Databases. Under Create New Database, enter a name for the database and click Create Database. Click Go Back. The new database will appear in the Current Databases table. You can now create a user for the database and grant them the necessary permissions. To do this, follow these steps: Scroll down to the Add New User section. Enter a username and password for the user. Click Add User. Under Assign User to Database, select the database that you created in step 3 and click Assign. Under Privileges, select the privileges that you want to grant to the user. Click Make Changes. The new user will now be able to access and manage the database that you created. Here are some additional tips for creating a MySQL database in cPanel: Choose a descriptive name for the database. This will help you to identify the database later. Use a strong password for the database user. Grant the database user only the privileges that they need. This will help to keep your database secure.

How to Create a New MySQL Database on cPanel Read More »

How to install a new plugin or theme on WordPress

To install a new plugin or theme on Wordpress, you can follow these steps: To install a new plugin: Go to Plugins > Add New in your Wordpress dashboard. Search for the plugin you want to install and click the Install Now button. Once the plugin has been installed, click the Activate button. To install a new theme: Go to Appearance > Themes in your Wordpress dashboard. Click the Add New button. Search for the theme you want to install and click the Install Now button. Once the theme has been installed, click the Activate button. If you are installing a plugin or theme from a third-party source, be sure to download it from a trusted website. You should also make sure that the plugin or theme is compatible with your version of Wordpress. Once you have installed a new plugin or theme, you may need to configure it. You can do this by going to the Settings page for the plugin or theme. Here are some additional tips for installing plugins and themes on Wordpress: Always back up your Wordpress website before installing new plugins or themes. This will help you to restore your website if something goes wrong. Only install plugins and themes from trusted sources. Make sure that the plugins and themes you install are compatible with your version of Wordpress. Keep your plugins and themes up to date. Disable plugins and themes that you are not using. By following these tips, you can help to ensure that your Wordpress website is secure and stable.

How to install a new plugin or theme on WordPress Read More »




 

Contact Us | Privacy | General Terms

CopyRight © , SaHost South Africa






Scroll to Top