Tim wrote:
In my /etc/rc.local I have entries like this, one per user: su janedoe -c "/usr/bin/fetchmail -d 900" su johndoe -c "/usr/bin/fetchmail -d 913"
You can also put something like this in each user's crontab: @reboot fetchmail -d 900
Tim wrote:
In my /etc/rc.local I have entries like this, one per user: su janedoe -c "/usr/bin/fetchmail -d 900" su johndoe -c "/usr/bin/fetchmail -d 913"
You can also put something like this in each user's crontab: @reboot fetchmail -d 900