> Can anyone tell me what I need to install to have the setuid/setgid > on HPUX 11.11?
They should be part of posix?? Missing calls are seteuid() and setegid(). I thinks you can replace them with setuid() and setgid() calls, modify qmailadmin.c Anyway, you should get rip of that kind antique system like hpux, replace it something that works, like bsd or linux. -- Eero
