From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Sat, 13 Aug 2011 20:38:19 +0200 Message-ID: From: Rudolf Sykora To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: Re: [9fans] mail client; general question web vs command Topicbox-Message-UUID: 1296f090-ead7-11e9-9d60-3106f5b1d025 > cd src/cmd/upas/nfs > mk install > factotum > factotum -g 'key=somekey proto=pass service=imap > server=some.imap.server.com user=your_username !password?' > (it will ask for the pass you want to store for that key) > mailfs -t some.imap.server.com > in acme, button-2 exec on Mail -s > > Cheers, > Mathieu Thanks for your answer! Anyway, I still haven't succeeded, and have a few questions. 1) Is nfs (lookman nfs or mailfs returns nothing) a new program written for p9p just to be used for an imap connection to some mail server? 2) Do I really have to add the key to factotum or is it enough (for testing purposes) to just have it running (and it will ask me for whatever is later needed)? 3) When I try to use mailfs, I get % mailfs -t imap.gmail.com /sbin/stunnel exec failed at /usr/sbin/stunnel3 line 39. mailfs: imapconnect: no greeting and I really do not know what's going on... (I have tried to replace stunnel with stunnel3, as mentioned by Fazlul Shahriar; but I actually I don't understand the matter.) If you could clarify the situation for me a bit, I'd be appreciative. Thanks Ruda