• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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