Install Mail Server on Ubuntu

Install: Email package

sudo apt-get install exim4

Config: Enable sending email to internet (default cannot send email to remote domain)

sudo dpkg-reconfigure exim4-config

Test: Sending email from command line

echo test | mail -s 'test from PAS buildbot' juacompe+pas@proteus-tech.com

Debug: Log

tail -f /var/log/exim4/mainlog