• Resolved HighRollerUSA

    (@highrollerusa)


    Hi there,
    Our web host offers gmail addresses with our domain through Google Accounts. No matter what I try, I can’t get it to connect.
    Using Sockets I get this:

    Connect to Mail Host
    Postie connection: sockets
    Postie protocol: imap-ssl
    Postie server: imap.gmail.com
    Postie port: 993
    pConnection: mailbox: INBOX
    Connecting via Socket
    Socket: tls://imap.gmail.com:993
    Socket error: 110 - Connection timed out ()
    Unable to connect. The server said: There was an error connecting to the server Connection timed out
    Test complete

    Using cUrl I get this:

    Connect to Mail Host
    Postie connection: curl
    Postie protocol: imap-ssl
    Postie server: imap.gmail.com
    Postie port: 993
    pConnection: mailbox: INBOX
    Connecting via cURL
    Array
    (
        [version_number] => 477696
        [age] => 7
        [features] => 28296093
        [ssl_version_number] => 0
        [version] => 7.74.0
        [host] => x86_64-redhat-linux-gnu
        [ssl_version] => OpenSSL/1.1.1i
        [libz_version] => 1.2.7
        [protocols] => Array
            (
                [0] => dict
                [1] => file
                [2] => ftp
                [3] => ftps
                [4] => gopher
                [5] => http
                [6] => https
                [7] => imap
                [8] => imaps
                [9] => mqtt
                [10] => pop3
                [11] => pop3s
                [12] => rtsp
                [13] => scp
                [14] => sftp
                [15] => smb
                [16] => smbs
                [17] => smtp
                [18] => smtps
                [19] => telnet
                [20] => tftp
            )
    
        [ares] => 
        [ares_num] => 0
        [libidn] => 
        [iconv_ver_num] => 0
        [libssh_version] => libssh2/1.8.0
        [brotli_ver_num] => 16777225
        [brotli_version] => 1.0.9
    )
    curl write: imaps://imap.gmail.com/INBOX - STATUS "INBOX" (MESSAGES)
    curl return: 
    curl:
    curl log: *   Trying 74.125.21.108:993...
    *   Trying 2607:f8b0:4002:c02::6c:993...
    * Immediate connect fail for 2607:f8b0:4002:c02::6c: Network is unreachable
    *   Trying 2607:f8b0:4002:c02::6d:993...
    * Immediate connect fail for 2607:f8b0:4002:c02::6d: Network is unreachable
    * After 30000ms connect time, move on!
    * connect to 74.125.21.108 port 993 failed: Connection timed out
    *   Trying 74.125.21.109:993...
    * After 14899ms connect time, move on!
    * connect to 74.125.21.109 port 993 failed: Connection timed out
    * Failed to connect to imap.gmail.com port 993: Connection timed out
    * Closing connection 0
    Curl: error - Failed to connect to imap.gmail.com port 993: Connection timed out (28)
    Unable to connect. The server said: Unable to write data to IMAP server imap.gmail.com on port 993
    Test complete

    Maybe related, maybe not, we are also using Post SMTP 2.0.20. This uses the gmail API to send messages.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Connection Time Out on gmail Google account’ is closed to new replies.