Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Not able to connect with IMAP services  (Read 1603 times)

0 Members and 1 Guest are viewing this topic.

nidhinjo

  • Guest
Not able to connect with IMAP services
« on: April 10, 2018, 10:24:12 pm »
Problem:

It have problem when connecting with IMAP services but it have response when try to do telnet test with port 143 or 993.

Symptoms:

Keeps have error found at Plesk maillog located at
/usr/local/psa/var/log/maillog

----
Oct  4 09:28:43 server courier-imaps: Maximum connection limit reached for ::ffff:11.22.33.44
Oct  4 09:28:43 server courier-imaps: Maximum connection limit reached for ::ffff:11.22.33.44
Oct  4 09:28:44 server courier-imaps: Maximum connection limit reached for ::ffff:11.22.33.44
Oct  4 09:31:48 server courier-imaps: Maximum connection limit reached for ::ffff:11.22.33.44
----


Caused:

It is because too many connections from single IP to mail server

Resolution:

Adjust the MAXPERIP in /etc/courier-imap/imapd
Default value is 4

and then restart the IMAP services by
Code: [Select]
#> plesk sbin mailmng-service --restart-service --mail-component authdaemon --mail-component pop3 --mail-component pop3s --mail-component imap --mail-component imaps
Hope this will fix the issue
============== :)=========================