• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

PHP Warning: imap_open(): Couldn't open stream

TerryM

Regular Pleskian
Since upgrading to 9.2.3 today on FedoraCore6 x86_64 we are getting the following error repored via Cron Daemon:

PHP Warning: imap_open(): Couldn't open stream {mail.my-webhosting.co.uk:110/pop3/novalidate-cert} in /usr/local/psa/admin/bin/ttsmailparse.php on line 34 Failed to open mailbox: Login failed.,Login failed.,Login failed.,Too many login failures

Any ideas please :( as all was working great before upgrade and the Plesk autoupdate success report has no errors :(
 
Since upgrading to 9.2.3 today on FedoraCore6 x86_64 we are getting the following error repored via Cron Daemon:

PHP Warning: imap_open(): Couldn't open stream {mail.my-webhosting.co.uk:110/pop3/novalidate-cert} in /usr/local/psa/admin/bin/ttsmailparse.php on line 34 Failed to open mailbox: Login failed.,Login failed.,Login failed.,Too many login failures

Any ideas please :( as all was working great before upgrade and the Plesk autoupdate success report has no errors :(

Ok the problem was the Help Desk Mail Gate Settings, the upgrade from 9.2.2 to 9.2.3 corrupted one of the settings, changed and all is working again.
 
@TerryM Hi which setting? I have the same error.

Thanks in advance, j.
 
We also have this problem, could anyone point us in the right direction to the naughty setting that's causing this error?

Thanks!
 
Since Version 5.3.2 there's a 6th parameter available to disable authentication with GSSAPI or NTLM:

Example:
<?php
$mbox = imap_open("{w2010ExchangeServer :993/imap/ssl}", $user, $password, NULL, 1, array('DISABLE_AUTHENTICATOR' => 'GSSAPI'));
?>
This solves the problem with Exchange 2010 for me.
 
Last edited by a moderator:
Back
Top