Linux - Server This forum is for the discussion of Linux Software used in a server related context. |
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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
|
07-11-2007, 10:11 AM
|
#1
|
Member
Registered: Jul 2007
Location: London
Distribution: FC11,FC10,FC7,FC4,Centos 5.1,Ubuntu,Mandrake Linux,puppy.LinuxMint.Opensuse
Posts: 181
Rep:
|
fetchmail problem in Fedora7
hi
I just istall Fedora7 in my PC. I want to configure fetchmail. But the problem is there is no fetchmail configuration file in my pc.like /etc/fetchmail/...
But i install fetchmail-6.3.4-1.1 properly.
when I wrote
whereis fetchmail
[root@Server1 conf]# whereis fetchmail
fetchmail: /usr/bin/fetchmail /usr/share/man/man1/fetchmail.1.gz
and nothing more.
Is there anything wrong OR any other suggestion plz.
I m waiting to configure fetchmail.
thanks
|
|
|
07-11-2007, 10:45 AM
|
#2
|
Senior Member
Registered: May 2006
Distribution: BeOS, BSD, Caldera, CTOS, Debian, LFS, Mac, Mandrake, Red Hat, Slackware, Solaris, SuSE
Posts: 1,761
Rep:
|
Create a .fetchmailrc (.netrc is an alternate) file in your $HOME directory and use this as an example:
Code:
poll pop.provider.net protocol pop3 username "jsmith" password "secret1"
CONFIGURATION EXAMPLES
http://fetchmail.berlios.de/fetchmail-man.html#40
http://fetchmail.berlios.de/fetchmail-man.html#13
Since your putting a cleartext password in the file, you should set the proper permissions on it.
Code:
$ chmod 600 $HOME/.fetchmailrc
This will allow only the owner to read and write to it.
|
|
|
07-11-2007, 10:56 AM
|
#3
|
Member
Registered: Apr 2005
Location: Ohio
Distribution: Slackware && freeBSD
Posts: 676
Rep:
|
Also whereis only locates, the binarys, man pages and source for something it does not locate configuration files. You need locate for that. You may need to run updatedb as well before using locate. You can use shell globbing with locate as well. Basic example:
Hope it helps some.
Last edited by lord-fu; 07-11-2007 at 10:57 AM.
|
|
|
All times are GMT -5. The time now is 07:23 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|