When you first install MailUtils on Debian apt-get install mailutils The system will not send emails. To test it: echo “This is the body of the email” | mail -s “This is the subject line” myemail@gmail.com and have a look at the logs: cat /var/mail/mail To fix this, it is needed to configure Exim: dpkg-reconfigure […]
