From: Ralf Jung Date: Thu, 10 May 2018 22:36:05 +0000 (+0200) Subject: remove mailman-check X-Git-Url: https://git.ralfj.de/lets-encrypt-tiny.git/commitdiff_plain/4ae0a7391567b30674ec364c1effbbf8fc36c8a2 remove mailman-check --- diff --git a/crontab b/crontab index 8816beb..552b14a 100644 --- a/crontab +++ b/crontab @@ -1,4 +1,3 @@ # m h dom mon dow command 32 7 * * * /root/server-scripts/letsencrypt-tiny -c /root/letsencrypt/live.conf -k cron -16 8 * * * /root/server-scripts/mailman-check 10 17 * * * /root/server-scripts/certcheck /etc/ssl/mycerts -d 14 diff --git a/mailman-check b/mailman-check deleted file mode 100755 index 1b568be..0000000 --- a/mailman-check +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash -set -e -## Usage: -## ./mailman-check -## Checks all the mailman lists for bad configuration, and prints further details if it finds one. - -cd /var/lib/mailman/lists -for list in *; do - /usr/sbin/config_list -i /dev/stdin "$list" <