summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-09-16 07:16:49 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-09-16 07:16:49 +0000
commitf810474131cff338d3526c406b3681ba7d26fb72 (patch)
treea12ee88cc799a82259b90f1ec88a5f4a7f961764
parent1a8d56971432a823add0d49ba0877e2f37e3bc45 (diff)
downloadaports-f810474131cff338d3526c406b3681ba7d26fb72.tar.bz2
aports-f810474131cff338d3526c406b3681ba7d26fb72.tar.xz
main/postfix: start service after firewall
-rw-r--r--main/postfix/APKBUILD7
-rw-r--r--main/postfix/postfix.initd4
2 files changed, 5 insertions, 6 deletions
diff --git a/main/postfix/APKBUILD b/main/postfix/APKBUILD
index 71a9199c..956a3a05 100644
--- a/main/postfix/APKBUILD
+++ b/main/postfix/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=postfix
pkgver=2.6.2
-pkgrel=3
+pkgrel=4
pkgdesc="Secure and fast drop-in replacement for Sendmail (MTA)"
url="http://www.postfix.org/"
license="IPL-1"
@@ -12,7 +12,6 @@ subpackages="$pkgname-doc $pkgname-ldap $pkgname-mysql $pkgname-pcre
$pkgname-pgsql"
source="ftp://ftp.porcupine.org/mirrors/$pkgname-release/official/$pkgname-$pkgver.tar.gz
$pkgname.initd
- $install
postfix-2.6.1-dynamicmaps.patch
dynamicmaps.cf
postfix-ldap.post-install
@@ -140,9 +139,7 @@ pcre() { _mv_dict pcre ; }
pgsql() { _mv_dict pgsql ; }
md5sums="1f0edbd521d2b0473626f4d61e8bb4eb postfix-2.6.2.tar.gz
-8416354d402f3be288fa98b60af86240 postfix.initd
-2bfc3864183694e5484ac073bb0cb7ef postfix.pre-install
-0064d45c2c8a46c374b55c4abc46cfb2 postfix.post-install
+6bbabcd041aefaf40e1f3ee1fc1d6d7e postfix.initd
d45552cfdcd911d0934c0cb7816c4011 postfix-2.6.1-dynamicmaps.patch
442efd1a95b0c061dfb8ab75456e0f24 dynamicmaps.cf
2ebe51a882eb9d6d7866583eb6af3969 postfix-ldap.post-install
diff --git a/main/postfix/postfix.initd b/main/postfix/postfix.initd
index b2396b3a..45f1b49c 100644
--- a/main/postfix/postfix.initd
+++ b/main/postfix/postfix.initd
@@ -19,7 +19,9 @@ fi
opts="${opts} reload"
depend() {
- use logger dns ypbind amavisd mysql postgresql antivirus postfix_greylist net saslauthd
+ use logger dns ypbind amavisd mysql postgresql antivirus \
+ postfix_greylist net saslauthd
+ after firewall
if [ "${SVCNAME}" = "postfix" ]; then
provide mta
fi