6 messages in net.sourceforge.lists.courier-usersRE: [courier-users] Images not appear...
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:RE: [courier-users] Images not appearing in webmail pages - UPDATEActions...
From:Mitch (WebCob) (mit@webcob.com)
Date:Apr 19, 2004 1:11:44 pm
List:net.sourceforge.lists.courier-users

can you view the images when accessed through a normal web site?

Can you view the images if you download them and access them locally?

Can you view ANY png images server from your server?

Problem could be with apache and a valid mime magic mapping, or could be with the client and the file types settings in windows overriding the default behavious - checking these things above should tell you WHERE the problem is.

-----Original Message----- From: cour@lists.sourceforge.net [mailto:cour@lists.sourceforge.net]On Behalf Of John Bossert Sent: Monday, April 19, 2004 11:24 AM To: cour@lists.sourceforge.net Subject: [courier-users] Images not appearing in webmail pages - UPDATE

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.

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.