--On Dienstag, 19. Juni 2001 03:50 +0000 Sam Varshavchik
<[EMAIL PROTECTED]> wrote:

>> authuserdbpwd.c:245: `SIGCHLD' undeclared (first use in this function)
> Stick a #include <signal.h> into this file. 

thanks, gmake works much better now :)

And for those running SQWebmail without SUID:

# let vmail do everything with your passwords:
chown -R vmail /sqwebmail/etc/userdb
chown vmail /sqwebmail/etc/userdb.dat /sqwebmail/etc/userdbshadow.dat
# and the real bad one, necessary for the tmp-file:
chgrp vmail /sqwebmail/etc
chown 0775 /sqwebmail/etc

where 'vmail' is the uid of SQW and also your mailfolders
and SQW configured --with-userdb=/sqwebmail/etc/userdb

This is not safe, but the only solution without a rootshell,
on a partition mounted nosuid or with suexec.
Just avoid this on a shared box in the wild if you have any
alternatives...

Roland


Reply via email to