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’;
Posts Tagged ‘cPanel’
December 12th, 2011
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 […]