> is it possible to modify the date-format in Web Messaging Server
> eg. from "yyyy-mm-dd hh:mm" to "dd-mm-yy hh:mm"
I think the only way to accomplish that would be through JavaScript. I used
JavaScript to change from "Thu May 11 20:12:22 2000" to "May 11 20:12:22" (by setting
a JavaScript variable to the time, and using stringname.substring( 4, 19 ) ).
> i experienced some very bad problems with users using the "Novell
> Border Manager" as proxy-server ... after logging in (correctly) the
> get the login-screen again, but with the URL of the main Web
> Messaging Screen (e.g.
> http://www.mydomain.com/Xacfc989f9a9bc899cb936b61898b/menu.cgi
The Novell Border Manager may not be handling everything properly. IMail uses an HTTP
redirect during the logon process, which the browser must receive, even if the Novell
Border Manager were to handle the redirect.
-Scott
Please visit http://www.ipswitch.com/support/mailing-lists.html
to be removed from this list.