From 4ae0a7391567b30674ec364c1effbbf8fc36c8a2 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Fri, 11 May 2018 00:36:05 +0200 Subject: [PATCH] remove mailman-check --- crontab | 1 - mailman-check | 15 --------------- 2 files changed, 16 deletions(-) delete mode 100755 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" <