Hi everyone, I am using (and loving) qmailadmin-pre1-0.40.tar.gz and vpopmail-4.9.7.tar.gz The new version of qmailadmin is much faster without all those images to load : ) Thanks! I noticed a few things that might be bothering someone else. I fixed mine but I would like some feedback / validation. On some of the confirm delete pages (user and alias) the submit button wasn't showing up. Here is an example of the old code and my changed code for the 2 pages in question located in /usr/local/share/qmailadmin/html Old Code del_user_confirm.html (note the wrong button showed up when I just changed "image" to "submit" so I also changed the value="##X098) <input type=image border=0 name="##X097" value="##X098"> New Code <input type=submit border=0 name="##X097" value="##X097"> NOTE* After I delete an alias (with or without the changed code) "Alias/Forward %s for Pop Account %s deleted successfully. username" The percent signs were supposed to be real names I assume. I haven't really looked into the cause yet. Old Code for del_alias_confirm.html <input type=image border=0 value="##X097" name="##X097"> New Code <input type=submit border=0 value="##X097" name="##X097"> I also noticed that versions .38 .39 and now .40 of qmailadmin do not display the list moderators for the mailing lists created. This will be my second question regarding that issue. How do I fix this? I have looked around and have seen that many other people have the same issue but I have not seen a fix anywhere. p.s. I am about to write the sqwebmail list for info on changing the From: "list" <[EMAIL PROTECTED]> part in the mail I create from sqwebmail. I logged on to qmailadmin and changed the "real name" for [EMAIL PROTECTED] to my name and re-logged back onto sqwebmail and my name still says "list" here. If anyone knows the deal please let me in on how to change that. Well thanks again
