|
Majordomo-Users (April 1996) |
Reply to: RE>Cron jobs
On 4/4/96 1:31 AM, Wally Marsh III wrote:
>I would really like to have cron send the command once a day, or just
>fix my problem so I can use maxlegnth.
>Any insight's?
Wally, the crontab for once a day at 0530 would be
30 5 * * 0,1,2,3,4,5,6 echo mkdigest <listname> <list-passwd> | mail
majordomo@<your.host>
Since you're mailing it to majordomo@<your.host>, the crontab doesn't
have to exist on the same host as majordomo - any Unix host will do.
|