From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <84150e2849766508075303e166ffc9ed@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] pop3 before smtp From: "Russ Cox" In-Reply-To: <00B9A19C-B1CB-11D7-9609-000393A941BC@ar.aichi-u.ac.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Thu, 10 Jul 2003 00:02:02 -0400 Topicbox-Message-UUID: f201331e-eacb-11e9-9e20-41e7f4b1d025 > 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. Russ