History log of /openbsd-current/etc/crontab
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.28 18-Apr-2020 jmc

document the flags field, and combine flags in the rpki example;
ok deraadt


# 1.27 16-Apr-2020 job

Suggest to update RPKI once an hour.

In autonomous systems running bgpd(8) and rpki-client(8) on their edge
routers, it may be beneficial when out-of-the-box all routers don't all
do rpki fetches & bgp loads at the same time. It is expected behavior
for RPKI information to un-evenly percolate towards the BGP edge in a
staggered way.

The 'once an hour' pace may be a reasonable balance between the needs of
internet users, and what network operators tolerate in churn.

OK deraadt@


# 1.26 15-Apr-2020 millert

Use the new random interval support in cron instead of a random sleep.
The random intervals used can be adjusted as needed. OK deraadt@


# 1.25 04-Dec-2019 job

Insert missing &&

OK claudio@


# 1.24 04-Dec-2019 job

Attempt to smear out stampedes on the RPKI rsync servers

OK claudio@ benno@


# 1.23 29-Nov-2019 deraadt

Uncomment a single line in root's crontab to run rpki-client and reload
bpgd configuration, which enables Enterprise-Ready Industry-Leading-by-Example
RPKI ROA filtering on your OpenBGP edge.
Arguments remain about how often to run this operation, for now we propose
9AM when people who can fix their shit are in the office.
ok claudio benno


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE
# 1.22 04-Sep-2016 tb

bump the random timeout to taking % 2048 sec to avoid modulus bias

ok phessler


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.21 15-Sep-2014 matthieu

Remove sendmail tentacles. ok krw@ ajacoutot@


Revision tags: OPENBSD_5_6_BASE
# 1.20 12-Mar-2014 tedu

switch over to smtpd by default.
ok deraadt gilles todd


Revision tags: OPENBSD_5_5_BASE
# 1.19 19-Oct-2013 halex

add a random sleep of up to half an hour to distribute the server
load from spamd-setup. Brought up by phessler@ who also pointed out
that the percent sign must be escaped in the command.

ok ajacoutot@ joerg@ phessler@ and sort of @blambert


Revision tags: OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE
# 1.18 09-May-2009 schwarze

make weekly and monthly silent by default
add the same infrastructure to daily; silencing daily needs another step
discussed with ajacoutot@ okan@ todd@ sthen@ deraadt@ jmc@
"immediately commit" deraadt@ (without seeing the final diff)


# 1.17 09-May-2009 schwarze

revert previous, requested by kettenis@ and deraadt@


# 1.16 09-May-2009 schwarze

remove the empty script /etc/monthly
in preparation for improvements in /etc/daily and /etc/weekly
using feedback and suggestions from jmc@ and sthen@
ok jmc@, and sthen@ agreed with the general direction


Revision tags: OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE
# 1.15 27-Feb-2007 beck

spamd-setup now doesn't take -g - this is the new default.
noticed by jmc@


# 1.14 24-Feb-2007 millert

Make greylisting the default when spamd is enabled. Uses the new -g flag
for spamd-setup. OK beck@


# 1.13 06-Oct-2006 ray

Don't allow anyone but root to read /var/log/{daily,weekly,monthly}.out.
Unfortunately this does not fix existing file permissions.

Spotted by Antti Harri <iku at openbsd dot fi>.

OK millert@.


Revision tags: OPENBSD_3_3_BASE OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE
# 1.12 10-Mar-2003 deraadt

commented hourly spamd-setup run


# 1.11 27-Dec-2002 deraadt

spamd startup stuff


Revision tags: OPENBSD_3_2_BASE
# 1.10 15-Jul-2002 millert

Move atrun(8) functionality into cron(8) proper. This fixes the
long-standing annoyance that atrun's granularity is 10 minutes.
Most at jobs run with a 1 minute granularity. Jobs submitted via
"at now" or "batch" will run immediately. Includes a rewritten
cron(8) man page. at(1) will be integrated more closely into
cron at a future date.

Upgrading notes:
the atrun job in root's crontab should be removed.
the /var/at/spool directory is no longer used


