----- Original Message -----
From: "Rick Updegrove"
> > I would like sqwebmail not to run as root. Because of the
> > current setup, this shouldn't cause problems. I would like to
> > know if there are any hidden obstacles which I might hit,
> > though.
You also might need this from
/usr/local/src/qmail/sqwebmail-2.0.0/sqwebmail/SECURITY
On some platforms this may not work without some additional tweaking.
If authenticating with sqwebmail setuided to the virtual userid
doesn't work:
* Verify that the password has been correctly set.
* Remove the source file authlib/changeuidgid.c. Replace everything
in that file with the following three lines of code, exactly as
shown:
void authchangegroup() {}
void authchangeuidgid() {}
void authchangeusername() {}
* Recompile and reinstall.