diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2001-02-15 01:34:37 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2001-02-15 01:34:37 +0000 |
| commit | 3bb02cdb6f6586e494e5e1a159b385e9c1832f02 (patch) | |
| tree | 0a3ac4a9ce5cb8b0adda701ae56e2ed88719fb2d /etc/crontab | |
| parent | feef629c6bd2ff4bb9e274493f38b455cc905e13 (diff) | |
Notes
Diffstat (limited to 'etc/crontab')
| -rw-r--r-- | etc/crontab | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/crontab b/etc/crontab index 56ef4758eb67..4f3568117111 100644 --- a/etc/crontab +++ b/etc/crontab @@ -25,3 +25,7 @@ HOME=/var/log # does nothing, if you have UTC cmos clock. # See adjkerntz(8) for details. 1,31 0-5 * * * root adjkerntz -a +# +# Try and stop mail sitting around in the queue forever if there is no +# sendmail -q30m periodically trying to dequeue it. +41 6 * * * root /usr/sbin/sendmail -q |
