Hi Digital Ocean Community,
I’ve been monitoring my server over the last few days and i’ve noticed that the top process within memory is (constantly) smtp at 56.32% is this high or something I should be worried about? If so how would I go about debugging this? Im happy with terminal commands.
Server Running Ubuntu 16.04.3 x64 and has a small number of Wordpress sites running with serverpilot
Thanks for your help!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
This comment has been deleted
Thats odd!
Why don’t you check the mail server logs? (you might find the logs under /var/log/mail/*) Plus, check the SMTP traffic via tcpdump in order to monitor the normal traffic flow. You may be under attack.