diff options
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 |