1. Backup old install: Make a backup of your current SquirrelMail directory. For example the httpd document directory is /home/httpd/html, that your SquirrelMail install is located at /home/httpd/html/squirrelmail-1.2.6, and that your new SM version is 1.4.0. Substitute version numbers and names as required. $ cd /home/httpd/html $ cp -Rp squirrelmail-1.2.6 squirrelmail-1.2.6.bak 2. Unarchive new SquirrelMail: […]
Archive for the ‘cpanel’ Category
DB Error: connect failed
While login through horde, you may sometimes get the following error. ERROR “A fatal error has occurred: DB Error: connect failed [line 411 of /usr/local/cpanel/base/horde/kronolith/lib/Driver/sql.php] Details have been logged for the administrator.” One of the reason for this error is due to missing horde DB from Mysql. RESOLUTION $> mysql < /usr/local/cpanel/base/horde/scripts/sql/create.mysql.sql Then run $> […]
Horde Error, Could not connect to database for SQL SessionHandler
1) Open the horde configuration file. cd /usr/local/cpanel/base/horde/config vi conf.php 2) Change the following two lines from: $conf[’sql’][’hostspec’] = ‘localhost’; $conf[’sessionhandler’][’params’][’hostspec’] = ‘localhost’; To: $conf[’sql’][’hostspec’] = ‘localhost:/var/lib/mysql/mysql.sock’; $conf[’sessionhandler’][’params’][’hostspec’] = ‘localhost:/var/lib/mysql/mysql.sock’;
IMAP Login Errors in Horde
When we login to Horde we get IMAP Authentication errors as below Notice: (null)(): Retrying LOGIN authentication after AUTHENTICATE LOGIN failed (errflg=1) in Unknown on line 0 Notice: (null)(): Retrying LOGIN authentication after AUTHENTICATE LOGIN failed (errflg=1) in Unknown on line 0 Notice: (null)(): Can not authenticate to IMAP server: AUTHENTICATE LOGIN failed (errflg=2) in […]
Horde login error
If you are getting Horde login error in Cpanel like : Warning: Unknown: write failed: Disk quota exceeded (122) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/cpanel/userhomes/cpanelhorde/sessions) in Unknown on line 0 Then try this Cpanel script : /scripts/autorepair phpapps_owner_fix The […]
IMAP Error (inbox.lock)
To troubleshoot the IMAP error(Inbox lock errors) while accessing mailbox via any webmail clients(Horde, SquirrelMail, NeoMail, Round Cube etc.): The error will be shown as below, Connection dropped by IMAP server ERROR: Connection dropped by IMAP server. Query: SELECT “INBOX” Reason Given: Unable to open this mailbox. The error usually occurs when there is inbox.lock […]
Spamd failing
If you find the “spamd” failing error on an exim restart. root@server [~]# /etc/init.d/exim restart Shutting down exim: [ OK ] Shutting down antirelayd: [ OK ] Shutting down spamd: [ FAILED ] Starting exim-26: [ OK ] Starting exim: [ OK ] Starting exim-smtps: [ OK ] Starting antirelayd: [ OK ] Solution When […]
Setting Forwarder For Outgoing Email For a Domain
To set a forwarder for all outgoing emails from a particular domain to an email address, follow the steps given below. Note:- This is only tested on cPanel11 Server. 1. Take the file /etc/cpanel_exim_system_filter in any of your favorite editor like pico, vim etc 2. Append the following contents to the file /etc/cpanel_exim_system_filter. if ( $received_protocol is […]
Mail Error message: Error 550 “The recipient cannot be verified”
On servers running cPanel, some times it is found that mail sent to valid users is bounced back by the mail server. The bounce back messages will be similar to the following. PERM_FAILURE: SMTP Error (state 9): 550-“The recipient cannot be verified. Please check all recipients of this550 message to verify they are valid. If […]
The recipient cannot be verified. Please check all recipients of this 550 message to verify they are valid
If you are receiving the following error; PERM_FAILURE: SMTP Error (state 13): 550-“The recipient cannot be verified. Please check all recipients of this 550 message to verify they are valid.” Solution : First you need to check the corresponding Domain name in the file ‘/etc/valiases’. root@f ~] cat /etc/valiases/domainname *: username@domainname Here ‘username@domainname’ indicates an […]


Tags: 
