Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Sun Jun 21, 2009 4:27 pm 
Offline
Senior Newbie

Joined: Wed May 20, 2009 2:06 pm
Posts: 7
I am running a website on Linode and want to send out message to users -- Django app. Few hundred emails a day. I will not receive a lot of emails -- but if any, Ideally I want to receive them via gmail / google apps.

What is minimum I need to set up on my Linode VPS to send emails.

Many Thanks
Bos


Top
   
 Post subject:
PostPosted: Sun Jun 21, 2009 5:04 pm 
Offline
Senior Member

Joined: Fri May 02, 2008 8:44 pm
Posts: 1121
The way email works, sending and receiving are totally unrelated. Anyone with a mail server software can send emails pretending to be from your domain (which is why there's so much spam), but receiving is strictly tied to your domain's MX records.

1. Install Postfix, e.g. apt-get install postfix
2. Edit /etc/postfix/main.cf and disable connections from outside
Code:
inet_interfaces = loopback-only

3. Send emails from your Linode!
4. Point your domain's MX records to Google's mail servers
5. Receive emails at Google!


Top
   
 Post subject:
PostPosted: Wed Jun 24, 2009 12:11 pm 
Offline
Senior Newbie

Joined: Wed May 20, 2009 2:06 pm
Posts: 7
Thanks for help -- all is working now:

This is what I did:

- On debian -- Exim 4.69 was installed, so using that
- Run "sudo dpkg-reconfigure exim4-config"
to set up the basics
- was already able to send mails using
"mail test@gmail.com"
- but also set up my SPF in DNS TXT just to be sure

Not sure what pro / con of Exim vs Postfix is but OK for now.

Regards
Bos

:D


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


Who is online

Users browsing this forum: No registered users and 5 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