9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] External Mailbox config
@ 2002-09-19  0:19 Adrian
  2002-09-19  8:49 ` Gabriel Diaz Lopez de la Llave
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian @ 2002-09-19  0:19 UTC (permalink / raw)
  To: 9fans

Can someone please show me how to config acme for outside email accounts.
I`m sorry but I just don`t understand the man pages for upas/fs
enough to make it work.

Adrian


^ permalink raw reply	[flat|nested] 3+ messages in thread
* Re: [9fans] External Mailbox config
@ 2002-09-19  2:38 Russ Cox
  0 siblings, 0 replies; 3+ messages in thread
From: Russ Cox @ 2002-09-19  2:38 UTC (permalink / raw)
  To: 9fans

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.



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-09-19  8:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-19  0:19 [9fans] External Mailbox config Adrian
2002-09-19  8:49 ` Gabriel Diaz Lopez de la Llave
2002-09-19  2:38 Russ Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).