From cc8a2e98b67939f5fad4914332abd3affdead8f5 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 15 Sep 2009 13:41:54 +0000 Subject: main/dovecot: start service after firewall --- main/dovecot/dovecot.initd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main/dovecot/dovecot.initd') 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 } -- cgit v1.2.3