On Mon, 26 Mar 2001, Silviu Cojocaru blurted out:

SC>
SC>I'm using fetchmail 5.5.0-3 and I seem to have a problem when retrieving
SC>mail from a POP3 server: the retrieved massges are not deleted from the
SC>server, this made the mailbox on my ISPs server fill up quite fast. The
SC>symptoms that made me think about that were that some friends of mine
SC>complained that sometimes they received an error from the server where it
SC>was stated that the mailbox was full, and the last one was that I could
SC>get only one message at a time. I called my ISP and he too said that my
SC>mailbox was full.
SC>
SC>my .fetchmailrc looks like this:
SC>
SC>poll <ispsserver> timeout 60 proto pop3 user "username" pass "my_paswwd"
SC>
SC>Is there something wrong with it ?
SC>
SC>I have switched to imap, I can live with the smaller speed of mail
SC>retrieval if that saves my mailbox from getting full.
SC>
SC>Any ideas on what the heck is going on with fetchmail ?

With this .fetchmailrc file you would need to issue "fetchmail -v -a" to
download all messages from the server (v==verbose a== get all). Or you
could use fetchmailconf to configure your .fetchmailrc file to handle
it. The .fetchmailrc file can be much more detailed than this... here is
an example:

set syslog
set postmaster "ralph"
set bouncemail
set properties ""
set daemon 3
poll somebox.there.net with proto POP3
       user 'ralph' there with password '*******' is ralph here warnings 3600
    antispam 571 550 501 554

--
Chuck Mead, csm -AT- moongroup.com, Owner, MoonGroup.com
(Note: html formatted email sent to me is filtered & deleted unread)
GnuPG Public Key Available: http://wwwkeys.us.pgp.net





_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to