Emond Papegaaij: > > You could do an experiment with an LD_PRELOADed shared object that > > intercepts the problematic getuid() call, and that returns a result > > that makes Postfix happy. Then you can see what breaks. > > > <cut very nasty hack to fool postfix into thinking it does run as root :) > > To be honest, I'd rather run a supported service as root than hacking > a service into thinking it runs as root in an unsupported way, but I
Well it might just work. What could you lose? BTW you'd have to fake out the seteuid() calls as well. Wietse