Connection concurre...
 
Notifications
Clear all

Connection concurrency limit exceeded

2 Posts
2 Users
0 Reactions
328 Views
(@p-kapaev)
Joined: 12 months ago
Posts: 1
Topic starter  

Hello.

We tryed to send many message and recieved error "warning: Connection concurrency limit exceeded: 51 from unknown[<host_ip>] for service submission"

How i can change this limit?


   
Quote
(@anahuac)
Joined: 1 year ago
Posts: 318
 

That's postfix default limit. You can change it setting smtpd_client_connection_count_limit option, like this

su - zextras
postconf -e 'smtpd_client_connection_count_limit = 200'
postfix reload

 

 

 


   
ReplyQuote