> OK, so three people have reported that they can't create a mailing list > with QmailAdmin 1.2.x. Can each of you answer the following questions? > > What version of QmailAdmin? qmailadmin 1.2.1 vpopmail 5.4.4
> What version of ezmlm (run `ezmlm-make -v`)? ezmlm-make version: ezmlm-0.53+ezmlm-idx-0.40 > If you check the error log for httpd, do any error messages show up > when attempting to create a list? > > Where is ezmlm-make installed (`locate ezmlm-make`)? /usr/local/bin/ezmlm/ezmlm-make > What are the EZMLM settings in config.h in your qmailadmin source > directory (`grep EZMLM config.h`)? #define EZMLMDIR "/usr/bin" /* #undef EZMLMIDX */ > Can you modify existing lists? I'm not use command line, only with qmailadmin Compiled like this : mkdir /tmp/qmail_sources ######################### # EZMLM with MYSQL ######################### tar xvzf ezmlm-0.53.tar.gz tar xvzf ezmlm-idx-0.40.tar.gz (same with 0.42) cp -r ezmlm-idx-0.40/* ezmlm-0.53 cd ezmlm-0.53 patch < idx.patch make mysql make clean make make man make fr make setup cp ezmlm-cgi /srv/www/cgi-bin chown root:root $CGIBIN/ezmlm-cgi chmod 4755 /srv/www/cgi-bin/ezmlm-cgi mkdir -p /etc/ezmlm cp -f ezmlmrc.fr /etc/ezmlm/ezmlmrc ######################### # qmailadmin installation ######################### cp /tmp/qmail_sources/vpopmail/vlimits.h /home/vpopmail/include ./configure \ --enable-vpopmaildir=/home/vpopmail \ --enable-vpopuser=vpopmail \ --enable-vpopgroup=vchkpw \ --enable-htmldir=/srv/www/htdocs \ --with-htmllibdir=/srv/www/htdocs/qmailadmin \ --enable-cgibindir=/srv/www/cgi-bin \ --enable-cgipath=/cgi-bin/qmailadmin \ --enable-ezmlmdir=/usr/local/bin \ --enable-autoresponder=/usr/local/bin \ --enable-imagedir=/srv/www/htdocs/images/qmailadmin \ --enable-maxusersperpage=15 \ --enable-maxaliasesperpage=25 \ --enable-qmaildir=/var/qmail \ --enable-domain-autofill \ --enable-modify-quota make make install-strip Regards -- Franck http://www.linuxpourtous.com
