Sunday, October 24, 2010

Server replied 110 can't open SMTP Stream

If you get following kind of Error :-

**********************************************************
Error display on the screen :-

Connection timed out
Server replied: 110 Can't open SMTP stream.

**********************************************************

1)-I found the config for cpanel's SM :-

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

***********************************************************
2) - Just changed :-

$useSendmail = false;

to:-

$useSendmail = true;

[Around line 33]

*Note :-This will probably get written over with the next cpanel update, but it at least helps get my users sending mail again.

That's it try out this will resolve your problem.

***************************************************************

No comments:

Post a Comment