Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora Resources > Guides & Solutions (No Questions)
FedoraForum Search

Forgot Password? Join Us!

Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11th August 2006, 01:04 AM
technoshaun Offline
Registered User
 
Join Date: Dec 2005
Location: Houston area
Age: 50
Posts: 34
HOWTO Get Yahoo Mail in Kmail on Fedora Core 5 Using FreePOPs

HOWTO Get Yahoo Mail in Kmail on Fedora Core 5 Using FreePOPs
By; Shaun C. Marolf (technoshaun)

INTRODUCTION:

Ypops! just seems impossible to get information on anymore so I gave up trying to configure it to work and so the search was on for something else. I looked at a few projects but information was fleeting as well. Then I looked at FreePOPs.

FreePOPs is written primarily for the Italian Linux Community but it works and it works well provided that it is correctly installed and setup.

Using resources I found on the internet in various locations I was able to get FreePOPs configured and started. I am now successfully able to retrieve my Yahoo Mail in Kmail.

FILES AND DEPENDENCIES:

You will need curl installed which is available from the fc5 core. To see if curl is installed in a console type:

ls -la /usr/lib/libcurl*

Your output should be simular to the following:

-rw-r--r-- 1 root root 307130 Mar 21 03:59 /usr/lib/libcurl.a
lrwxrwxrwx 1 root root 25 Aug 10 16:44 /usr/lib/libcurl-gnutls.so.3 -> /usr/lib/libcurl.so.3.0.0
lrwxrwxrwx 1 root root 16 Apr 20 19:36 /usr/lib/libcurl.so -> libcurl.so.3.0.0
lrwxrwxrwx 1 root root 16 Apr 20 19:34 /usr/lib/libcurl.so.3 -> libcurl.so.3.0.0
-rwxr-xr-x 1 root root 231432 Mar 21 03:59 /usr/lib/libcurl.so.3.0.0

If you do not see the above then as root use yum to get curl

yum install curl

You will need rpm-helper as well. This is not available from the fedora repositories so you will need to download it from here:

ftp://ftp.pbone.net/mirror/ftp.rpmhe...sls.noarch.rpm

Then download FreePOPs rpm from here:

ftp://ftp.pbone.net/mirror/ftp.sourc....99-1.i386.rpm

INSTALL PROGRAMS:

as root run the following from within whatever directory you saved the files to:

rpm -ivh rpm-helper-0.9.1-4sls.noarch.rpm, freepops-0.0.99-1.i386.rpm

CONFIGURE LINUX:

Unfortunately FreePOPs doesn't just run as-is and despite a mention of a fc5 rpm I could not find it. This means some hand configuration is needed.

As root run the following commands:

ln -s /usr/lib/libcurl.so.3.0.0 /usr/lib/libcurl-gnutls.so.3

(If you are using the 64 bit version also use the following command:

ln -s /usr/lib64/libcurl.so.3.0.0 /usr/lib64/libcurl-gnutls.so.3)

cd /etc/rc5.d

ln -s ../init.d/freepops S79freepops

START THE DAEMON:

I cheated and used webmin to do this. This way I could also set it to run at startup. Under webmin go to System >> Bootup & Shutdown. There you can set it to start with system boot and start the daemon. (Anyone who knows the commands, please post them, thanks.)

You will get an error about version number. Ignore, its harmless and freepopsd is up and running.

CONFIGURING KMAIL:

In Kmail go to Settings >> Configure KMail.

Select Accounts. Click on Add and select POP3.

Account name can be anything you want. In login put in your FULL Yahoo Email address. (Yes I know you don't do this in Yahoo itself but FreePOPs requires it so it can load the correct plugin module.)

Put in your password and set host to either localhost or 127.0.0.1.

Set the port to 2000.

I would suggest you select "Store POP password"

Set your interval checking if desired.

If you have a special folder you want your Yahoo mail to go to select it under Destination folder.

Click OK then Apply then OK again.

Now you should be able to download your Yahoo Mail into Kmail. You can check this by clicking the get mail button to see if it working correctly.

FINAL NOTE:

FreePOPs says it will work with Hotmail but that appears to be an issue. I am still running hotwayd as I write this. I haven't done research into seeing if a new lua file is available or if Hotmail support is gone because MS changed things again. (I'm betting on the latter.) Anyway I'm just happy to have my Yahoo Mail in Kmail again.

Resources: http://freepops.diludovico.it
FreePOPs Manual Written by Enrico Tassi Nicola Cocchiaro. Rev 1.37 June 2006
__________________
It isn't about it being free. Rather, its about the freedom it brings.
Reply With Quote
  #2  
