• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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