So, I'd like to send email from my server.
I installed mailx
apt-get install mailx
But a command like
mail -s "Hello world" me@gmail.com
Is actually giving an error in /var/spool/mail/ which says:
Mailing to remote domains not supported.
Why is that happening?