Control: tags -1 + moreinfo
On 2013-04-26 14:56, Dominik George wrote:
The postinst script is still broken and the package is uninstallable
on
a fresh minimal installation.
========================= snip ===============================
You already have ssl certs for dovecot.
However you should move them out of /etc/ssl
and into /etc/dovecot and update the configuration
in /etc/dovecot/conf.d/10-ssl.conf accordingly.
[...]
So I do not even see why the postinst script thinks I have certs
outside
of womewhere it thinks they make sense. In any case, I think that
postinst script thinks far too much.
Hmmm. To test this on a "fresh minimal installation", I did:
- mkdir /srv/chroots/wheezy
- debootstrap wheezy /srv/chroots/wheezy/ http://mirror/debian
- for f in proc sys dev/pts; do mount -o bind /$f
/srv/chroots/wheezy/$f; done
- chroot /srv/chroots/wheezy
- tasksel install standard
- apt-get install dovecot-core
and got a successfully installed and running daemon.
Regards,
Adam
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]