> All of our users (bar sysadmins) cannot generate outbound TCP traffic, so
> they cannot get mail from other mail servers unless the provider has sort
> of web based frontend onto thier boxes. A ideal way for them to retrieve
> mail is to use fetchmail but they can't get to the mail server.
> I've written a script which basically goes thru everyones home dirs and if
> it finds a .fetchmailrc file, executes it and delivers mail to them. It
> works grand, the problem is fetchmail's internal security. You must own
> the .fetchmailrc and it's permissions cannot be greater than 0600.
> So fetchmail is barfing when I try to run it my script as another user....
>> [root at hoth coding]# ./run_fetchmail.pl
> File /home/founders/dburke/.fetchmailrc must be owned by you.
>> Is there any way to tell fetchmail not to be so fussy about file
> permissions ? Or will I have to grab the source and make changes
> there?
Use su. For each user with a .fetchmailrc:
su - <user> -c 'fetchmail'
Kenn
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!