Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Thanks for all your replies. I'll have to do a bit of research and RTFM I guess. It'd be nice if someone came up with an email client that is able to send/receive messages via Hotmail.
Can Hotmail be accessed through SMTP? If so, does anybody know the address of Hotmail's SMTP incoming and outgoing servers?
Originally posted by born4linux the original poster is asking for hotmail. Originally posted by Ken Ju-On I was wondering how to access HTTP mail with a Linux email client
Born4Linux, I appreciate that Ken was asking about Hotmail in his case, but since in his own post he asks about HTTP mail, which I believe can be used as a general term not necessarily pertaining specifically to Hotmail, that my question is perfectly applicable to this discussion, do you not think? Perhaps there are people, other than myself, who would dearly love to access their Webmail from the comfort of their Linux email client - God knows there are enough Webmail services around! I was curious if the solution given above works for Hotmail only (ie the protocol used is specific to Microsoft services and is thus not used in other Webmail services) or whether it would work for others. That OK?
PS. Sorry if I sound a little testy - not been sleeping too well lately. Please bear with me - I shall be going on holiday soon enough!
[rsimkins@localhost hotwayd]$ rpm -Uvh hotwayd.rpm
error: cannot get exclusive lock on /var/lib/rpm/Packages
error: cannot open Packages index using db3 - Operation not permitted (1)
error: cannot open Packages database in /var/lib/rpm
here is my error, though I have a feeling it is a problem relating to my profile, the allowances or something like that. TBH I'm in a world of pain, windows cold turkey. Help me.....
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,302
Rep:
whenever you get mad a linux for something, go back to
windows for little bit, then you'll remember why you tried
linux in the first place. go back and forth, and decide which
you hate most.
i've seen that error, but i can't remember what it is.
as csekar said, you must be root to install an rpm. the $ by your prompt means you are a normal user. you need superuser privs. type su then enter your password and try again. also, when installing an rpm, use -ivh instead of -Uvh the U option tells rpm to upgrade.
[edit: i just realised that this thread had a second page.. hopefully this message is still relevant]
The hotwayd daemon is OK, but is very limited in functionality. It allows you to access hotmail through the POP3 protocol, which only allows you to read incoming mail. There is no functionality for managing folders, checking folders other than your INBOX (this is a pain if you like to filter your email into seperate folders)), and furthermore I found it to be extremely slow to check e-mails though my single-channel ISDN connection.
Someone has written a JavaMail library called JDAVMail http://sourceforge.net/projects/jdavmail/ which supports most if not all hotmail features... However, I don't know how to integrate this library into any of the major linux email clients such as Ximian Evolution.. does anyone know how to do this?
Anyway, what you probably want is a daemon like hotwayd that allows you to access Hotmail through the IMAP protocol rather than POP3... does anyone know of such a project??? I have been looking for such a project myself with no luck so far....
-surveillance
Last edited by surveillanceqq; 07-31-2003 at 01:53 AM.
This may sound noobie and all, but I changed to root (thanks for the explanation Abel, csekar), the rpm runs and tells me it is already installed. Which I find strange although I have been making so many changes and installs I forget what has worked and what hasn't, so maybe I did get it onto my box. Anyway, my next question is... where did install to (by default) and is there a way of seeing all the processes when the rpm executes?
scarecrow, hotwayd usually installs to /usr/sbin/ when you use the rpm approach. however, if you're still having problems you can use the tarball approach as outlined in http://hotwayd.sourceforge.net/install/
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.