Maximum number of connections from user+IP exceeded

If you are getting an error like ‘ Error – Maximum number of connections from user+IP exceeded through POP3 login’ while connecting the mail service via email client using POP3 connection, then you would need to increase the Maximum number of POP3 connections allowed for a user from each IP address on your server.

To increase the Maximum number of POP3 connections, please follow the steps provided in this article:

1) Login to your WHM server and then navigate to “Service Configuration”.

POP3 Error

 

2) Click on “Mailserver Configuration” to edit this.

POP3 Error

 

3) From Mailserver Configuration, you can increase the maximum number of POP3 connections on the server. This interface allows you to configure the POP3 and IMAP protocols that the Dovecot® mail servers use. You can access these options when you run the Dovecot mail server. Search for the variable ‘Maximum POP3 Connections per IP Address’ and increase the value to 10.

Maximum number

 

 

4) After enabling this change, you would need to save the file by clicking ‘Save Changes’ button to reflect the changes you were made.

POP3 Error

 

You can also try to edit the configuration via CLI.

1) login to the server as the root user via SSH command.

2) Navigate to /etc/dovecot folder.

3) Open dovecot.conf file using your favorite editor.

# vi dovecot.conf

4) Locate “mail_max_userip_connections” on that configuration file and increase the value to 10, the maximum number of POP3 connections allowed for a user from each IP address.

mail_max_userip_connections = 10

5) Now save the file and restart Exim using the below command.

#service exim restart

 

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

What virtualization software do you use?

We use Parallels Virtuozzo Containers (PVC).

Why is my VPS constantly crashing?

There are several causes to why you may not be able to access your VPS. Some users often mistake...

What kind of support do you offer?

We offer Fully Managed VPS packages. For a list of items that we support, please refer to the...

What kind of software can I install on my VPS?

As you have full root access, you may install any compatible software on your VPS. However, any...

What is Virtuozzo?

Virtuozzo is the VPS technology created by SWsoft which allow us to create isolated VPS servers...