• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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