LWN.net Logo

Tent v0.1 released

Tent v0.1 released

Posted Sep 21, 2012 21:47 UTC (Fri) by lindi (subscriber, #53135)
In reply to: Tent v0.1 released by job
Parent article: Tent v0.1 released

I don't know where you live but email does not work perfectly here if you try to use something else than gmail. For example sending mail from one of the biggests ISPs of Finland to Yahoo has had problems for several years: http://www.iltasanomat.fi/kotimaa/art-1288371200415.html

IRC does not work perfectly either. A friend of mine could not figure out how to use IRC. His ISP did not have an IRC server and the generic IRC server that he found would only allow two connections from the same IP. The whole building was behind the same IP.


(Log in to post comments)

Tent v0.1 released

Posted Sep 21, 2012 22:32 UTC (Fri) by job (guest, #670) [Link]

While your story here may not be representative for other reasons, it is clearly irrelevant what protocol you used. You would have had exactly the same e-mail problems (I take it they are reputational in nature) if your mail was pushed over JSON over HTTP. They would just be a lot harder to debug.

And the connection limit your friend encountered on IRC would be just as relevant if it was a web chat over HTTP. In fact, they would be worse. If it should be taken as an argument for anything, it is clearly that one should not try to cram even functionality over one specific command protocol.

Tent v0.1 released

Posted Sep 22, 2012 17:48 UTC (Sat) by geofft (subscriber, #59789) [Link]

You misunderstand the point being made. The argument is that most home users push their mail over JSON over HTTP (or something) to an intermediary like Gmail that does trust them (because it authenticates them), and the intermediary sends the email over SMTP.

There is no proposal to make SMTP use HTTP as a transport. The point being made is that, despite most people having email work fine, most people do not directly use SMTP on their home computer, and instead use HTTP to access access some other machine that _does_ use SMTP. So it is not contradictory that port 25 on the home user's side of the connection does not work for most people, even though most people do use email.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds