diff options
Diffstat (limited to 'main/dovecot/dovecot.initd')
-rw-r--r-- | main/dovecot/dovecot.initd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/dovecot/dovecot.initd b/main/dovecot/dovecot.initd index d9799c0dce..7ce07f61cb 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 } |