HostwareSupport-Linux Hosting technical support for cPanel, Plesk, Directadmin servers

Linux Hosting technical support for cPanel, Plesk, Directadmin and No control panel servers offers and listing
http://hostwaresupport.com/

Sep 21, 2010

Email error : 110 Can't open SMTP stream

If you are getting following error while sending emails from squirrelmail.

---------------------------------------------------------------------------
Message not sent. Server replied:

Connection timed out
110 Can't open SMTP stream.
-----------------------------------------------------------------------------

If above case if you are having shell access then login to your server with root user, then edit
config file and do the changes as given below.

Code should be edited into :

# vi /usr/local/cpanel/base/3rdparty/squirrelmail/config/config.php

$useSendmail = false;
to:
$useSendmail = true;

restart the cpanel and exim service.

============================================================
Refresh the squirrelmail mail and check ..

Done..

No comments:

Post a Comment