
8th November 2011, 20:34
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,872
Thanks: 689
Thanked 4,185 Times in 3,202 Posts
|
|
Then it should normally detect dovecot. Not sure why it does not work on this server. What you can try to do is that you force the updater to use dovecot by editing the update.php script and insert at line 231:
$conf['dovecot']['installed'] = true;
and then run the update.php script again.
|