Revision tags: OPENBSD_3_0_BASE OPENBSD_3_1_BASE
# 1.9 11-Sep-2001 millert

Scaffolding to support sendmail 8.12. Note that the new smmsp user/group
are *required*.


Revision tags: OPENBSD_2_9_BASE
# 1.8 29-Dec-2000 angelos

newsyslog/newsyslog -m shouldn't conflict in scheduling.


Revision tags: OPENBSD_2_2_BASE OPENBSD_2_3_BASE OPENBSD_2_4_BASE OPENBSD_2_5_BASE OPENBSD_2_6_BASE OPENBSD_2_7_BASE OPENBSD_2_8_BASE
# 1.7 18-Aug-1997 deraadt

put hostname in mail subject; jbernard@tater.mines.edu


# 1.6 07-Jul-1997 downsj

Example (commented out) entry for running newsyslog -m.


Revision tags: OPENBSD_2_1_BASE
# 1.5 03-Apr-1997 gene

Avoid confusion on running /etc/daily on daylight-savings change days.


# 1.4 07-Dec-1996 deraadt

/etc does not contain bins


Revision tags: OPENBSD_2_0_BASE
# 1.3 26-May-1996 deraadt

sync & label


# 1.2 28-Mar-1996 niklas

From NetBSD: merge of 960317


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision


# 1.27 16-Apr-2020 job

Suggest to update RPKI once an hour.

In autonomous systems running bgpd(8) and rpki-client(8) on their edge
routers, it may be beneficial when out-of-the-box all routers don't all
do rpki fetches & bgp loads at the same time. It is expected behavior
for RPKI information to un-evenly percolate towards the BGP edge in a
staggered way.

The 'once an hour' pace may be a reasonable balance between the needs of
internet users, and what network operators tolerate in churn.

OK deraadt@


# 1.26 15-Apr-2020 millert

Use the new random interval support in cron instead of a random sleep.
The random intervals used can be adjusted as needed. OK deraadt@


# 1.25 04-Dec-2019 job

Insert missing &&

OK claudio@


# 1.24 04-Dec-2019 job

Attempt to smear out stampedes on the RPKI rsync servers

OK claudio@ benno@


# 1.23 29-Nov-2019 deraadt

Uncomment a single line in root's crontab to run rpki-client and reload
bpgd configuration, which enables Enterprise-Ready Industry-Leading-by-Example
RPKI ROA filtering on your OpenBGP edge.
Arguments remain about how often to run this operation, for now we propose
9AM when people who can fix their shit are in the office.
ok claudio benno


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE
# 1.22 04-Sep-2016 tb

bump the random timeout to taking % 2048 sec to avoid modulus bias

ok phessler


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.21 15-Sep-2014 matthieu

Remove sendmail tentacles. ok krw@ ajacoutot@


Revision tags: OPENBSD_5_6_BASE
# 1.20 12-Mar-2014 tedu

switch over to smtpd by default.
ok deraadt gilles todd


Revision tags: OPENBSD_5_5_BASE
# 1.19 19-Oct-2013 halex

add a random sleep of up to half an hour to distribute the server
load from spamd-setup. Brought up by phessler@ who also pointed out
that the percent sign must be escaped in the command.

ok ajacoutot@ joerg@ phessler@ and sort of @blambert


Revision tags: OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE
# 1.18 09-May-2009 schwarze

make weekly and monthly silent by default
add the same infrastructure to daily; silencing daily needs another step
discussed with ajacoutot@ okan@ todd@ sthen@ deraadt@ jmc@
"immediately commit" deraadt@ (without seeing the final diff)


# 1.17 09-May-2009 schwarze

revert previous, requested by kettenis@ and deraadt@


# 1.16 09-May-2009 schwarze

remove the empty script /etc/monthly
in preparation for improvements in /etc/daily and /etc/weekly
using feedback and suggestions from jmc@ and sthen@
ok jmc@, and sthen@ agreed with the general direction


Revision tags: OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE
# 1.15 27-Feb-2007 beck

