Hi, I've just subscribe for these mailing list because I'm having a
problem that I could not find a solution in the internet. I've searched in
google and others.
I'm a system administrator for 3 years now, and I always work with
qmailadmin and ezmlm. But a week ago, I had to install a CPU from 0, and
then I've installed RH9, apache, qmail, mysql, vpopmail, qmailadmin and
ezmlm like I'm used to. Everything works fine, but this time, when I try to
create a new mailing list, only appears 4 options, instead the usually
thousands.... hehe.. The steps were the same as always, instead a patch
that I had to apply because the new Glibc.
EZMLM:
$ tar zxvf tar/ezmlm-0.53.tar.gz
$ tar zxvf tar/ezmlm-idx-0.40.tar.gz
$ mv ezmlm-idx-0.40/* ezmlm-0.53/
$ cd ezmlm-0.53
$ patch < idx.patch
$ patch < ../tar/ezmlm-idx-0.53.400.unified_41.patch (This patch is only
needed for RH9)
$ make
$ make man
# make setup
QMAILADMIN:
# ./configure \
--enable-vpopmaildir=/opt/vpopmail \
--enable-vpopuser=vpopmail \
--enable-vpopgroup=vchkpw \
--enable-cgibindir=/opt/qmailadmin/cgi-bin \
--enable-htmldir=/opt/qmailadmin/htdocs \
--with-htmllibdir=/opt/qmailadmin \
--enable-autoresponder-bin=/opt/autoresponder \
--enable-ezmlmdir=/opt/ezmlm \
--enable-maxmailinglists=0
# make
# make install-strip
I made it twice, just to make sure that nothing went wrong, but nothing
changed.
Anybody can help me???
Regards
Mauricio Bracale