From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <0001664c8fdf3eec975a0e22c298884e@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] External Mailbox config From: "Russ Cox" MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Wed, 18 Sep 2002 22:38:06 -0400 Topicbox-Message-UUID: ef0691d2-eaca-11e9-9e20-41e7f4b1d025 In my factotum keys I have a key proto=apop user=rsc server=plan9.bell-labs.com !password=not.telling In my profile I have upas/fs -f /apoptls/plan9.bell-labs.com That sets the default mailbox, so that running "mail" or acme Mail will show the right box. An alternative is to run Mail /apoptls/plan9.bell-labs.com directly, if you don't want that to be the default. Either way, you need the factotum key. If you're going to do pop the key should be proto=pass user=rsc dom=plan9.bell-labs.com service=pop !password=not.telling and similarly for IMAP proto=pass user=rsc server=plan9.bell-labs.com service=imap !password=not.telling The pop code really should use server= rather than dom=, but it doesn't. Sorry.