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)