fetchmail-friends
[Top] [All Lists]

Re: [fetchmail] multiple checks at once

2002-07-31 08:30:25
--- Weyland <nw2linux(_at_)varangiankindred(_dot_)org> wrote:
So instead of checking userA, then userB, then userC, it would check 
userA,B,&C all at the same time.
 
Weyland,

One possible way out is to make a script ran by root doing
su user1 -c "fetchmail" &
su user2 -c "fetchmail" &
su user3 ... 

Never done it before, but since the users are distinct, there will be
one copy of fetchmail being ran by each user.

hope this helps,

PR

__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

<Prev in Thread] Current Thread [Next in Thread>