1. Login to your email account in Roundcube Webmail such as http://yourdomainname.com/roundcube2. Click “Settings” on the top-right corner just below your display email username.3. On the left side panel, click the “Password” and fill in your current password as well the new password to update.
Search our database
Managing Spam Emails with SpamAssassin
cPanel comes equipped with several tools that allow you to effectively combat spam from being sent to your email accounts. This article will go through how to use and configure your spam filtering tools.Refer to this guide if your server is running a legacy version of cPanel.Spam FilteringStart by navigating to Spam Filters.This will bring […]
How to view Email Header
Follow the appropriate procedure below for your preferred webmail application.HordeTo view a message’s e-mail headers in Horde, follow these steps:Open the message in Horde.Click Open in new window, and then click View Source.RoundcubeTo view a message’s e-mail headers in Roundcube, follow these steps:Open the message in Roundcube.Click the (More actions) icon, and then click Show […]
Jaring : How to change email password in webmail
1. Login into your webmail at https://webmail.jaring.asia
How to empty out inbox via Directadmin
1 – Login to your Directadmin https:/#domain#:2222/ 2 – Under E-Mail Management section, go to E-Mail Accounts 3 – Tick the email account you would like to empty the inbox 4 – There is a dropdown list on the right of ‘Purge From’ button, select ‘Inbox’. 5 – You can choose to remove email from […]
How to view email in HTML format
Issue: When browse email or reply using webmail that contain table, the table is run out of alighment. Solution: View the email using HTML format before reply, refer:
How to fix cpanel email error : has exceeded the max defers and failures per hour (5/5)
If you getting email bounce back related to the error below :- Domain example.com has exceeded the max defers and failures per hour (5/5 (100%)) allowed. Message discarded. 1) Directly login to the cpanel hosting using SSH 2) Go to the path below :- /var/cpanel/email_send_limits After go to the path, you can see the defer […]
How To Create Auto Responder In WebMail
Step 1 – Open WebMail on your browser. Step 2 – Click on “Change Password”. Step 3 – Login into WebMail. Step 4 – You can change your password here or set vacation messages. Click on “Vacation Messages”. Step 5 – Type your away message and choose your start and end date. […]
How To Enable Roundcube Webmail Password Change Plugin
Roundcube Webmail comes with a plugin that allows user to change password within DirectAdmin itself. Step 1 – Enable the plugin. Edit Roundcube Webmail main configuration file. Add the plugin name into the plugin array settings by looking for the line below: $rcmail_config[’plugins’] = array();$rcmail_config[‘plugins’] = array(); Step 2 – Add the plugin […]
How To Configure Roundcube Webmail Folder For DirectAdmin Email Account
You need to configure Roundcube first to get it to work properly with DirectAdmin. Step 1 – Open Roundcube configuration file located at WEBMAIL_DIR/config/main.inc.php. Step 2 – Change the line for default folder as below: $rcmail_config[’drafts_mbox’] = <span>’Drafts'</span>;$rcmail_config[‘drafts_mbox’] = <span>’Drafts'</span>; And change to.. $rcmail_config[’drafts_mbox’] = <span>’INBOX.Drafts'</span>;$rcmail_config[‘drafts_mbox’] = <span>’INBOX.Drafts'</span>; Step 3 – Repeat step […]