6 messages in net.sourceforge.lists.courier-users[courier-users] Images not appearing ...
FromSent OnAttachments
John BossertApr 18, 2004 4:11 pm 
John BossertApr 19, 2004 11:24 am 
Mitch (WebCob)Apr 19, 2004 1:11 pm 
Drew GibsonApr 19, 2004 1:59 pm 
Sam VarshavchikApr 19, 2004 3:38 pm 
John BossertApr 19, 2004 4:54 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] Images not appearing in webmail pages - UPDATEActions...
From:John Bossert (jbos@affidian.com)
Date:Apr 19, 2004 11:24:47 am
List:net.sourceforge.lists.courier-users

Upon further investigation, the problem doesn't seem to be with the location of the images. Apache's access_log shows that the files are being found without problems.

What I think is happening is that the .PNG files aren't being handled correctly. I've tested with both Mozilla 1.7beta and IE6.0 - in both cases, the images aren't properly displayed. With IE, I get the "little red 'X'" where the images would be displayed.

Bringing up the Properties (under IE) for such an image file shows "Not Available" for the Type.

I'm not sure if this is a browser, webserver, sourcefile or whatever kind of problem - has anyone seen/resolved this kind of thing? Thanks.

-j

I'm not able to get images/icons to display in webmail, though I am able to log in and see text/my mail, change passwords, etc. Using 0.45.4 built from source on Debian. Webadmin seems to work fine.

Stock Apache 2.0.49 httpd.conf file with the following additions:

ScriptAlias /webadmin "/usr/sbin/courier/webmail/webadmin" ScriptAlias /webmail "/usr/sbin/courier/webmail/webmail"

The webmail and webadmin executables have been copied to cgi-bin, per the INSTALL directives, even though the ScriptAlias definitions would seem to make that unnecessary.

Creating the /opt/apache/htdocs/webmail directory and copying the .png files there has no effect. I see the same thing if the directory doesn't exist. There are no errors appearing in the apache logs.

Bouncing apache and sqwebmaild didn't change anything.

Any suggestions? Thanks.