X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fpostfix;h=b8029f7634ba58411f7658760a7518afeec0ba0a;hp=696c68e40048e7be488506a2a5e5374165490d05;hb=27957a3f2b770c6a46d958cd72af41096275687c;hpb=4ff267997840a1ba80c34ac973f60c38a182b0f3 diff --git a/lfs/postfix b/lfs/postfix index 696c68e400..b8029f7634 100644 --- a/lfs/postfix +++ b/lfs/postfix @@ -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,6 @@ $(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 @rm -rf $(DIR_APP) @$(POSTBUILD)