• Resolved ahufford

    (@ahufford)


    I’ve tried many variations of cURL vs. Sockets, tried imap and pop3-ssl. No settings work. I’d really like to buy the category by user add on, but I’ve got to get this working at a basic level first. I use WP Engine for hosting, but they said they didn’t block use of port 995. I’ve seen other posts here that contradict that statement, but I’m not sure what is the current information. Here’s the Test Config results. Help appreciated!

    Postie Configuration Test
    OS: Linux pod-100469 3.13.0-112-generic #159-Ubuntu SMP Fri Mar 3 15:26:07 UTC 2017 x86_64
    PHP Version: 5.6.30-1+wpengine8
    PHP error_log: /var/log/apache2/gsatx.error.log
    PHP log_errors: On
    PHP get_temp_dir: /tmp/
    PHP cURL version: 7.35.0
    WordPress Version: 4.7.4
    WordPress Singlesite
    WP_TEMP_DIR: (none)
    WP_HOME: (none)
    home_url(): https://gsatx.wpengine.com
    WP_SITEURL: (none)
    site_url(): https://gsatx.wpengine.com
    WP_DEBUG: Off
    WP_DEBUG_DISPLAY: On
    WP_DEBUG_LOG: Off
    WP_MAX_MEMORY_LIMIT: 256M (default)
    WP_MEMORY_LIMIT: 40M
    DISABLE_WP_CRON: Off
    ALTERNATE_WP_CRON: Off
    WP_CRON_LOCK_TIMEOUT: 60
    Active plugins
    Array
    (
    [0] => gravityforms/gravityforms.php
    [1] => advanced-text-widget/advancedtext.php
    [2] => child-theme-configurator/child-theme-configurator.php
    [3] => ft-password-protect-children-pages/ft-password-protect-children-pages.php
    [4] => google-calendar-events/google-calendar-events.php
    [5] => gravityformsmailchimp/mailchimp.php
    [6] => gravityformsstripe/stripe.php
    [8] => postie/postie.php
    [9] => simple-sitemap/simple-sitemap.php
    [10] => ultimate-category-excluder/ultimate-category-excluder.php
    [11] => use-any-font/use-any-font.php
    [12] => widget-context/widget-context.php
    [13] => wp-showhide/wp-showhide.php
    [14] => wpide/WPide.php
    )
    Postie is in /nas/content/live/gsatx/wp-content/plugins/postie/
    Postie Version: 1.8.40
    POSTIE_DEBUG: On
    Clock

    This shows what time it would be if you posted right now

    Wordpress timezone: America/Chicago (-5)
    Current time: 2017-05-02 17:00:22
    Current time (gmt): 2017-05-02 22:00:22
    Postie time correction: -5
    Post time: 2017-05-02 17:00:22
    Encoding

    default_charset: UTF-8
    DB_CHARSET: utf8
    DB_COLLATE: utf8_unicode_ci
    WordPress encoding: UTF-8
    Postie encoding: UTF-8
    Images

    registered image sizes
    Array
    (
    [0] => thumbnail
    [1] => medium
    [2] => medium_large
    [3] => large
    [4] => et-pb-post-main-image
    [5] => et-pb-post-main-image-fullwidth
    [6] => et-pb-portfolio-image
    [7] => et-pb-portfolio-module-image
    [8] => et-pb-portfolio-image-single
    [9] => et-pb-gallery-module-image-portrait
    )
    Connect to Mail Host

    Postie connection: curl
    Postie protocol: pop3-ssl
    Postie server: pop.gmail.com
    Postie port: 995
    pConnection: mailbox: INBOX
    Connecting via cURL
    Array
    (
    [version_number] => 467712
    [age] => 3
    [features] => 50877
    [ssl_version_number] => 0
    [version] => 7.35.0
    [host] => x86_64-pc-linux-gnu
    [ssl_version] => OpenSSL/1.0.1f
    [libz_version] => 1.2.8
    [protocols] => Array
    (
    [0] => dict
    [1] => file
    [2] => ftp
    [3] => ftps
    [4] => gopher
    [5] => http
    [6] => https
    [7] => imap
    [8] => imaps
    [9] => ldap
    [10] => ldaps
    [11] => pop3
    [12] => pop3s
    [13] => rtmp
    [14] => rtsp
    [15] => smtp
    [16] => smtps
    [17] => telnet
    [18] => tftp
    )

    )
    curl write: pop3s://pop.gmail.com – STAT
    curl return:
    curl:
    curl log: * Rebuilt URL to: pop3s://pop.gmail.com/
    * Hostname was NOT found in DNS cache
    * Trying 74.125.28.109…
    * Connected to pop.gmail.com (74.125.28.109) port 995 (#2)
    * successfully set certificate verify locations:
    * CAfile: none
    CApath: /etc/ssl/certs
    * SSL connection using ECDHE-RSA-AES128-GCM-SHA256
    * Server certificate:
    * subject: C=US; ST=California; L=Mountain View; O=Google Inc; CN=pop.gmail.com
    * start date: 2017-04-27 09:10:41 GMT
    * expire date: 2017-07-20 08:31:00 GMT
    * issuer: C=US; O=Google Inc; CN=Google Internet Authority G2
    * SSL certificate verify ok.
    < +OK Gpop ready for requests from 104.198.109.94 re5mb86935109obc
    > CAPA
    < +OK Capability list follows
    < USER
    < RESP-CODES
    < EXPIRE 0
    < LOGIN-DELAY 300
    < TOP
    < UIDL
    < X-GOOGLE-RICO
    < SASL PLAIN XOAUTH2 OAUTHBEARER
    < .
    > AUTH PLAIN
    < +
    > Z3NhaGVhZHN1cGVtYWlsQGdtYWlsLmNvbQBnc2FoZWFkc3VwZW1haWxAZ21haWwuY29tAGE0NzY5MzMxMA==
    < -ERR [AUTH] Web login required: https://support.google.com/mail/answer/78754
    * Authentication failed: 45
    * Closing connection 2
    Curl: error – Authentication failed: 45 (67)
    Unable to connect. The server said:
    Unable to write data to POP3 server pop.gmail.com on port 995

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Unable to write data to POP3 server pop.gmail.com on port 995’ is closed to new replies.