IMAP concurrent con...
 
Notifications
Clear all

IMAP concurrent connections.

2 Posts
2 Users
0 Likes
26 Views
(@agd-uy)
Joined: 2 weeks ago
Posts: 1
Topic starter  

Hello,

I need to increase max concurrent connections, is there any way to do this?

Thanks.

BR


   
Quote
(@sharif)
Admin
Joined: 2 years ago
Posts: 401
 

@agd-uy

Hi,

You can manage concurrent connections using the following command:

zextras@mail:~$ carbonio prov mcf zimbraImapMaxConnections 500

The default value of zimbraImapMaxConnections is 200. You can check the default value using following command:

zextras@mail:~$ carbonio prov gcf zimbraImapMaxConnections
zimbraImapMaxConnections: 200

If you want to know more about the attributes (zimbraImapMaxConnections), you can use this command:

zextras@mail:~$ carbonio prov desc -a zimbraImapMaxConnections

 

Regards,

Sharif


   
ReplyQuote