-
Getting smtp issue
Hi ,
I am getting smtp issue with our zimbra server.It will shows below message when i checked the log of zimbra.Can any one help me to solve the issue...
Sep 10 05:16:41 zimbra6 postfix/smtpd[23163]: warning: Connection concurrency limit exceeded: 51 from unknown[124.124.41.117] for service smtp
Sep 10 05:16:41 zimbra6 postfix/smtpd[23163]: disconnect from unknown[124.124.41.117]
May be due to above problem the load of server increases upto 15.
Regards,
Udaya
-
You could increase the number of connections a little Code:
su - zimbra
zmprov mcf zimbraLmtpNumThreads "100"
zmmtactl stop ; zmmtactl start
-
Does this happen at random. With just that IP or several. Corrupt headers can cause an MTA to open up too many connections. Corrupt packets can cause this as well. I've been using ZCS on two production server (as well as two other mail servers) for a long time and never had to increase connection limits.
Reset your NIC as well.
-
Good points Bill ... As well as resetting your NIC try setting the speed and duplex if set to auto-neg.