Check in your apache logs which paths and images you are looking for.
If you look at the errorlog, you'll find out what image URLs are failing.
You could also do a "view HTML source" from your web browser for the pages with failing graphics, and search for "IMG" tags to see what they're set to.
I'm pretty sure that 1.0.6 had images stored in a hard-coded location /images/qmailadmin. I'm surprised that the graphics on the login and main menu pages load, but not the others. The only difference I can think of is that those IMG tags are coded into the HTML templates, and all of the other tags are coded in the source code.
> check the permisions on the images.
> it should be 600, owned by webserver's user, or at least, readable by
> webserver's user
Better to make them 644 -- that way they're readable by everyone and ownership doesn't matter (and in fact can be "root" so no one can write a cgi script on your server to modify the graphics files).
-- Tom Collins [EMAIL PROTECTED]
