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?
11–20 of 25 posts
Re: Ask HN: Simplest email setup for slicehost-ed domain?
#12Re: Ask HN: Simplest email setup for slicehost-ed domain?
#13Google Apps is free and fast to set up for mail@yourdomain.com http://www.google.com/apps/intl/en/group/index.html
So if you're automating a newsletter, bear those numbers in mind.
Re: Ask HN: Simplest email setup for slicehost-ed domain?
#14I can't recommend sSMTP enough to anyone that doesn't want to maintain a mail server. All UNIX systems should be able to send mail and this is very much still the case on modern Linux systems, but this is often overlooked.
Re: Ask HN: Simplest email setup for slicehost-ed domain?
#15If you're looking to configure mail from your slicehost and you do go with the Google Apps option (that's what I use), you might like to have a look at this guide to getting sSMTP working with Google: http://wiki.debian.org/sSMTP I can't recommend sSMTP enough to anyone that doesn't want to maintain a mail server. All UNIX systems should be able to send mail and this is very much still the case on modern Linux system…
Re: Ask HN: Simplest email setup for slicehost-ed domain?
#16If 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/ ).
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?
#17http://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?
#18http://ubuntuserver.wordpress.com/2009/02/13/an-improved-mai...
Re: Ask HN: Simplest email setup for slicehost-ed domain?
#19Google Apps definetly. As mentioned, the interface is great and search functionality is offcourse excellent. (Not to mention storage)
thanks all!
Re: Ask HN: Simplest email setup for slicehost-ed domain?
#20If 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.