#TechTipThursday
Yes, Linux admins still configure email. No, it never gets less weird.
Check if your mail service is running:
systemctl status postfix
Send a test email from the command line:
echo "Test" | mail -s "Hello" [email protected]
Check the mail queue:
mailq
Nobody gets excited about email configuration. Until something breaks and logs stop delivering. Then it's the only thing that matters.









