Google Apps is free and fast to set up for mail@yourdomain.com http://www.google.com/apps/intl/en/group/index.html
Ask HN: Simplest email setup for slicehost-ed domain?
21–25 of 25 posts
Re: Ask HN: Simplest email setup for slicehost-ed domain?
#22If you're only interested in receiving email, Google Apps for Domains is great. If you need to send it (for example, as part of your service), you should check out AuthSMTP ( http://authsmtp.com/ ).
You can also use Google Apps for your Domain to send emails. I even wrote a Rails plugin for doing just that: http://github.com/openrain/action_mailer_tls There may be an outgoing limit, but I've personally never encountered it.
Re: Ask HN: Simplest email setup for slicehost-ed domain?
#23If you do go with Google Apps for your Domain, you can use the following script (in Ruby) to automatically configure the appropriate DNS entries on Slicehost: http://github.com/postpostmodern/slicehost-dns/tree/master Run it from the command line and it'll setup everything for you.
Re: Ask HN: Simplest email setup for slicehost-ed domain?
#24Google Apps is a good way to go, but personally I prefer Dovecot and Postfix for my email servers.
I agree -- maintaining your own email server is no harder than maintaining a web server (or anything else). The default configuration of exim that comes with Debian works well enough for me. (Although I did need to tweak it to add spam filtering and support for my "legacy" qmail addresses.) I also buy DynDNS' backup MX service. That way, if I fuck up my server, I will get my mail as soon as the server is back up (ins…
Re: Ask HN: Simplest email setup for slicehost-ed domain?
#25Google Apps is a good way to go, but personally I prefer Dovecot and Postfix for my email servers.
I agree -- maintaining your own email server is no harder than maintaining a web server (or anything else). The default configuration of exim that comes with Debian works well enough for me. (Although I did need to tweak it to add spam filtering and support for my "legacy" qmail addresses.) I also buy DynDNS' backup MX service. That way, if I fuck up my server, I will get my mail as soon as the server is back up (ins…