X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fpostfix;h=bbb9b0ca41250d259c3f8f685849e16a3e919b31;hb=b29c22a433ed2e9bf6e6d0b3379210d7f4e32502;hp=3d2749e996df666666a329364fe2aa62a37f696e;hpb=1790f3ccf4702345d456338c74c59e46f09ac471;p=ipfire-2.x.git diff --git a/lfs/postfix b/lfs/postfix index 3d2749e996..bbb9b0ca41 100644 --- a/lfs/postfix +++ b/lfs/postfix @@ -24,7 +24,7 @@ include Config -VER = 2.4.6 +VER = 2.6.5 THISAPP = postfix-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = postfix -PAK_VER = 2 +PAK_VER = 6 DEPS = "amavisd mysql" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 303327f66c13ff9631734651ee184a88 +$(DL_FILE)_MD5 = 6b954cfb3eb6141dac1e773281211717 install : $(TARGET) @@ -86,5 +86,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) rm -vf /etc/postfix/main.cf.default cp -vf $(DIR_CONF)/postfix/* /etc/postfix mv -vf /etc/postfix/aliases /etc/aliases + mkdir -p /var/lib/postfix + chown postfix.root /var/lib/postfix @rm -rf $(DIR_APP) @$(POSTBUILD)