spamd-setup now doesn't take -g - this is the new default.
noticed by jmc@


# 1.14 24-Feb-2007 millert

Make greylisting the default when spamd is enabled. Uses the new -g flag
for spamd-setup. OK beck@


# 1.13 06-Oct-2006 ray

Don't allow anyone but root to read /var/log/{daily,weekly,monthly}.out.
Unfortunately this does not fix existing file permissions.

Spotted by Antti Harri <iku at openbsd dot fi>.

OK millert@.


Revision tags: OPENBSD_3_3_BASE OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE
# 1.12 10-Mar-2003 deraadt

commented hourly spamd-setup run


# 1.11 27-Dec-2002 deraadt

spamd startup stuff


Revision tags: OPENBSD_3_2_BASE
# 1.10 15-Jul-2002 millert

Move atrun(8) functionality into cron(8) proper. This fixes the
long-standing annoyance that atrun's granularity is 10 minutes.
Most at jobs run with a 1 minute granularity. Jobs submitted via
"at now" or "batch" will run immediately. Includes a rewritten
cron(8) man page. at(1) will be integrated more closely into
cron at a future date.

Upgrading notes:
the atrun job in root's crontab should be removed.
the /var/at/spool directory is no longer used


Revision tags: OPENBSD_3_0_BASE OPENBSD_3_1_BASE
# 1.9 11-Sep-2001 millert

Scaffolding to support sendmail 8.12. Note that the new smmsp user/group
are *required*.


Revision tags: OPENBSD_2_9_BASE
# 1.8 29-Dec-2000 angelos

newsyslog/newsyslog -m shouldn't conflict in scheduling.


Revision tags: OPENBSD_2_2_BASE OPENBSD_2_3_BASE OPENBSD_2_4_BASE OPENBSD_2_5_BASE OPENBSD_2_6_BASE OPENBSD_2_7_BASE OPENBSD_2_8_BASE
# 1.7 18-Aug-1997 deraadt

put hostname in mail subject; jbernard@tater.mines.edu


# 1.6 07-Jul-1997 downsj

Example (commented out) entry for running newsyslog -m.


Revision tags: OPENBSD_2_1_BASE
# 1.5 03-Apr-1997 gene

Avoid confusion on running /etc/daily on daylight-savings change days.


# 1.4 07-Dec-1996 deraadt

/etc does not contain bins


Revision tags: OPENBSD_2_0_BASE
# 1.3 26-May-1996 deraadt

sync & label


# 1.2 28-Mar-1996 niklas

From NetBSD: merge of 960317


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision


# 1.26 15-Apr-2020 millert

Use the new random interval support in cron instead of a random sleep.
The random intervals used can be adjusted as needed. OK deraadt@


# 1.25 04-Dec-2019 job

Insert missing &&

OK claudio@


# 1.24 04-Dec-2019 job

Attempt to smear out stampedes on the RPKI rsync servers

OK claudio@ benno@


# 1.23 29-Nov-2019 deraadt

Uncomment a single line in root's crontab to run rpki-client and reload
bpgd configuration, which enables Enterprise-Ready Industry-Leading-by-Example
RPKI ROA filtering on your OpenBGP edge.
Arguments remain about how often to run this operation, for now we propose
9AM when people who can fix their shit are in the office.
ok claudio benno


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE
# 1.22 04-Sep-2016 tb

bump the random timeout to taking % 2048 sec to avoid modulus bias

ok phessler


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.21 15-Sep-2014 matthieu

Remove sendmail tentacles. ok krw@ ajacoutot@


Revision tags: OPENBSD_5_6_BASE
# 1.20 12-Mar-2014 tedu

switch over to smtpd by default.
ok deraadt gilles todd


Revision tags: OPENBSD_5_5_BASE
# 1.19 19-Oct-2013 halex

add a random sleep of up to half an hour to distribute the server
load from spamd-setup. Brought up by phessler@ who also pointed out
that the percent sign must be escaped in the command.

ok ajacoutot@ joerg@ phessler@ and sort of @blambert


