Configure Qmailadmin to work with the Lighttpd webserver.
Qmailadmin Installation
Create some directories to hold the Qmailadmin web files:
mkdir -p /var/websites/qmailadmin
mkdir /var/websites/qmailadmin/htdocs
mkdir /var/websites/qmailadmin/cgi-bin
While still in the Qmailadmin source folder, create a
go file to contain the Qmailadmin configuration options:
./configure \
--enable-cgibindir=/var/websites/qmailadmin/cgi-bin \
--enable-htmldir=/var/websites/qmailadmin/htdocs \
--enable-ezmlmdir=n