On Sat, Jan 13, 2001 at 08:32:50PM -0500, Peter Green wrote:
> * [EMAIL PROTECTED] <[EMAIL PROTECTED]> [010113 16:03]:
> > -------
> > # Install qmailadmin setuid to vpopmail
> > #
> >
> > install-exec-local:
> > test ! -w /etc || chown root $(DESTDIR)$(bindir)/qmailadmin
> > test ! -w /etc || chgrp wheel $(DESTDIR)$(bindir)/qmailadmin
> > test ! -w /etc || chmod u+s,g+s $(DESTDIR)$(bindir)/qmailadmin
> > -------
> >
> > Is this correct, or did the configure script fail to produce the correct
> > Makefile? Should I just manually change the user and group in it?
>
> I cannot comment about the current version's Makefile, but I have qmailadmin
> as:
>
> -rwsr-sr-x 1 vpopmail vchkpw 403406 Aug 11 08:44 qmailadmin
>
> and it works just fine. It shouldn't be a problem to manually change it.
>
Ownership of the qmailadmin binary was changed as of the 0.40 pre-releases because a
few people raised security concerns. Change the ownership to vpopmail and it'll work
fine.
Hampton