Michael Carter writes:
> Seems simple enough, but it doesn't work. There is a sqwebmail.css in > /usr/lib/courier/libexec/share/sqwebmail/images/, but what should be > done with it? Do I need to move or link the sqwebmail/ dir somewhere? Is > there a separate configuration file for webmail? I could not find where > this is explained. You should've kept reading. Images It is also necessary to install the static icon images used by the webmail server. The installation script copies the static images to the /usr/lib/courier/share/sqwebmail/images directory. By default, the webmail server uses the URL "/webmail/" to specify the location of the static images, for example: /webmail/folders.gif. This means that you must create a subdirectory called "webmail" in your web server's document root - typically /usr/local/etc/apache/htdocs/webmail, or /usr/local/www/htdocs/webmail, or something similar. You will need to determine the actual location of your web root directory, which varies from system to system. Then, create a subdirectory named "webmail", and copy all the icons to that directory. Another possibility is to install a soft link, instead of creating the webmail sub directory, and point the soft link to /usr/lib/courier/share/sqwebmail/images (you also must make sure that the web server is configured to follow symlinks). There is a configuration option, --enable-imageurl, that can be used to use something other than /webmail/ as the URL prefix for images. -- Sam _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
