Earlier quoted context omitted.
A better question is, why isn't there an open source webmail service like gmail that can be run on a server you control? My lab uses Gmail for business, and the outage took us down too. I just want to be able to run an email server that has conversation features, contacts, XMPP chat, etc, but isn't Microsoft Exchange
So coincidentally I was just looking into this earlier this week. I just got a server to host the blog I've been working on and figured hey, why don't I try self-hosting my email while I'm at it. Turns out there are plenty of good open source webmail frameworks: Roundcube, Mailpile, Zimbra and RainLoop are all freely available and ridiculously easy to set up. The issue is that they're all just front-ends for the horr…
Gmail was down
311–320 of 476 posts
Re: Gmail was down
#312Very funny that me and my coworkers at nearly the same time opened our office doors to look into each others eyes and silently confirm that we were having the same issue. Then we all turned around and went back into our offices to check HN to see if it was just us. Very funny that everyone reading this did something similar. 84 points in 4 minutes.
My bad I apologize to everyone. My botnet gained consciousness, went rogue, and for some reason picked Gmail as the first target to take down.
Re: Gmail was down
#313Re: Gmail was down
#314This actually raises a slightly terrifying reality. How much would someone have to pay you to never again recover your gMail account? I would demand just an absurd payout to willingly walk away right now, with all those contacts, messages, unread e-mails, organization, etc... Scary how much faith we put in this free service.
Re: Gmail was down
#315Re: Gmail was down
#316Thought it was just me. Glad to know I'm not alone.
Re: Gmail was down
#317We’re sorry, but your Gmail account is temporarily unavailable. We apologize for the inconvenience and suggest trying again in a few minutes. You can view the Apps Status Dashboard for the current status of the service. If the issue persists, please visit the Gmail Help Center » Technical Info Numeric Code: 93
Re: Gmail was down
#318Earlier quoted context omitted.
So coincidentally I was just looking into this earlier this week. I just got a server to host the blog I've been working on and figured hey, why don't I try self-hosting my email while I'm at it. Turns out there are plenty of good open source webmail frameworks: Roundcube, Mailpile, Zimbra and RainLoop are all freely available and ridiculously easy to set up. The issue is that they're all just front-ends for the horr…
I didn't find postfix all that hard to set up. Courier, on the other hand, is a disaster area, which is why my mail server runs dovecot instead; the latter took little effort to configure, and works quite nicely across several devices. The really hard part was finding a halfway decent CalDAV/CardDAV server that didn't require undue suffering to configure; I settled on Baïkal, which works okay, but could be considerab…