summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extra/postfix/APKBUILD6
-rw-r--r--extra/postfix/dynamicmaps.cf2
-rw-r--r--extra/postfix/postfix-pcre.post-install2
3 files changed, 5 insertions, 5 deletions
diff --git a/extra/postfix/APKBUILD b/extra/postfix/APKBUILD
index 0cddde296ef..71a9199c071 100644
--- a/extra/postfix/APKBUILD
+++ b/extra/postfix/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=postfix
pkgver=2.6.2
-pkgrel=2
+pkgrel=3
pkgdesc="Secure and fast drop-in replacement for Sendmail (MTA)"
url="http://www.postfix.org/"
license="IPL-1"
@@ -144,8 +144,8 @@ md5sums="1f0edbd521d2b0473626f4d61e8bb4eb postfix-2.6.2.tar.gz
2bfc3864183694e5484ac073bb0cb7ef postfix.pre-install
0064d45c2c8a46c374b55c4abc46cfb2 postfix.post-install
d45552cfdcd911d0934c0cb7816c4011 postfix-2.6.1-dynamicmaps.patch
-c653c222c8504c6f36d67eb342c8bf51 dynamicmaps.cf
+442efd1a95b0c061dfb8ab75456e0f24 dynamicmaps.cf
2ebe51a882eb9d6d7866583eb6af3969 postfix-ldap.post-install
2ebe51a882eb9d6d7866583eb6af3969 postfix-mysql.post-install
-5b00c3b4c463102c1876bf343b88189c postfix-pcre.post-install
+fd16ec00b60269c4ede4a0a0a514cefa postfix-pcre.post-install
2ebe51a882eb9d6d7866583eb6af3969 postfix-pgsql.post-install"
diff --git a/extra/postfix/dynamicmaps.cf b/extra/postfix/dynamicmaps.cf
index b8b8cd25b26..dfe21105525 100644
--- a/extra/postfix/dynamicmaps.cf
+++ b/extra/postfix/dynamicmaps.cf
@@ -8,7 +8,7 @@
#ldap /usr/lib/postfix/dict_ldap.so dict_ldap_open
#mysql /usr/lib/postfix/dict_mysql.so dict_mysql_open
#pcre /usr/lib/postfix/dict_pcre.so dict_pcre_open
-#regexp /usr/lib/postfix/dict_pcre.so dict_pcre_open
+#regex /usr/lib/postfix/dict_pcre.so dict_pcre_open
#pgsql /usr/lib/postfix/dict_pgsql.so dict_pgsql_open
# apk tools will manage the lines below
diff --git a/extra/postfix/postfix-pcre.post-install b/extra/postfix/postfix-pcre.post-install
index 6962486fe10..f15b00cf758 100644
--- a/extra/postfix/postfix-pcre.post-install
+++ b/extra/postfix/postfix-pcre.post-install
@@ -14,7 +14,7 @@ if cd /usr/lib/postfix/; then
echo -e "$m\t/usr/lib/postfix/$i\tdict_${m}_open"
# pcre also handles regexp
if [ "$m" = "pcre" ]; then
- echo -e "regexp\t/usr/lib/postfix/$i\tdict_${m}_open"
+ echo -e "regex\t/usr/lib/postfix/$i\tdict_${m}_open"
fi
done