summaryrefslogtreecommitdiffstats
path: root/main/dovecot/dovecot.initd
diff options
context:
space:
mode:
Diffstat (limited to 'main/dovecot/dovecot.initd')
-rw-r--r--main/dovecot/dovecot.initd3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/dovecot/dovecot.initd b/main/dovecot/dovecot.initd
index d9799c0d..7ce07f61 100644
--- a/main/dovecot/dovecot.initd
+++ b/main/dovecot/dovecot.initd
@@ -7,7 +7,8 @@ opts="reload"
depend() {
need localmount net
- after bootmisc ldap mysql ntp-client ntpd postgresql saslauthd slapd
+ after bootmisc firewall ldap mysql ntp-client ntpd postgresql \
+ saslauthd slapd
use logger
}