From mboxrd@z Thu Jan 1 00:00:00 1970 Subject: Re: [9fans] pop3 before smtp Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) From: Lyndon Nerenberg To: 9fans@cse.psu.edu Content-Transfer-Encoding: 7bit In-Reply-To: <84150e2849766508075303e166ffc9ed@plan9.bell-labs.com> Message-Id: <4A1AFDDC-B30B-11D7-8B4D-000393D34A62@orthanc.ab.ca> Date: Thu, 10 Jul 2003 13:18:29 -0600 Topicbox-Message-UUID: f3a90872-eacb-11e9-9e20-41e7f4b1d025 On Wednesday, July 9, 2003, at 10:02 PM, Russ Cox wrote: >> How do you send emails from notebook via Plan 9 server? >> "POP3 before smtp" is a simple solution though not a best one. > > I use exactly that, via ratfs(4) and pop3(8). > I'm surprised no one else mentioned this yet. > Imap4 before smtp also works. There is some invisible barrier out there that apparently stops e-mail client authors from implementing SMTP AUTH (or STARTTLS), but I'll be damned if I can figure out what it is. Given that most modern e-mail clients already support SSL/TLS and SASL for POP and IMAP, what's so difficult about making the SMTP/Submission bits authentication aware? (Seriously. I've been trying to get a straight answer for this out of client authors for years, without success.) --lyndon