IMAP Error: Can't open Stream
-
My settings:
Protocol: IMAP-SSL
TLS: yes
Port: 993Login Informations are correct.
If i test my config I recive this message:
Warning: imap_open(): Couldn’t open stream {[servername]:993/service=imap/ssl/tls/novalidate-cert} in *\wordpress\wp-content\plugins\postie\postieIMAP.php on line 89
and
Unable to connect. The server said:
Line 89 in postieIMAP.php says
$this->_connection = imap_open($this->_server_string, $login, $password, NULL, 1, array('DISABLE_AUTHENTICATOR' => 'GSSAPI'));
So what did I wrong?
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘IMAP Error: Can't open Stream’ is closed to new replies.