You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've my system working fine on my dev machine but I've an issue on my prod server.
I've the same PHP version on both and I'm completely sure that authentication data is correct.
Imap extension it's installed and activated on both machines.
I receive this error on prod server:
[Ddeboer\Imap\Exception\AuthenticationFailedException]
Authentication failed for user my_user with error imap_open(): Couldn't ope
n stream {localhost:143}
I've tried to do a telnet localhost 143 and I can login without any problems.
Anybody know what's happening?
The text was updated successfully, but these errors were encountered:
I've my system working fine on my dev machine but I've an issue on my prod server.
I've the same PHP version on both and I'm completely sure that authentication data is correct.
Imap extension it's installed and activated on both machines.
I receive this error on prod server:
I've tried to do a
telnet localhost 143
and I can login without any problems.Anybody know what's happening?
The text was updated successfully, but these errors were encountered: