Date: Fri, 01 Jul 2005 17:51:22 +1000 From: Norberto Meijome <freebsd@meijome.net> To: Free BSD Questions list <freebsd-questions@freebsd.org> Subject: Re: system wide fetchmail Message-ID: <42C4F5FA.7020709@meijome.net> In-Reply-To: <fb5ec42305063022157a30cb1f@mail.gmail.com> References: <20050630185832.GB7111@teddy.fas.com> <fb5ec42305063022157a30cb1f@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Ryan Rempel wrote: > */5 * * * * fetchmail -s -f /usr/local/etc/fetchmailrc > Now, if you want each user to be able to administer their own > fetchmailrc, then I don't know how to do that without having each user > run fetchmail individually. wrap the fetchmail -f with a loop over user's home dirs where they can edit their own fetchmail? with some obvious checks for if -f /home/[user]/.fetchmailrc , etc, of course. Haven't thought through the implications of running fetchmail as root with user-provided config files.... maybe u can drop privileges to the user before running it. Beto
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42C4F5FA.7020709>