I'm going to repost an earlier question I had about FastMail ... It seems like everyone I read loves using FastMail for personal email/calendar/contacts. What I haven't found is many Businesses using FastMail for corporate email/calendar/contacts. Can someone compare FastMail (for business usage) to Office 365 and/or Google Apps? Original question, https://news.ycombinator.com/item?id=10511000
Office 365 at least has several well known bugs: 1. Silently dropping email (no smtp transaction bounce, not in junk, no rules in place) for a specific single sender at a domain, where email from other senders at the same domain is accepted. Hundreds of people have posted about this online with no fix or acknowledgement from Microsoft. 2. Overly strict hardfail SPF policy by default for new customers who have no idea…
Why CardDAV took so long
31–40 of 70 posts
Re: Why CardDAV took so long
#32Earlier quoted context omitted.
It's really hard to run you own mail server. Much harder than a web server. This is bad for freedom on the internet. http://www.ebb.org/bkuhn/blog/2015/09/15/email.html
It is not that hard to run your own email server, what is hard is to get your mail into recipients mailboxes. The big players in this market have basically decided to block (at random) all mail that doesn't come out of a known email service. I have just given up running my own mail server after more than 15 years because of this problem. Five years ago I had no problems, but these last 12 months have made me decide t…
In short if you don't / won't / can't do the above you are indeed much better paying someone else to do it (preferably at scale with attention to detail like fastmail).
Re: Why CardDAV took so long
#33Miserable, this kind of stuff is why I don't run my own mail server any more. Happy Fastmail customer since 2006.
I might go that route myself. I've been running my own email server since 2012 and I'm just tired of having my stuff constantly flagged as spam
Re: Why CardDAV took so long
#34Earlier quoted context omitted.
It is not that hard to run your own email server, what is hard is to get your mail into recipients mailboxes. The big players in this market have basically decided to block (at random) all mail that doesn't come out of a known email service. I have just given up running my own mail server after more than 15 years because of this problem. Five years ago I had no problems, but these last 12 months have made me decide t…
It's true it is harder; definitely much harder if you're not a sysadmin by trade. These days to get mail to deliver you not only need to support SMTP, but also TLS, SPF, DKIM, DMARC at a minimum. You also need to make sure that you aren't inadvertently a source for relaying, or non delivery report (NDR) / delivery status notification (DSN) bounce source (vis a vis spam with faked return paths etc). In short if you do…
This didn’t used to happen, but it looks like they have now outsourced their spam filtering to the email service providers who now act as the gatekeepers to email ecosystem - email from a known service == good, email from business that has been around for more than a decade == spam.
Re: Why CardDAV took so long
#35Earlier quoted context omitted.
I configured a pretty simple system (dovecot + opensmtpd) following the guide on the Arch wiki in under an hour, it really wasn't that tricky. I have dodged some common problems, though: - my domain wasn't completely unknown so I had no issues with gmail flagging me as spam - I use my gmail for signing up to things I don't care about mail from, so I have yet to actually receive any spam (at which point I will figure…
Running a mail server is easy, providing a mail service is HARD. Deliverability is really difficult. Being online all the time to make sure you're always recieving email is hard. I was constantly plagued by worry that the important email I sent never actually arrived, or the important email I was waiting for had been sent but I never actually got it.
If you fear longer server downtimes, you also have the option of secondary MX servers.
* Mail you send: Just display the mail log (/var/log/mail.info) and see if you get 250 OK responses when you submit messages. What happens next is not your responsibility anymore (except for spam filter rules of course, you need spf, dkim...)
Re: Why CardDAV took so long
#36I'm going to repost an earlier question I had about FastMail ... It seems like everyone I read loves using FastMail for personal email/calendar/contacts. What I haven't found is many Businesses using FastMail for corporate email/calendar/contacts. Can someone compare FastMail (for business usage) to Office 365 and/or Google Apps? Original question, https://news.ycombinator.com/item?id=10511000
We tried using FastMail for our (small) company, but switched after ~8 months because we started running into deliverability issues and countless issues with shared calendars being unshared (or sometimes losing events). We also couldn't use any of the nice sales tools that integrate with Google Apps (or any of the tools that make managing calendars easier, like https://claralabs.com/ or http://boomerangcalendar.com/…
I'd love to know more about deliverability issues - that's something we monitor closely, and we want to know if there are any silent blocks/drop rules anywhere that we can't monitor for!
Re: Why CardDAV took so long
#37Earlier quoted context omitted.
It is not that hard to run your own email server, what is hard is to get your mail into recipients mailboxes. The big players in this market have basically decided to block (at random) all mail that doesn't come out of a known email service. I have just given up running my own mail server after more than 15 years because of this problem. Five years ago I had no problems, but these last 12 months have made me decide t…
It's true it is harder; definitely much harder if you're not a sysadmin by trade. These days to get mail to deliver you not only need to support SMTP, but also TLS, SPF, DKIM, DMARC at a minimum. You also need to make sure that you aren't inadvertently a source for relaying, or non delivery report (NDR) / delivery status notification (DSN) bounce source (vis a vis spam with faked return paths etc). In short if you do…
Re: Why CardDAV took so long
#38I'm going to repost an earlier question I had about FastMail ... It seems like everyone I read loves using FastMail for personal email/calendar/contacts. What I haven't found is many Businesses using FastMail for corporate email/calendar/contacts. Can someone compare FastMail (for business usage) to Office 365 and/or Google Apps? Original question, https://news.ycombinator.com/item?id=10511000
Fastmail is email and calendaring not for cloud based based document editing / file storage.
Re: Why CardDAV took so long
#39Earlier quoted context omitted.
I might go that route myself. I've been running my own email server since 2012 and I'm just tired of having my stuff constantly flagged as spam
use rdns, spf and dkms, luke.
It's a very lame part-time job.
Re: Why CardDAV took so long
#40Earlier quoted context omitted.
Have you ever run your own mail server before? edit: I've never spoken to someone who has and says it is 'easy'.
It is easy if you don't care if only half the people you email get your email (i.e. you are a spammer).