So yesterday my droplet went down because of some node issue. When it powered up it was not able to send any mail.
I had installed sendmail and had it working beforehand. Is this due to some service not being started up?
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.
Make sure sendmail is running: <pre>sudo netstat -plutn | grep mail <br>sudo ps wwaux | grep mail</pre>
Thanks. <br> <br>Which server and which logs?
As suggested on IRC, <br>[19:55:55] <+SammyTheShark> [DigitalOcean Community Questions] Email Not Working After Downtime - https://www.digitalocean.com/community/questions/email-not-working-after-downtime <br>[19:58:38] <phalacee> ^^ reboot the server and check the logs …