[SOLVED] Mail server blocked by client (Google Apps)
Currently working on a project that has me forwarding email over some google MX records / google apps. With some primary testing emails seems to be sending out fine to my local accounts (
1 Reply
(First make sure you /etc/hosts is configured properly IE. IP domain.com )
Then go ahead and enter these command:
sudo apt-get install ssmtp mailutils
Then configure it: sudo vim /etc/ssmtp/ssmtp.conf
root=
mailhub=smtp.gmail.com:587
UseSTARTTLS=yes
UseTLS=yes
AuthUser=
AuthPass=password
FromLineOverride=YES