Search results for: roundcube

Nov 29

SMTP Error (435): Authentication failed

While sending an email from Roundcube webmail I was receiving following error To fix this issue edit file  /usr/local/cpanel/base/3rdparty/roundcube/config/main.inc.php and make following changes. i.e remove %u     $rcmail_config['smtp_user'] = ‘%u’; to $rcmail_config['smtp_user'] = ‘ ‘;   contact@webhostingsupport.info

Oct 15

Upgrade Roundcube on cpanel server

Updating roundcube on cpanel server is very easy. SSH to server as root and execute following command.   root@Server[~]#/usr/local/cpanel/bin/update-roundcube –force contact@webhostingsupport.info

May 02

Roundcube Webmail Error

I have a cpanel servere and I have Roundcube Webmail installed on my server.  while accessing Roundcube Webmail I use to get Error file db.inc.php and main.inc.php not found FIX: Ssh to server as root and check if the db.inc.php and main.inc.php are present on server. files wil be loacated at location /usr/local/cpanel/base/3rdparty/roundcube/config root@server [/usr/local/cpanel/base/3rdparty/roundcube/config]# ll …

Continue reading »

Mar 29

How to disable squirell mail or horde for cpanel user

If you have squirellmail, horde and roundcube email interface installes on your cpanel server and one of your user just want to use roundcube and want to disable squirellmail and horde for one domain then this can be made possible by performaning following steps.1) Disable Horde and Squirell mail. [root@Server]#nano /var/cpanel/users/username Add following two lines. …

Continue reading »