Revision tags: OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE
# 1.18 09-May-2009 schwarze

make weekly and monthly silent by default
add the same infrastructure to daily; silencing daily needs another step
discussed with ajacoutot@ okan@ todd@ sthen@ deraadt@ jmc@
"immediately commit" deraadt@ (without seeing the final diff)


# 1.17 09-May-2009 schwarze

revert previous, requested by kettenis@ and deraadt@


# 1.16 09-May-2009 schwarze

remove the empty script /etc/monthly
in preparation for improvements in /etc/daily and /etc/weekly
using feedback and suggestions from jmc@ and sthen@
ok jmc@, and sthen@ agreed with the general direction


Revision tags: OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE
# 1.15 27-Feb-2007 beck

spamd-setup now doesn't take -g - this is the new default.
noticed by jmc@


# 1.14 24-Feb-2007 millert

Make greylisting the default when spamd is enabled. Uses the new -g flag
for spamd-setup. OK beck@


# 1.13 06-Oct-2006 ray

Don't allow anyone but root to read /var/log/{daily,weekly,monthly}.out.
Unfortunately this does not fix existing file permissions.

Spotted by Antti Harri <iku at openbsd dot fi>.

OK millert@.


Revision tags: OPENBSD_3_3_BASE OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE
# 1.12 10-Mar-2003 deraadt

commented hourly spamd-setup run


# 1.11 27-Dec-2002 deraadt

spamd startup stuff


Revision tags: OPENBSD_3_2_BASE
# 1.10 15-Jul-2002 millert

Move atrun(8) functionality into cron(8) proper. This fixes the
long-standing annoyance that atrun's granularity is 10 minutes.
Most at jobs run with a 1 minute granularity. Jobs submitted via
"at now" or "batch" will run immediately. Includes a rewritten
cron(8) man page. at(1) will be integrated more closely into
cron at a future date.

Upgrading notes:
the atrun job in root's crontab should be removed.
the /var/at/spool directory is no longer used


Revision tags: OPENBSD_3_0_BASE OPENBSD_3_1_BASE
# 1.9 11-Sep-2001 millert

Scaffolding to support sendmail 8.12. Note that the new smmsp user/group
are *required*.


Revision tags: OPENBSD_2_9_BASE
# 1.8 29-Dec-2000 angelos

newsyslog/newsyslog -m shouldn't conflict in scheduling.


Revision tags: OPENBSD_2_2_BASE OPENBSD_2_3_BASE OPENBSD_2_4_BASE OPENBSD_2_5_BASE OPENBSD_2_6_BASE OPENBSD_2_7_BASE OPENBSD_2_8_BASE
# 1.7 18-Aug-1997 deraadt

put hostname in mail subject; jbernard@tater.mines.edu


# 1.6 07-Jul-1997 downsj

Example (commented out) entry for running newsyslog -m.


Revision tags: OPENBSD_2_1_BASE
# 1.5 03-Apr-1997 gene

Avoid confusion on running /etc/daily on daylight-savings change days.


# 1.4 07-Dec-1996 deraadt

/etc does not contain bins


Revision tags: OPENBSD_2_0_BASE
# 1.3 26-May-1996 deraadt

sync & label


# 1.2 28-Mar-1996 niklas

From NetBSD: merge of 960317


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision


# 1.25 04-Dec-2019 job

Insert missing &&

OK claudio@


# 1.24 04-Dec-2019 job

Attempt to smear out stampedes on the RPKI rsync servers

OK claudio@ benno@


# 1.23 29-Nov-2019 deraadt

Uncomment a single line in root's crontab to run rpki-client and reload
bpgd configuration, which enables Enterprise-Ready Industry-Leading-by-Example
RPKI ROA filtering on your OpenBGP edge.
Arguments remain about how often to run this operation, for now we propose
9AM when people who can fix their shit are in the office.
ok claudio benno


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE
# 1.22 04-Sep-2016 tb

bump the random timeout to taking % 2048 sec to avoid modulus bias

ok phessler


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.21 15-Sep-2014 matthieu

Remove sendmail tentacles. ok krw@ ajacoutot@


