From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: erik quanstrom Mime-Version: 1.0 Content-Type: text/plain; charset-utf-8 Message-Id: <20051115040354.DA1CE1AB622@dexter-peak.quanstro.net> Date: Mon, 14 Nov 2005 22:03:54 -0600 Subject: [9fans] upas/fs -f /imap/... Topicbox-Message-UUID: ad41aea2-ead0-11e9-9d60-3106f5b1d025 i'm trying to get upas/fs to read my imap mbox. after fixing this ; diff imap4.c /home/quanstro/new/plan9/src/cmd/upas/fs/imap4.c 434c434 < port = "imap"; --- > port = "imap4"; (i don't know if this qualifies as "fixing" but /etc/services didn't have an imap4 entry and the imap2 entry wasn't the port i was looking for.) i ran into an authentication problem. it boils down to this: <-7- Twrite tag 0 fid 1 offset 0 count 69 'start proto=pass service=imap server=mail.speakeasy.org user=qua' -7-> Rwrite tag 0 count 69 <-7- Tread tag 0 fid 1 offset 69 count 4096 -7-> Rread tag 0 count 22 'error no role in attrs' i.e. upas/fs isn't sending a "role". so the question is: do i modify factotum to accept no role or do i modify upas/fs to send "role=client"? erik