• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

PHP IMAP Support Test

S

sermad

Guest
Hi guys.

I ran the horde test and sent an email...This is what I got. Any reason for me to be worried?

Attempting to automatically determine the correct connection parameters for your server:
Trying protocol pop3, Port 110:
ERROR - The server returned the following error message:
Array
(
[0] => Certificate failure for localhost: self signed certificate: /C=US/ST=NY/L=New York/O=Courier Mail Server/OU=Automatically-generated POP3 SSL key/CN=localhost/[email protected]
)
Trying protocol pop3/notls, Port 110:
SUCCESS - INBOX has 2 messages (2 new 2 recent)
Trying protocol pop3/ssl, Port 995:
ERROR - The server returned the following error message:
Array
(
[0] => Certificate failure for localhost: self signed certificate: /C=US/ST=NY/L=New York/O=Courier Mail Server/OU=Automatically-generated POP3 SSL key/CN=localhost/[email protected]
)
Trying protocol pop3/ssl/novalidate-cert, Port 995:
SUCCESS - INBOX has 2 messages (2 new 2 recent)
Trying protocol pop3/tls/novalidate-cert, Port 995:
ERROR - The server returned the following error message:
Array
(
[0] => Connection failed to bowden4585.vps.securepod.com,995: Connection timed out
)
The following configurations were successful and may be used in your imp/config/servers.php file:
Configuration 1
'server' => 'localhost'
'protocol' => 'pop3/notls'
'port' => '110'
Configuration 2
'server' => 'localhost'
'protocol' => 'pop3/ssl/novalidate-cert'
'port' => '995'
 
Back
Top