Remove various scripts
[grml-scripts.git] / makefile.postfix
diff --git a/makefile.postfix b/makefile.postfix
deleted file mode 100644 (file)
index 92aad2f..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-# Makefile for postfix
-
-TARGETS = postmap alias reload
-
-restart:
-       /etc/init.d/postfix restart
-
-reload:
-       /etc/init.d/postfix reload
-
-postmap:
-#      postmap recipient_checks
-#      postmap regexp_table
-#      postmap sender_canonical
-       postmap virtual
-
-alias:
-       newaliases
-
-all: Makefile $(TARGETS)