Live data from Hacker News

Ask HN: How do we replace our POP3 email solution?

news.ycombinator.com

1–10 of 16 posts

Re: Ask HN: How do we replace our POP3 email solution?

#4
Ars Technica had an article about running your own mailserver, to include IMAP, awhile back (http://arstechnica.com/information-technology/2014/02/how-to... while it's targeted at the individual user, a lot of the steps would apply to a larger, multi-server organisation. You could extend postfix with a PostgreSQL database, split the different servers onto different hosts &c.

Honestly, these days it's probably easier and cheaper to just buy Google Apps or Office365, but if you want to control your own destiny it's really not difficult.

Re: Ask HN: How do we replace our POP3 email solution?

#6
post #4

Ars Technica had an article about running your own mailserver, to include IMAP, awhile back ( http://arstechnica.com/information-technology/2014/02/how-to... while it's targeted at the individual user, a lot of the steps would apply to a larger, multi-server organisation. You could extend postfix with a PostgreSQL database, split the different servers onto different hosts &c. Honestly, these days it's probably easier…

[deleted]

Re: Ask HN: How do we replace our POP3 email solution?

#8
Options include:

  - Migrate mails over to SaaS (Gmail, Amazon mail, or Exchange online) .. Probably the best option, unless you want to run your own
  - Run a "full featured" open-source mail service like Zimbra on servers on any cloud of your choosing!
  - Run a simpler old-school mail solution, like postfix + https://roundcube.net/ for better access
Actually if you need help doing this migration, I'd be happy to help (I'm mostly an Ops person)

Re: Ask HN: How do we replace our POP3 email solution?

#9
post #3

• Cyrus – it's used by Fastmail and others, and with its perl API somewhat manageable. We e.g. put all configuration in Active Directory and sync it over with said API. It also has reasonable clustering and replication support. • Google Apps.

I'm new to HN posting .. How do I create those bullets :) cheers
Post reply on HN