PHP 7.x and POP/IMAP SSL
-
I ran the PHP compatibility checker, Postie was the only plugin that threw warnings:
216 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
218 | WARNING | INI directive ‘safe_mode_exec_dir’ is deprecated since PHP 5.3 and removed since PHP 5.4
279 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
1435 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4Also, on this particular site the SSL doesn’t work for either pop or imap. Non-ssl works, which is sortof ok if poor practice since the mail server is also the web server.
Connect to Mail Host
Postie connection: sockets
Postie protocol: pop3-ssl
Postie server: mail.(redacted).com
Postie port: 995
pConnection: mailbox: INBOX
Connecting via Socket
Socket: tls://mail.(redacted).com:995
Socket error: 0 –
Unable to connect. The server said:
There was an error connecting to the server
Test completeI did have the web server on php 5.6, updated it to 7.1, but it’s still broke.
- The topic ‘PHP 7.x and POP/IMAP SSL’ is closed to new replies.