• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Saw this in log .. can anyone give me an idea what it mean

C

CBiLL

Guest
I saw this in the log today ... can anyone clear this up and tell me it what it mean or what is causing it?

Jan 25 13:35:08 ns1 xinetd[1944]: Deactivating service smtp due to excessive incoming connections. Restarting in 30 seconds.
Jan 25 13:35:38 ns1 xinetd[1944]: Activating service smtp
Jan 25 13:35:55 ns1 xinetd[1944]: Service smtp: server exit with 0 running servers
Jan 25 13:36:28 ns1 last message repeated 2 times
Jan 25 13:36:33 ns1 xinetd[1944]: Service smtp: server exit with 0 running servers


I can see smtp is being dectivated but why is it doing this? Spammer flooding my smtp or something is most likly?

Just wondering

Thanks
Bill
 
check cps variable in xinetd.conf

Code:
cps - Limits the number of incoming connexions. The first argument is this number itself. When the threshold is exceeded, the service is deactivated for a given time, expressed in seconds, provided with the second argument.
ie:
cps = 50 10
 
I got it too (suddenly!) and i set it to 50 and 10 as mentioned. it works..

but why would the default not work? Mine was 25 30

any idea why would it suddenly not work... when all these while there is already so many users... :(

hmmm
 
Back
Top