• 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

Courier mail service do not respond

Status
Not open for further replies.

Falko_Braune

New Pleskian
I'm using plesk with CentOS 6.6
After setting up some e-mail accounts over the plesk gui I tried to connect via a mail software (like thunderbird).
This failed with every combination of settings I tried.
So I checked if the POP3/IMAP services are running correctly using telnet.

I connected using the following command:
Code:
telnet <host-ip> 110

The response was:
Code:
Trying <host-IP>...
Connected to <host-IP>.
Escape character is '^]'.
-ERR Cannot connect to POP server <host-IP> (<host-IP>:110), NB connect error 1460
Connection closed by foreign host.

Did I miss to enable a setting?
The Plesk gui schows me, that the corresponding services are running:
Unbenannt.png

Is there a solution?
 
Are you sure that this port is not firewalled?
Check that this port is up and running directly on Plesk server with

# lsof -i tcp:110
 
Status
Not open for further replies.
Back
Top