diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-09-11 19:03:56 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-09-11 19:03:56 +0000 |
commit | 4aee02f5334afe1e986d4c823514e2df60039af2 (patch) | |
tree | 44e85eaad9016ed1924744429a363d9534d4a651 /etc/crontab | |
parent | b9658e618d8e5a4f53d0291f13222e5e19dd695f (diff) |
Scaffolding to support sendmail 8.12. Note that the new smmsp user/group
are *required*.
Diffstat (limited to 'etc/crontab')
-rw-r--r-- | etc/crontab | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/crontab b/etc/crontab index 66b10c593c6..66d72b80af5 100644 --- a/etc/crontab +++ b/etc/crontab @@ -1,4 +1,4 @@ -# $OpenBSD: crontab,v 1.8 2000/12/29 14:38:45 angelos Exp $ +# $OpenBSD: crontab,v 1.9 2001/09/11 19:03:55 millert Exp $ # # /var/cron/tabs/root - root's crontab # @@ -10,6 +10,9 @@ HOME=/var/log # */10 * * * * /usr/libexec/atrun # +# sendmail clientmqueue runner +*/30 * * * * /usr/sbin/sendmail -L sm-msp-queue -Ac -q +# # rotate log files every hour, if necessary 0 * * * * /usr/bin/newsyslog # send log file notifications, if necessary |