[Dovecot] Trouble with 2.0.11 debian package
I wonder if somebody could help me.
If I try clean install of
dovecot-common dovecot-imapd dovecot-pop3d
from
deb http://xi.rename-it.nl/debian stable-auto/dovecot-2.0 main
I got:
Starting IMAP/POP3 mail server: dovecotdoveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf: service(managesieve-login): executable is empty failed! Setting up dovecot-imapd (2:2.0.11-0~auto+33) ... Replacing config file /etc/dovecot/conf.d/20-imap.conf with new version ucfr: Attempt from package dovecot-imapd to take /etc/dovecot/conf.d/20-imap.conf away from package dovecot-common ucfr: Aborting. dpkg: error processing dovecot-imapd (--configure): subprocess installed post-installation script returned error exit status 4 Setting up dovecot-pop3d (2:2.0.11-0~auto+33) ... configured to not write apport reports Replacing config file /etc/dovecot/conf.d/20-pop3.conf with new version ucfr: Attempt from package dovecot-pop3d to take /etc/dovecot/conf.d/20-pop3.conf away from package dovecot-common ucfr: Aborting. dpkg: error processing dovecot-pop3d (--configure): subprocess installed post-installation script returned error exit status 4 configured to not write apport reports Errors were encountered while processing: dovecot-imapd dovecot-pop3d E: Sub-process /usr/bin/dpkg returned an error code (1)
-- Üdvözlettel: Gyuris Szabolcs
INTEGRITY Kft. Tel.: +36-1-450-2660 E-mail: gyuris.szabolcs@integrity.hu Tudásbázis -- http://tudasbazis.integrity.hu/ Céginformációk -- http://cegismerteto.integrity.hu/
Gyuris Szabolcs put forth on 4/2/2011 3:22 PM:
I wonder if somebody could help me.
If I try clean install of
dovecot-common dovecot-imapd dovecot-pop3d
from
deb http://xi.rename-it.nl/debian stable-auto/dovecot-2.0 main
What did this unofficial/custom package creator say when you asked him about these errors?
-- Stan
On Sat, 02 Apr 2011 22:22:57 +0200, Gyuris Szabolcs szimszon@integrity.hu wrote:
If I try clean install of dovecot-common dovecot-imapd dovecot-pop3d from deb http://xi.rename-it.nl/debian stable-auto/dovecot-2.0 main
Try this (if you start as a root, then remove all the sudo's):
# clean old & create fake pointers for expected directories and files sudo /etc/init.d/dovecot stop; sudo pkill -f "dovecot.*"; sudo mkdir /etc/dovecot /etc/dovecot/conf.d; sudo ucfq -w dovecot-common dovecot-pop3d dovecot-imapd | awk -F : '{ print $1 }' | xargs -rn1 sudo touch; sudo find /etc/dovecot -print0 | xargs -r0n1 sudo ucf -p; sudo find /etc/dovecot -print0 | xargs -r0n1 sudo ucfr -p dovecot-common; sudo find /etc/ssl/ -name "dovecot*" -print0 | xargs -r0n1 sudo ucf -p; sudo find /etc/ssl/ -name "dovecot*" -print0 | xargs -r0n1 sudo ucfr -p dovecot-common;
# purge & remove unused directories sudo apt-get purge dovecot-common dovecot-pop3d dovecot-imapd; sudo sh -c "rm -fr /etc/dovecot /var/lib/ucf/cache/:etc:dovecot* /etc/ssl/*/dovecot.pem /var/lib/dovecot"
# try a fresh install sudo sed -i '/xi.rename-it.nl/d' /etc/apt/sources.list; echo "deb http://xi.rename-it.nl/debian/ stable-auto/dovecot-2.0 main" | sudo tee -a /etc/apt/sources.list; sudo apt-get update; sudo apt-get install dovecot-common dovecot-pop3d dovecot-imapd
r.
M.
Thx Mark Alan!
It works :)
-- Üdvözlettel: Gyuris Szabolcs
INTEGRITY Kft. Tel.: +36-1-450-2660 E-mail: gyuris.szabolcs@integrity.hu Tudásbázis -- http://tudasbazis.integrity.hu/ Céginformációk -- http://cegismerteto.integrity.hu/
participants (3)
-
Gyuris Szabolcs
-
Mark Alan
-
Stan Hoeppner