I finally stupidly found my problem. qmailadmin wasn't properly
sticky. 

Given that, does anyone know the purpose of the (test ! -w /etc) in
the Makefile (ref:

install-exec-local:
        test ! -w /etc || chown vpopuser $(DESTDIR)$(bindir)/qmailadmin
        test ! -w /etc || chgrp vchkpw $(DESTDIR)$(bindir)/qmailadmin
        test ! -w /etc || chmod u+s,g+s $(DESTDIR)$(bindir)/qmailadmin

If installing as root (as the "fast install guide" in the INSTALL file
says to do), this is just going to cause trouble....

Reply via email to