From: Peter S. <pet...@un...> - 2013-06-17 08:57:58
|
* Torben Schou Jensen <ts...@sw...> [2013-06-17 10:06]: > On a Debian Stable Wheezy server, I am using SquirrelMail with > imapproxy and dovecot, all working fine. > > But at reboots, imapproxy start before dovecot and as it can not > connect to dovecot, it exit. Try something like this: $ diff /etc/init.d/imapproxy.old /etc/init.d/imapproxy 6c6 < # Required-Start: $syslog $network $local_fs $remote_fs --- > # Required-Start: $syslog $network $local_fs $remote_fs dovecot -peter |