qmailadmin

Qmailadmin File Releases

Qmailadmin with Lighttpd

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

Qmailadmin with Apache

Configuring Qmailadmin to work with the Apache webserver

Create the directories to hold the webmail and Qmailadmin related web files:

mkdir -p /var/websites/mail/htdocs
mkdir -p /var/websites/mail/cgi-bin
mkdir -p /var/websites/mail/logs

Assuming you are using Apache, installed as per this site's install guide:

  • Without ezmlm:

    cd /extra/src/qmailadmin-1.2.12
    ./configure \
    --enable-cgibindir=/var/websites/mail/cgi-bin \
    --enable-htmldir=/var/websites/mail/htdocs \

qmailadmin_login

Rather than having to remember the long URL, your users can access qmailadmin through SquirrelMail with the qmailadmin_login plugin.

Installation
Download the plugin:

cd /var/websites/webmail/squirrelmail/plugins
wget http://www.squirrelmail.org/plugins/qmailadmin_login-1.1-1.4.3.tar.gz
tar zxvf qmailadmin_login-1.1-1.4.3.tar.gz

Enable it in the Squirrelmail config:
/var/websites/webmail/squirrelmail/config/conf.pl

The login to qmailadmin can be found in Squirrelmail as Account Administration in the Options menu.

Qmailadmin

qmailAdmin provides a web interface for managing a qmail system with virtual domains allowing you to administer adding/deleting users, Aliases, Forwards, Mailing lists and Autoresponders.

Any time you reconfigure and install vpopmail you will need to rebuild and install QmailAdmin. QmailAdmin statically links libvpopmail, so you need to recompile it whenever libvpopmail changes.

Install Apache
Since it is a web-based program, Qmailadmin requires a web server such as Apache or Lighttd be installed

Autorespond
Autorespond is used by QmailAdmin for "Mail Robots" and vacation messages.

cd /extra/src

Syndicate content