Revision tags: OPENBSD_5_6_BASE
# 1.20 12-Mar-2014 tedu

switch over to smtpd by default.
ok deraadt gilles todd


Revision tags: OPENBSD_5_5_BASE
# 1.19 19-Oct-2013 halex

add a random sleep of up to half an hour to distribute the server
load from spamd-setup. Brought up by phessler@ who also pointed out
that the percent sign must be escaped in the command.

ok ajacoutot@ joerg@ phessler@ and sort of @blambert


Revision tags: OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE
# 1.18 09-May-2009 schwarze

make weekly and monthly silent by default
add the same infrastructure to daily; silencing daily needs another step
discussed with ajacoutot@ okan@ todd@ sthen@ deraadt@ jmc@
"immediately commit" deraadt@ (without seeing the final diff)


# 1.17 09-May-2009 schwarze

revert previous, requested by kettenis@ and deraadt@


# 1.16 09-May-2009 schwarze

remove the empty script /etc/monthly
in preparation for improvements in /etc/daily and /etc/weekly
using feedback and suggestions from jmc@ and sthen@
ok jmc@, and sthen@ agreed with the general direction


Revision tags: OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE
# 1.15 27-Feb-2007 beck

spamd-setup now doesn't take -g - this is the new default.
noticed by jmc@


# 1.14 24-Feb-2007 millert

Make greylisting the default when spamd is enabled. Uses the new -g flag
for spamd-setup. OK beck@


# 1.13 06-Oct-2006 ray

Don't allow anyone but root to read /var/log/{daily,weekly,monthly}.out.
Unfortunately this does not fix existing file permissions.

Spotted by Antti Harri <iku at openbsd dot fi>.

OK millert@.


Revision tags: OPENBSD_3_3_BASE OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE
# 1.12 10-Mar-2003 deraadt

commented hourly spamd-setup run


# 1.11 27-Dec-2002 deraadt

spamd startup stuff


Revision tags: OPENBSD_3_2_BASE
# 1.10 15-Jul-2002 millert

Move atrun(8) functionality into cron(8) proper. This fixes the
long-standing annoyance that atrun's granularity is 10 minutes.
Most at jobs run with a 1 minute granularity. Jobs submitted via
"at now" or "batch" will run immediately. Includes a rewritten
cron(8) man page. at(1) will be integrated more closely into
cron at a future date.

Upgrading notes:
the atrun job in root's crontab should be removed.
the /var/at/spool directory is no longer used


Revision tags: OPENBSD_3_0_BASE OPENBSD_3_1_BASE
# 1.9 11-Sep-2001 millert

Scaffolding to support sendmail 8.12. Note that the new smmsp user/group
are *required*.


Revision tags: OPENBSD_2_9_BASE
# 1.8 29-Dec-2000 angelos

newsyslog/newsyslog -m shouldn't conflict in scheduling.


Revision tags: OPENBSD_2_2_BASE OPENBSD_2_3_BASE OPENBSD_2_4_BASE OPENBSD_2_5_BASE OPENBSD_2_6_BASE OPENBSD_2_7_BASE OPENBSD_2_8_BASE
# 1.7 18-Aug-1997 deraadt

put hostname in mail subject; jbernard@tater.mines.edu


# 1.6 07-Jul-1997 downsj

Example (commented out) entry for running newsyslog -m.


Revision tags: OPENBSD_2_1_BASE
# 1.5 03-Apr-1997 gene

Avoid confusion on running /etc/daily on daylight-savings change days.


# 1.4 07-Dec-1996 deraadt

/etc does not contain bins


Revision tags: OPENBSD_2_0_BASE
# 1.3 26-May-1996 deraadt

sync & label


# 1.2 28-Mar-1996 niklas

From NetBSD: merge of 960317


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision


# 1.23 29-Nov-2019 deraadt

Uncomment a single line in root's crontab to run rpki-client and reload
bpgd configuration, which enables Enterprise-Ready Industry-Leading-by-Example
RPKI ROA filtering on your OpenBGP edge.
Arguments remain about how often to run this operation, for now we propose
9AM when people who can fix their shit are in the office.
ok claudio benno


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE
# 1.22 04-Sep-2016 tb

