LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   local mail: how to access with Moz mail client (https://www.linuxquestions.org/questions/linux-networking-3/local-mail-how-to-access-with-moz-mail-client-243483/)

acummings 10-16-2004 02:09 PM

local mail: how to access with Moz mail client
 
Hi,

I want to add a new account to my Mozilla email client named local_spool or similarly named.

What I already know so far:

mail

entered in bash shell as command works fine.

Fedora Core 1 I think it uses sendmail I think that mail command accesses the local sendmail mail file?

Mozilla email already works fine to send and/or retrieve directly to or from my ISP's pop3 mail server.

In the Mozilla, I know how to add a new account.

computer1.localdomain

that's the name of my machine. the sendmail config has not been modified also it goes mostly unused except for occasional bash shell "mail" command.

What I seek how to do it:

I need to know what to enter into Mozilla mail so as to be able to read the same mail with Mozilla that I can already access/read when using the bash shell mail command.

Can that be done or do I first need to install a pop3 server on my machine that would intermediate between SendMail and Mozilla mail client?

Thanks. Alan.

david_ross 10-17-2004 07:09 AM

You will need to install a pop server as Mozilla is not designed to read directly from mbox files on a local system.

Nemoder 11-11-2004 08:33 AM

mbox
 
Mozilla uses standard mbox format, rather than setting up pop3 server just do something like this:
ln -s /var/mail/userbox ~/.mozilla/YourMozillaAccount/Mail/Local\ Folders/Inbox


All times are GMT -5. The time now is 09:31 PM.