Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Fri Jun 07, 2013 3:33 pm 
Offline
Senior Newbie

Joined: Fri Jun 07, 2013 3:27 pm
Posts: 11
Hi All,

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 (xxx@gmail.com), issue comes into play when I go to send to 'user@projectsdomain.com'. After looking into the header information from said emails it looks to be sending from 'www-data@projectsdomain.com'. Could this cause google apps to go nuts and throw it out?


Last edited by starboy on Fri Jun 07, 2013 4:37 pm, edited 1 time in total.

Top
   
PostPosted: Fri Jun 07, 2013 4:37 pm 
Offline
Senior Newbie

Joined: Fri Jun 07, 2013 3:27 pm
Posts: 11
For anyone that's ever in this same boat, problem solved.
(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=noreply@yourdomain.com
mailhub=smtp.gmail.com:587
UseSTARTTLS=yes
UseTLS=yes
AuthUser=youremail@yourdomain.com
AuthPass=password
FromLineOverride=YES


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group