110 Can't open SMTP stream
The squirrel gives the error
Under this situation all the webmails (Horde and Roundcube are the other two) failsMessage not sent. Server replied: Connection timed out 110 Can't open SMTP stream .
to send the emails and returns error.
Solution :
1) login as a root and open the /etc/csf/csf.conf file
2) Check the values of SMTP_BLOCK and SMTP_ALLOWLOCAL
the default values are SMTP_ALLOWLOCAL = 0 and SMTP_BLOCK = 1
3) Change both the values to 1 ; save and exit.
SMTP_BLOCK = 1
SMTP_ALLOWLOCAL = 1
4) restart csf with the command
#csf -r
5) try to send the email using all the webmails.
It should work.






Reply With Quote





Bookmarks