In article <42ca2e03$>,
says...
> Hi, basically I want to be able to set up 2 computers to use the same email
> account. However, they have to be synchronized, so that a person on the
> second computer will know if a email has been replied too (or even read) on
> the first computer.
>
> Normally, using Outlook Express, i would just get one computer to leave the
> email on the server, and the other computer to delete the email from the
> server in 3 or 4 days. However, that is a cheap ass way to do it and does
> not actually synchronize.
>
> I didn't really want to run a server if I can help it, does Outlook do what
> I want. I've been reading up on imap, looks promising.
>
> Any ideas are welcome 
>
> Cheers,
> Steve
What I have done in this situation is to set up Mercury32 with pop3
client and imap server and smtp relay server. The pop3 client will
collect the mail from your isp. The imap server will hold it on your
server(machine) and all computers in your network can log into the imap
server and manipulate the mail. Smtp server will field the mail from all
computers on your network and forward them to isp's smtp server.
If you are on dialup rather than continuous conneciton, you can also
download the MerRi daemon for Mercury that will put the pop3 and smtp
relay servers to sleep, wake them up when you are online, and put them
back to sleep when you go offline. Which means the servers for the lan
can stay up without the other parts of mercury causing dialup to start
or creating error messages in the logs ...
There is one known annoyance with this setup and that is the fact that,
for some reason, the Mercury imap server is very slow to react when the
login comes from 127.0.0.1 - I don't think that issue is resolved. It
applies to pegasus mail at least, it may not happen if you use Outlook
or Eudora; just not sure.
I also don't know if Outlook is imap capable; Pegasus and Eudora
certainly are, and i.i.r.c. so was Netscape's email client.
If you are running Win98 there is yet another solution, but you would
have to use Pegasus mail as a client: pmail can access its mail
directory using unc paths \\machine\shared_drive\directory\~user.
And Mercury can distribute mail the same way. Which means all computers
on the network operate on the same files. Used that setup here for
years.
For some weird reason that setup does NOT work with WinXP - the network
often crashes entirely and sometime the remote computer will lock up as
well. Very strange considering how well it worked on Win9x.
-Peter