diff --git a/postfix/.footprint b/postfix/.footprint index 15ee89171..ddd92aabe 100644 --- a/postfix/.footprint +++ b/postfix/.footprint @@ -137,6 +137,8 @@ drwxr-xr-x root/root usr/sbin/ -rwxr-xr-x root/root usr/sbin/postsuper -rwxr-xr-x root/root usr/sbin/sendmail drwxr-xr-x root/root var/ +drwxr-xr-x root/root var/lib/ +drwx------ mail/root var/lib/postfix/ drwxr-xr-x root/root var/spool/ drwxr-xr-x root/root var/spool/postfix/ drwx------ mail/root var/spool/postfix/active/ diff --git a/postfix/.md5sum b/postfix/.md5sum index c5fc314d0..5b79d46c4 100644 --- a/postfix/.md5sum +++ b/postfix/.md5sum @@ -1,4 +1,4 @@ be543b65525f544386a2d8395ea19cdf aliases -303327f66c13ff9631734651ee184a88 postfix-2.4.6.tar.gz +d64117aa0cb06d28ceff97b8acbd6579 postfix-2.5.0.tar.gz 8bee559587e2ccbaf0aadd88b6ca339a postfix.patch d18be5c17604f9c712a28339ff0f61cb postfix.rc diff --git a/postfix/Pkgfile b/postfix/Pkgfile index 9e93129ab..444f405de 100644 --- a/postfix/Pkgfile +++ b/postfix/Pkgfile @@ -5,7 +5,7 @@ # Depends on: cyrus-sasl, openssl, db name=postfix -version=2.4.6 +version=2.5.0 release=1 source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/$name-$version.tar.gz aliases postfix.rc postfix.patch) @@ -28,6 +28,7 @@ build() { config_directory=/etc/postfix \ manpage_directory=/usr/man \ daemon_directory=/usr/lib/postfix \ + data_directory=/var/lib/postfix \ command_directory=/usr/sbin \ queue_directory=/var/spool/postfix \ sendmail_path=/usr/sbin/sendmail \ @@ -45,6 +46,9 @@ build() { chgrp postdrop postqueue postdrop chmod g+s postqueue postdrop ) + ( cd $PKG/var/lib + chown mail postfix ) + # # Add .gz extensions to manpages (pkgmk compresses them) # Remove LICENSE (will be removed)