[qmailadmin] Fix to user edit problem with qmailadmin-1.0.7.01142003

2003-01-15 Thread Alexandre Barbosa
I found the problem when trying to modify the user when the Quota is ON. File user.c Original Lines #ifdef MODIFY_QUOTA if (AdminType == DOMAIN_ADMIN) { send_template( "mod_user_new.html" ); } else { send_template( "mod_user.html"

RE: [qmailadmin] New 1.0.7 01/13/2003 version available

2003-01-15 Thread Michael Bowe
I just checked the code, in user.c and it looks like the quota patch allows for setting the quota to any value. Just added new code to #ifdef ENABLE_MODIFY_QUOTA in the add and modify user code to completely disable setting quota's if --enable-modify-quota=n Also just updated the

RE: [qmailadmin] Qmailadmin-1.0.7.01142003 compile problem under Solaris.

2003-01-15 Thread Michael Bowe
what does your man scandir say? The way that call has been written in the 1.0.7 code seems to match exactly with the example I get when I run man scandir on my Redhat linux box. part of the output of man scandir : EXAMPLE /* print files in current directory in reverse order */

RE: [qmailadmin] Qmailadmin-1.0.7.01142003 compile problem under Solaris.

2003-01-15 Thread Steve Fulton
At 14:48 16/01/2003 +1100, you wrote: what does your man scandir say? The result is identical to man alphasort. FYI, here is the revelant code: #include sys/types.h #include sys/dir.h int scandir(dirname, namelist, select, dcomp); char *dirname; struct direct