X-Git-Url: http://id.pley.net/postfix.git/blobdiff_plain/31e372270f7e1eb7a6c16e0d803a06189b42fb9e..c96080697a03bc4a268245725681ef6de6abe7a9:/Makefile diff --git a/Makefile b/Makefile index 840494b..6e02f28 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,12 @@ SRC := $(shell pwd) DST := /etc/postfix -INPUTS := main.cf Makefile master.cf mysql/* postgrey_whitelist_clients.local postgrey_whitelist_recipients rbl_override +INPUTS := configuration/* configuration/mysql/* -all: $(INPUTS:%=$(DST)/%) +all: $(INPUTS:configuration/%=$(DST)/%) postfixadmin + +postfixadmin: + ./setup-postfix.sh $(DST)/%: $(SRC)/% @mkdir -p $(@D)