summaryrefslogtreecommitdiff
path: root/postfix
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2017-01-26 22:04:02 +0100
committerFredrik Rinnestam <fredrik@crux.nu>2017-01-26 22:04:02 +0100
commit228921d539b45602e9d72dc7d1bddf3fd02c3f35 (patch)
treecb5f54b3b3a24b9ab7da9b2e8bf44aec99f7d607 /postfix
parent21f6955f36ecf2fbaf664ed25fb6240b7a938a24 (diff)
parentc7e1a11b6423614e612828afcb98bb31a21ea390 (diff)
downloadopt-228921d539b45602e9d72dc7d1bddf3fd02c3f35.tar.gz
opt-228921d539b45602e9d72dc7d1bddf3fd02c3f35.tar.xz
Merge branch '3.2' into 3.3
Diffstat (limited to 'postfix')
-rw-r--r--postfix/.md5sum2
-rw-r--r--postfix/Pkgfile2
-rwxr-xr-xpostfix/post-install5
-rwxr-xr-xpostfix/pre-install2
4 files changed, 7 insertions, 4 deletions
diff --git a/postfix/.md5sum b/postfix/.md5sum
index cf73f7eb4..cabb7c56c 100644
--- a/postfix/.md5sum
+++ b/postfix/.md5sum
@@ -1,4 +1,4 @@
be543b65525f544386a2d8395ea19cdf aliases
-cbc473f2aaf3d78f500287f370c91324 postfix-2.11.8.tar.gz
+e498003a3ab5348b51df7db61bc00ed5 postfix-2.11.9.tar.gz
8bee559587e2ccbaf0aadd88b6ca339a postfix.patch
d18be5c17604f9c712a28339ff0f61cb postfix.rc
diff --git a/postfix/Pkgfile b/postfix/Pkgfile
index 98d6622b8..2e078b10a 100644
--- a/postfix/Pkgfile
+++ b/postfix/Pkgfile
@@ -5,7 +5,7 @@
# Depends on: cyrus-sasl
name=postfix
-version=2.11.8
+version=2.11.9
release=1
source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/$name-$version.tar.gz \
aliases postfix.rc postfix.patch)
diff --git a/postfix/post-install b/postfix/post-install
index b388358b1..2ed3486a7 100755
--- a/postfix/post-install
+++ b/postfix/post-install
@@ -20,4 +20,7 @@ cd /usr/lib/postfix
create-missing
/usr/sbin/postalias /etc/postfix/aliases
-/usr/sbin/postmap hash:/etc/postfix/{virtual,relocated,access,transport}
+
+for hashfile in virtual relocated access transport; do
+ /usr/sbin/postmap hash:/etc/postfix/"$hashfile"
+done
diff --git a/postfix/pre-install b/postfix/pre-install
index b804819be..201c6025e 100755
--- a/postfix/pre-install
+++ b/postfix/pre-install
@@ -1,3 +1,3 @@
#!/bin/sh
-/usr/sbin/groupadd postdrop
+getent group postdrop || /usr/sbin/groupadd postdrop

Generated by cgit