Earlier quoted context omitted.
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've seen a couple of nice tools integrated with Gmail and its web UI. The ones you mention are like that. However my problem with such tools are that they are not operating on standards. For one I wouldn't want to be locked into Gmail. But more importantly, tools depending on proprietary platforms usually have a short life. For example people loved Mailbox from Dropbox, while I was the one complaining that it only w…
Why CardDAV took so long
21–30 of 70 posts
Re: Why CardDAV took so long
#22Miserable, this kind of stuff is why I don't run my own mail server any more. Happy Fastmail customer since 2006.
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
Re: Why CardDAV took so long
#23Earlier 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's not that bad: "apt-get install mail-stack-delivery" on Ubuntu and you have everything you need. Ok, to make it real nice will take some work, to get approved certificates, SPF and DKIM working can be a challenge. But in general you can quickly get going of you want.
edit: I've never spoken to someone who has and says it is 'easy'.
Re: Why CardDAV took so long
#24Earlier 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
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…
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.
Re: Why CardDAV took so long
#25I didn't even get into the remaining compatible with the existing contacts system. CalDAV was green field, but CardDAV had to integrate with the web, with spam scanning (whitelist/score bonus for known users), with mailing list address book groups, ...
The only feature I miss with your CardDAV implementation is contact photos. Everything else works very well so I leave email and calendaring to FastMail but I'm back to self-hosted contacts for now. Really hope this can be added soon.
Re: Why CardDAV took so long
#26Earlier 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.
Re: Why CardDAV took so long
#27Earlier quoted context omitted.
The only feature I miss with your CardDAV implementation is contact photos. Everything else works very well so I leave email and calendaring to FastMail but I'm back to self-hosted contacts for now. Really hope this can be added soon.
They do work, but only if you upload them via CardDAV - we don't have any UI for them in the web client yet.
Re: Why CardDAV took so long
#28Earlier quoted context omitted.
It's not that bad: "apt-get install mail-stack-delivery" on Ubuntu and you have everything you need. Ok, to make it real nice will take some work, to get approved certificates, SPF and DKIM working can be a challenge. But in general you can quickly get going of you want.
Have you ever run your own mail server before? edit: I've never spoken to someone who has and says it is 'easy'.
For more than I year now all I ever did as maintenance was apt-get update/upgrade.
http://arstechnica.com/information-technology/2014/02/how-to...
Ok, it did take me a while to find mail-stack-delivery but it really is a good basis.
Re: Why CardDAV took so long
#29Earlier quoted context omitted.
It's not that bad: "apt-get install mail-stack-delivery" on Ubuntu and you have everything you need. Ok, to make it real nice will take some work, to get approved certificates, SPF and DKIM working can be a challenge. But in general you can quickly get going of you want.
Have you ever run your own mail server before? edit: I've never spoken to someone who has and says it is 'easy'.
Re: Why CardDAV took so long
#30Earlier quoted context omitted.
It's not that bad: "apt-get install mail-stack-delivery" on Ubuntu and you have everything you need. Ok, to make it real nice will take some work, to get approved certificates, SPF and DKIM working can be a challenge. But in general you can quickly get going of you want.
Have you ever run your own mail server before? edit: I've never spoken to someone who has and says it is 'easy'.