Jun 29, 2004 #1 pdotd Programmer Jun 15, 2004 29 CA i was wondering if anyone knew the code to run a command every hour in the qmailctl script pdotd
Jun 29, 2004 1 #2 thedaver IS-IT--Management Jul 12, 2001 2,741 US I told you once about this. It is NOT in qmailctl. You do it with CRON! edit /etc/crontab and add an entry like this: * */1 * * * root killall qmail-smtpd Then restart your crond service. AND THEN PLEASE go read about using CRON so that you can help yourself. http://www.google.com/search?hl=en&lr=lang_en&ie=UTF-8&safe=off&q=cron+example Surfinbox.com Business Internet Services - National Dialup, DSL, T-1 and more. http://www.surfinbox.com/ds3.php Upvote 0 Downvote
I told you once about this. It is NOT in qmailctl. You do it with CRON! edit /etc/crontab and add an entry like this: * */1 * * * root killall qmail-smtpd Then restart your crond service. AND THEN PLEASE go read about using CRON so that you can help yourself. http://www.google.com/search?hl=en&lr=lang_en&ie=UTF-8&safe=off&q=cron+example Surfinbox.com Business Internet Services - National Dialup, DSL, T-1 and more. http://www.surfinbox.com/ds3.php