Earlier quoted context omitted.
I thought SMTP was specifically designed for this (with support for multiple MX entries, queuing at the sender MTA side, etc.) and there's an easy hard boundary at the user mailbox level you can use to partition your system. It should not be a problem that gmail is "down". Unless this would be happening for more than a few days, noone would lose e-mail. It's a problem that it's not returning a temporary error code, b…
It is pretty clear that accepting a TCP connection and reading the bytes of the email from the sender is not the problem. Google is bouncing messages with an error like "that user doesn't exist". This would lead one to believe that some instances are having trouble looking up users, and that doesn't scale super easily. If the product guarantees that it will reject invalid email addresses (which is nice of them, not r…
Gmail having issues
381–390 of 460 posts
Re: Gmail having issues
#382Earlier quoted context omitted.
> Services are better in my opinion when you pay for them and you’re not the product. Services also tend to be better if lock-in effects on customers are low. ... and using your own domain for email does reduce lock-in significantly. unrelated: the link in your profile does not seem to work.
Does gmail have such a big lock-in effect on users since it allows them to use the gmail interface with their own email? (i.e. you can split the service and the UI)
But there is a case for making legislation forcing email providers to allow moving emails to other providers (how it should be done technically is another question). This is already in effect for telephone numbers many places.
Re: Gmail having issues
#383People will suggest running your own mail server, and if you have the time and energy then definitely do that. But the next best thing you can do is simply just use your own domain. That way, you can at least decide to migrate your email elsewhere. Don't use the free domains you get from things like gmail or other providers, because then you have to _change_ your email address, and not just your MX records.
https://www.hetzner.com/de/webhosting
Just because you can (theoretically) run your own infrastructure does not mean you should. Trust the professionals. You don't do your own surgeries, do you?
(not affiliated to Hetzner, just was the first offer I thought of.)
Re: Gmail having issues
#384People will suggest running your own mail server, and if you have the time and energy then definitely do that. But the next best thing you can do is simply just use your own domain. That way, you can at least decide to migrate your email elsewhere. Don't use the free domains you get from things like gmail or other providers, because then you have to _change_ your email address, and not just your MX records.
Good luck getting the same quality of service as gmail with your own mail server. The fact that gmail fails every so often (extremely rarely actually) is a good sign: zero failure would mean that they are over-investing in quality and losing flexibility. Gmail only needs to be as good as the best web service out there.
Re: Gmail having issues
#385Remember, free and open source software is more reliable: ( https://www.gnu.org/software/reliability.en.html ) "One reason is that free software gets the whole community involved in working together to fix problems. Users not only report bugs, they even fix bugs and send in fixes. Users work together, conversing by email, to get to the bottom of a problem and make the software work trouble-free." And Service as a Sof…
-----------------------------
> One reason is that free software gets the whole community involved in working together to fix problems. Users not only report bugs
This works only for popular open source software, and still doesn't apply to infamous Unix mail servers or likes of GNOME. The 'community' is often more interested in adding features than fixing bugs.
> so never use a service where in principle a program would do.
Comfort vs Freedom tradeoff. Sometimes data privacy / freedom isn't just that critical to justify costs and difficulties of self hosting.
> Service as a Software Substitute (SaaSS). For our freedom's sake, we have to reject that too.
For what it is worth, SaaS has only benefited freedom of people working in big corporates. It has loosened the grip of enterprise software directly sold to C-suites by wine-and-dine sales methods.
And know what, software writers have to make good amount of money too. Just giving away free desktop / server software doesn't work out for most developers. I will happily accept if an open core software has a value added SaaS. And "live cheap and write freedom respecting software for some semi-arbitrary definition of freedom", is just disrespectful to talented software developers.
> someone has the power to silently impose changes in how the user's computing gets done.
Again a convinience and security etc.. thing. Most use cases, you don't care.
Stallman sees everything as black or white. (Linus Torvalds has also written on this)
I'd suggest Stallman once watch 2017 Tamil movie "Vikram Vedha" :-)
Re: Gmail having issues
#386Earlier quoted context omitted.
Google's user service should be able to tell the difference between a user's data not being available and a user that has been deleted or never existed in the first place. This issue is Google sending the wrong error code because of a problem on their end. Mailing lists believing what an email provider tells them and acting in an overly cautious way is a separate issue.
> Google's user service should be able to tell the difference between a user's data not being available and a user that has been deleted or never existed in the first place. This can't work; you can say that gmail's system should have a component that recognizes the difference between various failures, but that new component can itself fail. You can't solve the problem of "what if something fails" by saying "just add…
Note that this is rather different from physical, mechanical systems which can fail in all kinds of exciting and unpredictable ways due to physical wear and tear, things getting jammed in places, component failure, etc.
Re: Gmail having issues
#387Earlier quoted context omitted.
Good luck getting the same quality of service as gmail with your own mail server. The fact that gmail fails every so often (extremely rarely actually) is a good sign: zero failure would mean that they are over-investing in quality and losing flexibility. Gmail only needs to be as good as the best web service out there.
Uptimes in Germany are usually 99.9% for most hosters. I think Gmail has lost to all of those yesterday.
Re: Gmail having issues
#388[1] https://www.reddit.com/r/Stadia/comments/kdr2ps/its_not_just...
Re: Gmail having issues
#389People will suggest running your own mail server, and if you have the time and energy then definitely do that. But the next best thing you can do is simply just use your own domain. That way, you can at least decide to migrate your email elsewhere. Don't use the free domains you get from things like gmail or other providers, because then you have to _change_ your email address, and not just your MX records.
Re: Gmail having issues
#390Earlier quoted context omitted.
This is the Nightmare Scenario for mailing lists. Many of them auto-unsubscribe after a bounce.
I said this in another comment but this seems like a naive way to react to an "address does not exist error" that they've already delivered to before. The only legit scenario in which that happens is when the user deletes the address, which is a rare event (pretty much always The underlying issue (wherever this occurs) seems to be lack of nuance regarding error codes when people try to implement robust systems. Diffe…