From: Bob M. <or...@gm...> - 2006-08-19 22:35:58
|
Hi: I'm using Debian Sarge with fetchmail version 6.2.5-12sarge4. How may setup fetchmail to download mail at different intervals for some users? I didn't understand if I can mix system wide fetchmailrc with private or personal .fetchmailrcs for _some_ users. If I create .fetchmailrcs, which process runs it? Do I have to create cron jobs for this users? TIA for your help, - Robert |
From: Rob M. <rob...@gm...> - 2006-08-19 22:52:00
|
On 8/19/06, Bob Meier <or...@gm...> wrote: > Hi: > > I'm using Debian Sarge with fetchmail version 6.2.5-12sarge4. You should be on 6.3.4 > How may setup fetchmail to download mail at different intervals for some > users? Provide different interval options: poll pop.isp1.net user first password firspw interval 1 poll pop.isp2.com user second password secondpw interval 2 That would poll pop.isp1.net every run and pop.isp2.com every second. > I didn't understand if I can mix system wide fetchmailrc with private or > personal .fetchmailrcs for _some_ users. Yes, you can though you don't have to. > If I create .fetchmailrcs, which process runs it? Do I have to create cron > jobs for this users? You would need to either run a daemon as those users or use cron to schedule the runs. -- Please keep list traffic on the list. Rob MacGregor Whoever fights monsters should see to it that in the process he doesn't become a monster. Friedrich Nietzsche |
From: Rob F. <rf...@fu...> - 2006-08-19 23:22:56
|
Rob MacGregor wrote: > On 8/19/06, Bob Meier <or...@gm...> wrote: > > Hi: > > > > I'm using Debian Sarge with fetchmail version 6.2.5-12sarge4. > > You should be on 6.3.4 Not necessarily. Debian sarge (stable) has patched 6.2.5 to fix the security problems there. -- ==============================| "A microscope locked in on one point Rob Funk <rf...@fu...> |Never sees what kind of room that it's in" http://www.funknet.net/rfunk | -- Chris Mars, "Stuck in Rewind" |
From: Matthias A. <mat...@gm...> - 2006-08-20 12:35:01
|
Rob Funk <rf...@fu...> writes: > Rob MacGregor wrote: >> On 8/19/06, Bob Meier <or...@gm...> wrote: >> > Hi: >> > >> > I'm using Debian Sarge with fetchmail version 6.2.5-12sarge4. >> >> You should be on 6.3.4 > > Not necessarily. Debian sarge (stable) has patched 6.2.5 to fix the > security problems there. That doesn't mean they've included fixes for the other bugs I've worked on for 6.3.X, or that we should be supporting it, though I don't recall interval bug fixes offhand either. OTOH, Rob MacGregor does the voluntary (and usually excellent) support work on the lists, if he has no desire to keep an eye on 6.2.5 compatibility, that's more than just fine with me. Note however that Debian has its own system of starting fetchmail (of which I know little WRT the 6.2.X days). -- Matthias Andree |
From: Michelle K. <lin...@fr...> - 2006-08-24 17:25:10
|
Hello Matthias, Am 2006-08-20 12:34:42, schrieb Matthias Andree: > That doesn't mean they've included fixes for the other bugs I've worked > on for 6.3.X, or that we should be supporting it, though I don't recall > interval bug fixes offhand either. ...but backporting of the Sid version 6.3.4-4 to Sarge is easy. AFAIK is it allready on <bpo> Greetings Michelle Konzack Systemadministrator Tamay Dogan Network Debian GNU/Linux Consultant -- Linux-User #280138 with the Linux Counter, http://counter.li.org/ ##################### Debian GNU/Linux Consultant ##################### Michelle Konzack Apt. 917 ICQ #328449886 50, rue de Soultz MSM LinuxMichi 0033/6/61925193 67100 Strasbourg/France IRC #Debian (irc.icq.com) |
From: Rob M. <rob...@gm...> - 2006-08-20 21:31:46
|
On 8/20/06, Matthias Andree <mat...@gm...> wrote: > That doesn't mean they've included fixes for the other bugs I've worked > on for 6.3.X, or that we should be supporting it, though I don't recall > interval bug fixes offhand either. > > OTOH, Rob MacGregor does the voluntary (and usually excellent) support > work on the lists, if he has no desire to keep an eye on 6.2.5 > compatibility, that's more than just fine with me. Thanks :) Given how useful I find fetchmail it's good to be able to do something in support. I no longer have 6.2.x (or older!) to hand which makes it hard to provide any real support or assistance. Fortunately very little has changed WRT configuration so it's possible to help out with config issues. Problems relating to running it however... Also, I only run Fetchmail on FreeBSD these days (though I can test on an old Mandrake 9.1 box), which makes helping people with startup issues on other platforms all but impossible. -- Please keep list traffic on the list. Rob MacGregor Whoever fights monsters should see to it that in the process he doesn't become a monster. Friedrich Nietzsche |
From: Matthias A. <mat...@gm...> - 2006-08-21 00:57:49
|
"Rob MacGregor" <rob...@gm...> writes: > Also, I only run Fetchmail on FreeBSD these days (though I can test on > an old Mandrake 9.1 box), which makes helping people with startup > issues on other platforms all but impossible. I've seen various run scripts (old and new FreeBSD, Debian, SUSE Linux 10.0) and they are mutually vastly different. SUSE are quite retro, they are *still* running fetchmail as root, but they also use --fetchall as a default and thus circumvent quite a few troubles with b0rked servers. Debian run fetchmail 6.3.X (in testing) in its own "fetchmail" account by default, FreeBSD can either do that, or it has recently gained a means to spawn one fetchmail process per user. -- Matthias Andree |