• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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