From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <3981b50d0911211427n63fd4cbdv143b92123897fcbe@mail.gmail.com> References: <80c99e790911211333i3068ecfcxecc4b234e9d10218@mail.gmail.com> <3981b50d0911211427n63fd4cbdv143b92123897fcbe@mail.gmail.com> Date: Thu, 17 Dec 2009 01:48:34 -0600 Message-ID: From: Jason Catena To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] using acme/Mail from plan9port in Linux Topicbox-Message-UUID: b0ea324a-ead5-11e9-9d60-3106f5b1d025 I followed these excellent instructions to the end (mailfs: imapconnect: Success) and get this error when I try to button-2-click Mail in acme. mailfs: imapconnect: Success Mail: cannot mount mail: dial unix!/tmp/ns.jdc.192.168.1.102:0/mail: connect /tmp/ns.jdc.192.168.1.102:0/mail: No such file or directory mail is indeed not in the namespace directory. These files are present. /tmp/ns.jdc.192.168.1.102:0/acme /tmp/ns.jdc.192.168.1.102:0/factotum /tmp/ns.jdc.192.168.1.102:0/plumb What should I run to make it present? Does mailfs mislead me by saying it succeeded? Jason Catena On Sat, Nov 21, 2009 at 16:27, Mathieu Lonjaret wrote: > On Sat, Nov 21, 2009 at 10:33 PM, Lorenzo Bolla wrote: >> Hi all, >> can anyone point me to a document (if any) that explains how to use >> acme/Mail to read e-mail in Linux? >> I couldn't find any useful information in the plan9port distribution and= it >> does not work "out-of-the-box". >> Thanks for your help! >> L. > > 1) build and install mailfs > cd $PLAN9/src/cmd/upas/ > mk install > cd nfs > mk install > > 2) configuration > cd $PLAN9/log; chmod 666 smtp smtp.debug smtp.fail mail >smtp >>smtp.debug >smtp.fail >mail > cd $PLAN9/mail/lib > edit rewrite > optionnally edit remotemail > > 3) authentication > factotum > factotum -g 'proto=3Dpass service=3Dimap server=3Dyour.imap.server > user=3Dyou_there !password?' > > 4) run it! > mailfs -t your.imap.server (-t is for tls) > button 2 exec on =A0'Mail' in acme (without the quotes) > (you need the plumber running for everything to work as expected in acme) > > hth, > Mathieu > >