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.
#vi /usr/local/cpanel/base/3rdparty/squirrelmail/config/config.php
$useSendmail = false;
to:
$useSendmail = true;
restart cpanel and exim service।
Sylesh
No comments:
Post a Comment