bump the random timeout to taking % 2048 sec to avoid modulus bias

ok phessler


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.21 15-Sep-2014 matthieu

Remove sendmail tentacles. ok krw@ ajacoutot@


Revision tags: OPENBSD_5_6_BASE
# 1.20 12-Mar-2014 tedu

switch over to smtpd by default.
ok deraadt gilles todd


Revision tags: OPENBSD_5_5_BASE
# 1.19 19-Oct-2013 halex

add a random sleep of up to half an hour to distribute the server
load from spamd-setup. Brought up by phessler@ who also pointed out
that the percent sign must be escaped in the command.

ok ajacoutot@ joerg@ phessler@ and sort of @blambert


Revision tags: OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE
# 1.18 09-May-2009 schwarze

make weekly and monthly silent by default
add the same infrastructure to daily; silencing daily needs another step
discussed with ajacoutot@ okan@ todd@ sthen@ deraadt@ jmc@
"immediately commit" deraadt@ (without seeing the final diff)


# 1.17 09-May-2009 schwarze

revert previous, requested by kettenis@ and deraadt@


# 1.16 09-May-2009 schwarze

remove the empty script /etc/monthly
in preparation for improvements in /etc/daily and /etc/weekly
using feedback and suggestions from jmc@ and sthen@
ok jmc@, and sthen@ agreed with the general direction


Revision tags: OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE
# 1.15 27-Feb-2007 beck

spamd-setup now doesn't take -g - this is the new default.
noticed by jmc@


# 1.14 24-Feb-2007 millert

Make greylisting the default when spamd is enabled. Uses the new -g flag
for spamd-setup. OK beck@


# 1.13 06-Oct-2006 ray

Don't allow anyone but root to read /var/log/{daily,weekly,monthly}.out.
Unfortunately this does not fix existing file permissions.

Spotted by Antti Harri <iku at openbsd dot fi>.

OK millert@.


Revision tags: OPENBSD_3_3_BASE OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE
# 1.12 10-Mar-2003 deraadt

commented hourly spamd-setup run


# 1.11 27-Dec-2002 deraadt

spamd startup stuff


Revision tags: OPENBSD_3_2_BASE
# 1.10 15-Jul-2002 millert

Move atrun(8) functionality into cron(8) proper. This fixes the
long-standing annoyance that atrun's granularity is 10 minutes.
Most at jobs run with a 1 minute granularity. Jobs submitted via
"at now" or "batch" will run immediately. Includes a rewritten
cron(8) man page. at(1) will be integrated more closely into
cron at a future date.

Upgrading notes:
the atrun job in root's crontab should be removed.
the /var/at/spool directory is no longer used


Revision tags: OPENBSD_3_0_BASE OPENBSD_3_1_BASE
# 1.9 11-Sep-2001 millert

Scaffolding to support sendmail 8.12. Note that the new smmsp user/group
are *required*.


Revision tags: OPENBSD_2_9_BASE
# 1.8 29-Dec-2000 angelos

newsyslog/newsyslog -m shouldn't conflict in scheduling.


Revision tags: OPENBSD_2_2_BASE OPENBSD_2_3_BASE OPENBSD_2_4_BASE OPENBSD_2_5_BASE OPENBSD_2_6_BASE OPENBSD_2_7_BASE OPENBSD_2_8_BASE
# 1.7 18-Aug-1997 deraadt

put hostname in mail subject; jbernard@tater.mines.edu


# 1.6 07-Jul-1997 downsj

Example (commented out) entry for running newsyslog -m.


Revision tags: OPENBSD_2_1_BASE
# 1.5 03-Apr-1997 gene

Avoid confusion on running /etc/daily on daylight-savings change days.


# 1.4 07-Dec-1996 deraadt

/etc does not contain bins


Revision tags: OPENBSD_2_0_BASE
# 1.3 26-May-1996 deraadt

sync & label


# 1.2 28-Mar-1996 niklas

From NetBSD: merge of 960317


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.22 04-Sep-2016 tb

bump the random timeout to taking % 2048 sec to avoid modulus bias

ok phessler


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.21 15-Sep-2014 matthieu

Remove sendmail tentacles. ok krw@ ajacoutot@


Revision tags: OPENBSD_5_6_BASE
# 1.20 12-Mar-2014 tedu

switch over to smtpd by default.
ok deraadt gilles todd


Revision tags: OPENBSD_5_5_BASE
# 1.19 19-Oct-2013 halex

add a random sleep of up to half an hour to distribute the server
load from spamd-setup. Brought up by phessler@ who also pointed out
that the percent sign must be escaped in the command.

ok ajacoutot@ joerg@ phessler@ and sort of @blambert


Revision tags: OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE
# 1.18 09-May-2009 schwarze

make weekly and monthly silent by default
add the same infrastructure to daily; silencing daily needs another step
discussed with ajacoutot@ okan@ todd@ sthen@ deraadt@ jmc@
"immediately commit" deraadt@ (without seeing the final diff)


# 1.17 09-May-2009 schwarze

revert previous, requested by kettenis@ and deraadt@


# 1.16 09-May-2009 schwarze

remove the empty script /etc/monthly
in preparation for improvements in /etc/daily and /etc/weekly
using feedback and suggestions from jmc@ and sthen@
ok jmc@, and sthen@ agreed with the general direction


Revision tags: OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE
# 1.15 27-Feb-2007 beck

spamd-setup now doesn't take -g - this is the new default.
noticed by jmc@


# 1.14 24-Feb-2007 millert

Make greylisting the default when spamd is enabled. Uses the new -g flag
for spamd-setup. OK beck@


# 1.13 06-Oct-2006 ray

Don't allow anyone but root to read /var/log/{daily,weekly,monthly}.out.
Unfortunately this does not fix existing file permissions.

Spotted by Antti Harri <iku at openbsd dot fi>.

OK millert@.


Revision tags: OPENBSD_3_3_BASE OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE
# 1.12 10-Mar-2003 deraadt

commented hourly spamd-setup run


# 1.11 27-Dec-2002 deraadt

spamd startup stuff


Revision tags: OPENBSD_3_2_BASE
# 1.10 15-Jul-2002 millert

Move atrun(8) functionality into cron(8) proper. This fixes the
long-standing annoyance that atrun's granularity is 10 minutes.
Most at jobs run with a 1 minute granularity. Jobs submitted via
"at now" or "batch" will run immediately. Includes a rewritten
cron(8) man page. at(1) will be integrated more closely into
cron at a future date.

Upgrading notes:
the atrun job in root's crontab should be removed.
the /var/at/spool directory is no longer used


Revision tags: OPENBSD_3_0_BASE OPENBSD_3_1_BASE
# 1.9 11-Sep-2001 millert

Scaffolding to support sendmail 8.12. Note that the new smmsp user/group
are *required*.


Revision tags: OPENBSD_2_9_BASE
# 1.8 29-Dec-2000 angelos

newsyslog/newsyslog -m shouldn't conflict in scheduling.


Revision tags: OPENBSD_2_2_BASE OPENBSD_2_3_BASE OPENBSD_2_4_BASE OPENBSD_2_5_BASE OPENBSD_2_6_BASE OPENBSD_2_7_BASE OPENBSD_2_8_BASE
# 1.7 18-Aug-1997 deraadt

put hostname in mail subject; jbernard@tater.mines.edu


# 1.6 07-Jul-1997 downsj

Example (commented out) entry for running newsyslog -m.


Revision tags: OPENBSD_2_1_BASE
# 1.5 03-Apr-1997 gene

Avoid confusion on running /etc/daily on daylight-savings change days.


# 1.4 07-Dec-1996 deraadt

/etc does not contain bins


Revision tags: OPENBSD_2_0_BASE
# 1.3 26-May-1996 deraadt

sync & label


# 1.2 28-Mar-1996 niklas

From NetBSD: merge of 960317


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision