From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Gabriel Diaz Lopez de la Llave" To: <9fans@cse.psu.edu> Subject: RE: [9fans] External Mailbox config Message-ID: <000001c25fb9$93481b40$c5cd1aac@holdingmf.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: Date: Thu, 19 Sep 2002 10:49:48 +0200 Topicbox-Message-UUID: ef9e829e-eaca-11e9-9e20-41e7f4b1d025 The Mail "plug-in" for acme only reads local mailbox filesystem mounted by upas/fs. For remote mail configuration you can read de wiki instructions that's says something like: For pop3 server # upas/fs -f '/pop/pop.server.com/user' (this mounts your remote pop3 mailbox) # acme -l lib/mail (or whatever you want to read mail) For imap server # upas/fs -f '/imap/imap.server.com/user' # acme -l lib/mail . . . If you read the maillist archives you can see some scripts to download messages from pop3 server and re-send to your local mbox, and then mount your local mbox with the command: # upas/fs I suggest you to read wiki instructions and then read the man pages. (That's works for me sometimes XD) Un saludo. PD: You must start a factotum instance for the authentication to work. # auth/factotum -----Mensaje original----- De: 9fans-admin@cse.psu.edu [mailto:9fans-admin@cse.psu.edu] En nombre de Adrian Enviado el: jueves, 19 de septiembre de 2002 2:19 Para: 9fans Asunto: [9fans] External Mailbox config 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