|
|
|
Ask HN: Startups and In-House Mailing
|
|
5 points
by knightinblue
5872 days ago
|
|
My team and I are getting to close to launching our startup. We were discussing our traffic strategies today and added email to the list - basically, users can sign up for our daily emails. Basically, our startup will need to handle large scale email delivery in-house. Only problem is we have no idea where to start on this. Any help as to where to start reading/looking? Servers, IPs...? |
|
Assuming you have a slice first you'll need to set up your DNS entry pointing to the slice and a reverse DNS entry in the slicehost manager. See these resources for more information:
http://articles.slicehost.com/2008/9/2/mail-server-slice-set... http://articles.slicehost.com/2007/10/24/creating-a-reverse-....
Next set up an SPF record for your domain to legitimize your new mail server:
http://articles.slicehost.com/2008/8/8/email-setting-a-sende...
Finally you'll want to install the mail server software and configure it. I have a blog post that shows the standard config needed to configure the mail server and set up DKIM and DomainKeys to help your mail look legitimate:
http://blog.nimbu.net/setting-up-a-postifx-outbound-mail-ser...
Check out the links at the bottom of the article for more information about DKIM and DomainKeys.