Hi,
looks like there are some bugs generating URLs for the buttons:
I'm using following configure options:
./configure
--enable-cgibindir=/home/vpopmail/public_html/qmailadmin/cgi-bin
--enable-htmldir=/home/vpopmail/public_html/qmailadmin
--enable-cgipath=qmailadmin
--enable-ezmlmdir=/usr/local/bin/ezmlm
--enable-ezmlmidx=y
If you ask why: here the scenario:
apache is configured to run all CGIs of virtual hosts with specified "user"
/ "group" by using suEXEC (locked in a box).
To allow also particular usage of sqwebmail and qmailadmin, the only way to
come out of this box is to use "user_dir", but closed for all others using
Userdir public_html
Userdir disabled
Userdir enabled vpopmail
Now only
http(s)://server/~vpopmail/ is allowed, nothing else. Also, access control
via ".htaccess" can be enabled.
Unfortunately, qmailadmin won't work completly. The generated URLs are not
correct on buttons:
Example (good) - no button
URL on the login screen:
https://www.bieringer.muc.bieringer.de/~vpopmail/qmailadmin/cgi-bin/qmailadm
in/com/showusers?user=postmaster&time=967918583&dom=kottan.net&
Example (bad) - a button
https://www.bieringer.muc.bieringer.de/~vpopmail/qmailadmin/cgi-bin/qmailadm
in/com/qmailadmin/com/adduser?user=postmaster&time=967918583&dom=kottan.net
Looks like "qmailadmin/com" is generated twice at the button.
If I'm right, can this be fixed soon?
TIA,
Peter