Hi, > A workaround is to disable autoconfiguration of the HTTP daemon, for > instance via debconf and/or adding DEBIAN_PRIORITY=low to the > environment of the `apt-get install` command.
The workaround succeeded for me: * DEBIAN_PRIORITY=low apt-get install dbconfig-sqlite3 roundcube-core roundcube-sqlite3 (did not select any https server to be configured when being asked for) * ln -s /etc/roundcube/lighttpd.conf /etc/lighttpd/conf-available/50-roundcube.conf * lighty-enable-mod roundcube fastcgi fastcgi-php Best, Stephan

