reorganize postfix/email role; drop meta/main.yml dependencies as they interact badly...
[ansible.git] / roles / postfix / files / check-for-local-mail
diff --git a/roles/postfix/files/check-for-local-mail b/roles/postfix/files/check-for-local-mail
deleted file mode 100644 (file)
index 4f70a66..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-exists() {
-    [ -e "$1" ]
-}
-
-if exists /var/mail/*; then
-    echo "There is mail for some users in /var/mail!"
-fi