]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/postfix
cmake: update to 3.8.1
[ipfire-2.x.git] / lfs / postfix
index 696c68e40048e7be488506a2a5e5374165490d05..3758b9cbeecadec97c4d9b03f063a652edf25e83 100644 (file)
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = postfix
-PAK_VER    = 8
+PAK_VER    = 9
 
 DEPS       = "amavisd mysql"
 
@@ -115,5 +115,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 
        install -v -m 644 $(DIR_SRC)/config/backup/includes/postfix \
                         /var/ipfire/backup/addons/includes/postfix
+       mv /usr/sbin/sendmail /usr/sbin/sendmail.postfix
+
+       #install initscripts
+       $(call INSTALL_INITSCRIPT,postfix)
+
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)