Mail Archives: cygwin/2002/08/12/09:28:48
On Mon, Aug 12, 2002 at 10:31:13AM +0200, Corinna Vinschen wrote:
> On Sun, Aug 11, 2002 at 02:02:04PM +0100, Jim George wrote:
> > in the Linux version of fetchmail I was able to run the daemon as
> > root and fetch/deliver mail (through procmail) for multipl users.
> > Reading the man/README/archives of this list, I don't appear to have
> > that option anymore. I also don't appear to be able to install/run
> > to instances of the same service under different user IDs.
>
> Try running fetchmail in daemon mode as service under SYSTEM account.
Grep-ing the fetchmail code, I get the following:
$ grep 'set.*uid' *.c
sink.c: seteuid(ctl->uid);
sink.c: seteuid(0);
So, I presume that I will have to change the second hit above to:
seteuid(18);
I will do so and report back to the list.
Jason
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
- Raw text -