diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-16 07:16:49 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-16 07:16:49 +0000 |
commit | f810474131cff338d3526c406b3681ba7d26fb72 (patch) | |
tree | a12ee88cc799a82259b90f1ec88a5f4a7f961764 /main/postfix/postfix.initd | |
parent | 1a8d56971432a823add0d49ba0877e2f37e3bc45 (diff) | |
download | aports-f810474131cff338d3526c406b3681ba7d26fb72.tar.bz2 aports-f810474131cff338d3526c406b3681ba7d26fb72.tar.xz |
main/postfix: start service after firewall
Diffstat (limited to 'main/postfix/postfix.initd')
-rw-r--r-- | main/postfix/postfix.initd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/postfix/postfix.initd b/main/postfix/postfix.initd index b2396b3aea..45f1b49ce0 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 |