Bug#338944: [pkg-fetchmail-maint] Bug#338944: Add a way to launch user configured

Nico Golde nico at ngolde.de
Tue Nov 15 15:39:06 UTC 2005


* Laurent Bigonville <l.bigonville at easynet.be> [2005-11-14 00:52]:
> Package: fetchmail
> Severity: wishlist
> 
> It would be fine if the initscript could also launch fetchmail for users
> when they have a .fetchmailrc file in their home. This should maybe be
> configurable with an option in /etc/default/fetchmail.

Sorry, but we will not add this feature and I think it would 
be not acceptable if it would interact in home-directories 
of a users.
If you want to start fetchmail on startup use for example 
crontab with the @reboot option (man 5 crontab) or build a 
custom shell (or init) script, for example something like:

for i in /home/*/.fetchmailrc ; do
  su - -c "nice fetchmail -d1800" $(echo "$i" | cut -f3 -d/)
done

Kind regard
Nico Golde

-- 
Nico Golde - JAB: nion at jabber.ccc.de | GPG: 0x73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org
Forget about that mouse with 3/4/5 buttons -
gimme a keyboard with 103/104/105 keys!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/pkg-fetchmail-maint/attachments/20051115/f29606e4/attachment.pgp


More information about the pkg-fetchmail-maint mailing list