X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=makefile.postfix;fp=makefile.postfix;h=0000000000000000000000000000000000000000;hb=c08b156abb0b2b1b1335cb1ada0c08758553238b;hp=92aad2f5ce729ccbacd62d9456a45101088265a1;hpb=b0c3e5ff760f99d6ff7721852bc1a0d73c5ea201;p=grml-scripts.git diff --git a/makefile.postfix b/makefile.postfix deleted file mode 100644 index 92aad2f..0000000 --- a/makefile.postfix +++ /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)