Old 16th August 2006, 01:11 PM
Melio Offline
Registered User
 
Join Date: Feb 2004
Location: South Carolina, USA
Age: 37
Posts: 469
alot of us dont' use webmin - you may want to HOWTO webmin installation
__________________
os[Linux F9 Fedora 9 release i386 ]
cpu[Dual Intel(R) Pentium(R) Dual CPU E2200 @ 2.20GHz 2194.569 MHz (Bogomips: 8779.42)]
mem[2GB ]
video[ MSI NX8600GT Twin Turbo GeForce 8600GT 256MB 128-bit GDDR3 PCI Express x16 SLI Supported Video Card (Dual Optiquest Q20WB LCD wide Screen Monitors ]
Linux Registered User #391755
Smolt Profile
Reply With Quote
  #3  
Old 16th August 2006, 01:41 PM
bob's Avatar
bob Online
Administrator (yeah, back again)
 
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age: 67
Posts: 21,213
(moved to "How-To")
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651


Don't use any of my solutions on working computers or near small children.
Reply With Quote
  #4  
Old 16th August 2006, 01:45 PM
technoshaun Offline
Registered User
 
Join Date: Dec 2005
Location: Houston area
Age: 50
Posts: 34
That doesn't require a flow blown howto but here is what you need to know.

Go to www.webmin.com and in the upper right hand corner you will see Download: Select RPM which will take you to a SourceForge Download page. Simply select a nearby mirror to start the download.

Once downloaded in a console as root run rpm -ivh webmin*.rpm from within the directory you downloaded it to.

To use webmin in your favorite browser go to http://localhost:10000 or https://localhost:10000 sign in as root and your good to go.

--Shaun
__________________
It isn't about it being free. Rather, its about the freedom it brings.
Reply With Quote
  #5  
Old 16th August 2006, 01:53 PM
Melio Offline
Registered User
 
Join Date: Feb 2004
Location: South Carolina, USA
Age: 37
Posts: 469
Webmin isnt really required.

all that's needed is to go into admin/services and set it to start at boot thru that interface. webmin is neat n stuff. but fedora by defualt has it's own neato methods of administration -
__________________
os[Linux F9 Fedora 9 release i386 ]
cpu[Dual Intel(R) Pentium(R) Dual CPU E2200 @ 2.20GHz 2194.569 MHz (Bogomips: 8779.42)]
mem[2GB ]
video[ MSI NX8600GT Twin Turbo GeForce 8600GT 256MB 128-bit GDDR3 PCI Express x16 SLI Supported Video Card (Dual Optiquest Q20WB LCD wide Screen Monitors ]
Linux Registered User #391755
Smolt Profile
Reply With Quote
  #6  
Old 16th August 2006, 02:05 PM
Melio Offline
Registered User
 
Join Date: Feb 2004
Location: South Carolina, USA
Age: 37
Posts: 469
Webmin was causing some strange stuff.. - (i'm guessing it's webmin) .. it was crashing and going directly to my greeter screen .. basicly exactly like a logout.

very strange, right in the middle of typing something in an email or something. so at first I thought it was thunderbird acting up .. but figured since I dont' need webmin anyhow. I used yum to remove webmin just to make sure it wasnt that.

poof. crashes to greeter stopped.
something is arye in webmin I suppose. lemme check logs to see if there's any data supporting that.
__________________
os[Linux F9 Fedora 9 release i386 ]
cpu[Dual Intel(R) Pentium(R) Dual CPU E2200 @ 2.20GHz 2194.569 MHz (Bogomips: 8779.42)]
mem[2GB ]
video[ MSI NX8600GT Twin Turbo GeForce 8600GT 256MB 128-bit GDDR3 PCI Express x16 SLI Supported Video Card (Dual Optiquest Q20WB LCD wide Screen Monitors ]
Linux Registered User #391755
Smolt Profile
Reply With Quote
  #7  
Old 16th August 2006, 02:26 PM
technoshaun Offline
Registered User
 
Join Date: Dec 2005
Location: Houston area
Age: 50
Posts: 34
Webmin is just my prefferred way of doing things. I have been using it for years so I'm extremely use to it. Though I find it odd that webmin is causing problems. All it is realliy is a specialized web server.

--Shaun
__________________
It isn't about it being free. Rather, its about the freedom it brings.
Reply With Quote
  #8  
Old 16th August 2006, 03:16 PM
Melio Offline
Registered User
 
Join Date: Feb 2004
Location: South Carolina, USA
Age: 37
Posts: 469
it's not webmin, it happened to me again. . might be freepop checking mail, causing a crash. there's no log anyhwere.
__________________
os[Linux F9 Fedora 9 release i386 ]
cpu[Dual Intel(R) Pentium(R) Dual CPU E2200 @ 2.20GHz 2194.569 MHz (Bogomips: 8779.42)]
mem[2GB ]
video[ MSI NX8600GT Twin Turbo GeForce 8600GT 256MB 128-bit GDDR3 PCI Express x16 SLI Supported Video Card (Dual Optiquest Q20WB LCD wide Screen Monitors ]
Linux Registered User #391755
Smolt Profile
Reply With Quote
  #9  
Old 17th August 2006, 06:28 PM
technoshaun Offline
Registered User
 
Join Date: Dec 2005
Location: Houston area
Age: 50
Posts: 34
Okay the only thing I can think of is to see if something is conflicting with freepops. Though I would have no idea what. Did you also install yops at sometime hoping to get it configured?

--Shaun
__________________
It isn't about it being free. Rather, its about the freedom it brings.
Reply With Quote
  #10  
Old 18th August 2006, 05:03 PM
Melio Offline
Registered User
 
Join Date: Feb 2004
Location: South Carolina, USA
Age: 37
Posts: 469
it hasnt crashed since .. so who knows. coulda been my crazy keystrokes too. I dono. it's stable enough now.
__________________
os[Linux F9 Fedora 9 release i386 ]
cpu[Dual Intel(R) Pentium(R) Dual CPU E2200 @ 2.20GHz 2194.569 MHz (Bogomips: 8779.42)]
mem[2GB ]
video[ MSI NX8600GT Twin Turbo GeForce 8600GT 256MB 128-bit GDDR3 PCI Express x16 SLI Supported Video Card (Dual Optiquest Q20WB LCD wide Screen Monitors ]
Linux Registered User #391755
Smolt Profile
Reply With Quote
  #11  
Old 27th August 2006, 01:23 PM
Melio Offline
Registered User
 
Join Date: Feb 2004
Location: South Carolina, USA
Age: 37
Posts: 469
I actually discovered what was causing the problem with crashing to desktop - it was unrelated to freepop - freepop is good to go. works great since the config was done on my box.
__________________
os[Linux F9 Fedora 9 release i386 ]
cpu[Dual Intel(R) Pentium(R) Dual CPU E2200 @ 2.20GHz 2194.569 MHz (Bogomips: 8779.42)]
mem[2GB ]
video[ MSI NX8600GT Twin Turbo GeForce 8600GT 256MB 128-bit GDDR3 PCI Express x16 SLI Supported Video Card (Dual Optiquest Q20WB LCD wide Screen Monitors ]
Linux Registered User #391755
Smolt Profile
Reply With Quote
  #12  
Old 27th August 2006, 02:31 PM
technoshaun Offline
Registered User
 
Join Date: Dec 2005
Location: Houston area
Age: 50
Posts: 34
So what was causing the problem?

--Shaun
__________________
It isn't about it being free. Rather, its about the freedom it brings.
Reply With Quote
  #13  
Old 27th August 2006, 05:09 PM
Melio Offline
Registered User
 
Join Date: Feb 2004
Location: South Carolina, USA
Age: 37
Posts: 469
I had compiz setup but there's a curious keystroke that plaigs users of compiz/xgl that'll send you back to the gdm greeter screen - in short. it needed to be disabled some how. so a freind of mine who runs slack and the same config figured out a method of disassociating the keystrokes with xlg/compiz ..

I added this to my session.

xmodmap -e "keycode 22 = BackSpace BackSpace Terminate_Server"

now when x starts, poof, problem goes away.
all users that login to X11 are fixed also . so it's not a problem for them either.
__________________
os[Linux F9 Fedora 9 release i386 ]
cpu[Dual Intel(R) Pentium(R) Dual CPU E2200 @ 2.20GHz 2194.569 MHz (Bogomips: 8779.42)]
mem[2GB ]
video[ MSI NX8600GT Twin Turbo GeForce 8600GT 256MB 128-bit GDDR3 PCI Express x16 SLI Supported Video Card (Dual Optiquest Q20WB LCD wide Screen Monitors ]
Linux Registered User #391755
Smolt Profile
Reply With Quote
Reply

Tags
core, fedora, freepops, howto, kmail, mail, yahoo

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
yahoo messenger for fedora core 6 hitesh_fedora Using Fedora 1 31st December 2007 04:41 AM
howto make thunderbird access yahoo mail box ? icedar Using Fedora 1 10th September 2006 04:48 PM
How to configure Kmail for Yahoo protocol on a Lan network prashant Using Fedora 2 13th June 2005 06:05 PM


Current GMT-time: 22:36 (Tuesday, 21-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat