X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=mailtest-check;h=befdbbfbe8b8b56b496dd352e4cc804b025c5dfa;hb=b18dade73dedfe69aa741f8417947d83c4208f2d;hp=2dcc7b215a7bc4cb748c98191f0953d809756f5b;hpb=2b981100a8b45f117d6f5c165404937f3c917e8f;p=distro-setup diff --git a/mailtest-check b/mailtest-check index 2dcc7b2..befdbbf 100755 --- a/mailtest-check +++ b/mailtest-check @@ -21,7 +21,9 @@ e() { $int || return 0; printf "mailtest-check: %s\n" "$*"; } # We run this cronjob along with sending the test email every 5 minutes, # so give it 1 minute to arrive, then if the latest email is older than # 7 minutes, the last 2 haven't arrived in a reasonable amount of time. -min_limit=8 +# However, when machines reboot things can get delayed, so add 10 mins, +# not sure if that is a good number or not. +min_limit=17 # spamassassin checking takes about 8 seconds. only do that every