]> id.pley.net Git - postfix.git/commitdiff
Fix postfix, dovecot recipes
authorCloud User <centos@mail-beta.pley.net>
Wed, 30 Nov 2016 22:42:45 +0000 (22:42 +0000)
committerCloud User <centos@mail-beta.pley.net>
Wed, 30 Nov 2016 22:42:45 +0000 (22:42 +0000)
dovecot/Makefile
postfix/Makefile
postfixadmin/setup-postfixadmin.sh

index ba757e7d70ba6812a3d034cf6432bcf46dce46db..495f5872c6b5e603b2c6d4bea831de2c1d9988bd 100644 (file)
@@ -6,6 +6,6 @@ OUTPUTS := $(INPUTS:%=$(DST)/%)
 
 all: $(OUTPUTS)
 
-$(DST)/%: configuration/%
+$(DST)/%: %
        @mkdir -p $(@D)
        cp $^ $@
index fb35215d5ad61458ca37a3fb8a6ecc0164e0266e..76a1bdb013b0927538c96b8713fcb3363f070bdd 100644 (file)
@@ -16,6 +16,6 @@ OUTPUTS := $(INPUTS:%=$(DST)/%)
 
 all: $(OUTPUTS)
 
-$(DST)/%: configuration/%
+$(DST)/%: %
        @mkdir -p $(@D)
        cp $^ $@
index 7fcb269f3a6979780e789dca186c601fe396a388..b19e9e21575668ebaa693abd9a3188d3951e21f4 100755 (executable)
@@ -30,4 +30,3 @@ if [[ postfixadmin.conf -nt /etc/httpd/conf.d/postfixadmin.conf ]]; then
     echo Configuring postfixadmin in Apache.
     sudo cp postfixadmin.conf /etc/httpd/conf.d/postfixadmin.conf
 fi
-sudo yum install php-imap