Results 1 to 4 of 4

Thread: 110 Can't open SMTP stream

  1. #1

    Default 110 Can't open SMTP stream

    110 Can't open SMTP stream

    The squirrel gives the error

    Message not sent. Server replied: Connection timed out 110 Can't open SMTP stream .
    Under this situation all the webmails (Horde and Roundcube are the other two) fails
    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.

  2. #2
    Join Date
    Apr 2012
    Location
    Italy
    Posts
    1

    Default surprized thanks

    I think that's right!

  3. #3
    Join Date
    Jan 2010
    Posts
    141

    Default

    Quote Originally Posted by Specialis View Post
    I think that's right!
    Yeah, it's absolutely right and that's why he has posted it here, but was not expecting a 4 words reply to it.

  4. #4
    Join Date
    Apr 2012
    Posts
    11

    Default

    I think that's right!



    Last edited by Dorothy2; 04-15-2012 at 06:34 AM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •