On Wed, 10 Dec 2014, Sven Hartge wrote:
The postinst of the dovecot-sieve package searches for 90-sieve-extprograms.conf in the wrong place:Setting up dovecot-sieve (1:2.2.13-9) ... Error: The new file /usr/share/dovecot/90-sieve-extprograms.conf does not exist! dpkg: error processing package dovecot-sieve (--configure): subprocess installed post-installation script returned error exit status 1 Obvious Fix: --- dovecot-2.2.13/debian/dovecot-sieve.postinst 2014-12-09 12:18:44.000000000 +0100 +++ dovecot-2.2.13/debian/dovecot-sieve.postinst 2014-12-10 11:02:37.000000000 +0100 @@ -4,7 +4,7 @@ if [ "$1" = "configure" ]; then CONFFILES="conf.d/90-sieve.conf \ - 90-sieve-extprograms.conf" + conf.d/90-sieve-extprograms.conf" for conffile in $CONFFILES ; do # Tell ucf that the file in /usr/share/dovecot is the latest
Yeah in my haste to upload -9 I forgot to fix this. -10 on its way... -- Jaldhar H. Vyas <[email protected]> -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

