Networking Forums

Networking Forums > Computer Networking > Linux Networking > .fetchmailrc file help

Reply
Thread Tools Display Modes

.fetchmailrc file help

 
 
JimboLee2@NETZER0.NET
Guest
Posts: n/a

 
      09-06-2003, 09:12 PM
How come everytime I run 'fetchmail' it download the same e-mail already
in my /var/mail/ folder? Here's my "~/.fetchmailrc" file
--
# Configuration created Sat Apr 15 14:18:33 2002 by fetchmailconf
set postmaster "myself"
# set bouncemail
# set no spambounce
# set nosyslog

defaults
limit 20000
# fetchall
keep # nokeep if wanna leave messages in the server

set no bouncemail
set properties ""

poll pop3.mailserver.net
protocol pop3
port 110
user username
password "password"
to myself here
antispam -1
fetchall
keep
--
where myself is my Unix login ID
username is my ISP's username
password is my ISP's password
--
Is there way to configure not to download anything already in my inbox?
Thanks.

 
Reply With Quote
 
 
 
 
ne...
Guest
Posts: n/a

 
      09-06-2003, 09:40 PM
On Sat, 06 Sep 2003 at 21:12 GMT, (E-Mail Removed) eloquently wrote:
> How come everytime I run 'fetchmail' it download the same e-mail already
> in my /var/mail/ folder? Here's my "~/.fetchmailrc" file

The answers lie in the rc file...

> --
> # Configuration created Sat Apr 15 14:18:33 2002 by fetchmailconf
> set postmaster "myself"
> # set bouncemail
> # set no spambounce
> # set nosyslog
>
> defaults
> limit 20000
> # fetchall
> keep # nokeep if wanna leave messages in the server

^^^^
Here you are telling it not to delete the mail.


> set no bouncemail
> set properties ""
>
> poll pop3.mailserver.net
> protocol pop3
> port 110
> user username
> password "password"
> to myself here
> antispam -1
> fetchall

^^^^^^^^
Here you are telling it to fetch _everything_.

> keep

^^^^
And here you again you stress, don't delete my mail.
The end result is that everything gets dl'd over and
over again.
HTH.

--
Registered Linux User # 125653 (http://counter.li.org) | Please remove
Certified: 55% bastard, 31% of which is tard. | '.invalid'
http://www.thespark.com/bastardtest | to reply.
Switch to: http://www.speakeasy.net/refer/190653
 
Reply With Quote
Reply

Thread Tools
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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
File Copy Windows -> SMB Linux; File size problem Publishers Press Windows Networking 0 10-23-2008 06:05 PM
Rinominare File con data attraverso un file Batch Daytan Windows Networking 1 09-18-2007 05:40 PM
Saving text file on SMB share - file has changed James Telford Linux Networking 3 09-18-2007 10:12 AM
Locking a file temporarily (till the file is transferred completely). Lince M Lawrence Linux Networking 2 11-10-2004 01:15 AM
Login Script - a log file overwritten by echo %var% >> file john Windows Networking 0 02-27-2004 09:36 PM



1 2 3 4 5 6 7 8 9 10 11