I got qmailadmin 0.42 working finally from /usr/ports (FreeBSD 4.2 with
cvsup'ed ports)

 Attached is the Makefile that I used (my prefix is /usr/local, edit if
yours
 is different)

 My setup is vpopmail-4.9.8-1 + OpenLDAP 1.1.2.11_1 + Courier IMAP 1.3.7 on
FreeBSD 4.2
Now my qmailadmin problems are solved.
However, I am still going to do the project I described below, something
like vqadmin, but in perl, and much easier to install/configure.
Hope this might be useful to anyone..

However, the hardquota code part is still broken and coredumps! :(

--manip

> ----- Original Message -----
> From: "Ken Jones" <[EMAIL PROTECTED]>
> To: "Manip" <[EMAIL PROTECTED]>
> Sent: Sunday, March 18, 2001 1:22 AM
> Subject: Re: vpopmail-4.9.10, OpenLDAP, and FreeBSD (Fw)
>
>
> > Manip wrote:
> > >
> > > >> manip writes:
> > > > > Hrm, interesting. Ken? Any suggestions?
> > > > > Is it a bug you think in the OpenLDAP module in vpopmail?
> > > > > Have you tested the 4.9.10 on linux with openldap and hardquota?
> > > > >
> > > > > Let me know..
> > > > > --manip
> > >
> > > > Ken Jones writes:
> > > > I have not tried 4.9.10 with openldap, linux and hardquota.
> > > > Sounds like a minor code error in the ldap module. I don't
> > > > think we will have tme to work on it this week. But if you
> > > > track down the problem and/or a fix, please let me know.
> > > > Thanks,
> > > > --
> > > > Ken Jones
> > > > "Live Free, Live GPL"
> > > > http://www.inter7.com/
> > > >
> > >
> > > Honesly, I am not too familiar with the code in vpopmail. Besides my
> scarce
> > > knowledge of C, I don't think I can accomplish it. I wish I could have
> been
> > > of more help, I wouldn't have minded contributing support to this
> wonderful
> > > GPL project.
> > >
> > > There is one thing I can do though. I noticed Qmailadmin doesn't
compile
> at
> > > all with the Vpopmail+OpenLDAP combination (even after adding -lldap
> > > and -llber to the Makfile authlibs tags or whatever). Since I have
good
> > > knowledge of perl, I can write a simple cgi with html templates, that
> would
> > > authenticate from custom made .htaccess and htpasswd files or directly
> from
> > > vchkpw (more work). Then, the postmaster of the domain can add/delete
> users
> > > (the perl code will just be simple direct access to the shell and to
the
> > > vpopmail bins, i.e. ~vpopmail/bin/vadddomain $FORM{'adddomain'} ,
> > > ~vpopmail/bin/vdeldomain $FORM{'deldomain'}, ~vpopmail/bin/vadduser
> > > $FORM{'newuser'}\@$FORM{'domain'} <- and the doman could be a select
> drop
> > > down list in the html template). Something simple and quick, just to
> fill in
> > > the gap until we could use qmailadmin with vpopmail+ldap
> > > I also had trouble getting Courier IMAP to compile with authvchkpw and
> LDAP
> > > (even after putting the -lldap and -llber in the authvchkpw_LDADD
> field)..
> > >
> > > Suggestions are welcome,
> > > --manip
> >
> > Sounds like you are on a great track. Please write the script and send
> > it
> > in. We can add it to the contrib directory of vpopmail. Your script
> > could
> > be useful to many sites. Plus they can use it as a starting point for
> > thier
> > perl programmers to build on. Please also write a README.yourprogramname
> > file that has 1,2,3 style steps to install it on a clean system :)
> > That would rock!
> >
> > I we can fix the configure scripts to correctly set the external ldap
> > libraries to compile vpopmail+LDAP. Then check a qmailadmin build.
> > Hopefully
> > I'll get a chance soon.
> >
> > The other thing you might think about is LDAP. You might want to review
> > the choice if you plan on having 10K or more email addresses.
> >
> > --
> > Ken Jones
> > "Live Free, Live GPL"
> > http://www.inter7.com/
> >
>

Makefile.dat

Reply via email to