Guide updated on 29th of February 2016

Install Qmailadmin

Qmailadmin is going to provide us with a nice web based interface for administering mail accounts once they are setup through Vpopmail (or Vqadmin). From Qmailadmin we can create mailboxes, aliases, fowards, mail robots, mailing lists. You'll also find a few other handy functions as well. Qmailadmin is sort of the icing on the Qmail cake.

cd /downloads/
tar zxvf qmailadmin-1.2.16.tar.gz
cd /downloads/qmailadmin-1.2.16

sed -i "33i\#include \"config.h\"" command.c
patch < /downloads/patches/mailinglist.c.ezmlm7.patch

./configure \
--enable-cgibindir=/var/www/mail/cgi-bin/ \
--enable-htmldir=/var/www/mail/cgi-bin/ \
--enable-imageurl=/images \
--enable-imagedir=/var/www/mail/images \
--enable-domain-autofill \
--enable-ezmlmdir=/usr/local/bin/ezmlm \
--enable-autoresponder-bin=/usr/bin/

autoreconf -vfi
make && make install-strip

cd /var/www/mail/images
rm middleleft1.png
wget http://mailadmin.thibs.com/images/middleleft1.png

We 'll test this web interface after completing the next step ...

Enabling web tools


Users comments