Could someone form the list please let me know an equalent pop connector to fetchmail?. I have problem with fetchmail that it downloads only 99 mails and in the event of mails exceeding this limit will result a socket error.
Fetchmail: Query status=2 (SOCKET)
Thanks
Rajeev R. Veedu
Rajeev R Veedu schrieb:
Could someone form the list please let me know an equalent pop connector to fetchmail?. I have problem with fetchmail that it downloads only 99 mails and in the event of mails exceeding this limit will result a socket error.
Fetchmail: Query status=2 (SOCKET)
Rajeev R. Veedu
Tried using "--expunge <count>"?
getmail is an alternate to fetchmail.
Alexander
Alexander,
Could you please tell me how do I specify this --expunge <count> ?.
Thanks
Rajeev R. Veedu
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Alexander Dalloz Sent: Sunday, August 19, 2007 4:29 PM To: CentOS mailing list Subject: Re: [CentOS] problem with fetchmail
Rajeev R Veedu schrieb:
Could someone form the list please let me know an equalent pop connector
to
fetchmail?. I have problem with fetchmail that it downloads only 99 mails and in the event of mails exceeding this limit will result a socket error.
Fetchmail: Query status=2 (SOCKET)
Rajeev R. Veedu
Tried using "--expunge <count>"?
getmail is an alternate to fetchmail.
Alexander
_______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Rajeev R Veedu schrieb:
Alexander,
Could you please tell me how do I specify this --expunge <count> ?.
Thanks
Rajeev R. Veedu
Please do not top-post.
http://catb.org/~esr/fetchmail/fetchmail-man.html
You can run fetchmail with that option explicitly:
fetchmail --expunge 66 ...
or add it to the fetchmailrc as an option
expunge 66
This is just as the fetchmail manpage instructs you. There are several more useful options and the manpage is worth to read at all.
Alexander