|

For more information:
I reply to email ASAP, but it may not reach you if you use a non-auto-whitelist mail filter.
|
O W A 5 . 5 L o g o n P a g e M o d i f i c a t i o n
Back to Articles page
MS Outlook Web Access 5.5 logon page modification, by Lee Derbyshire.
---------------------------------------------------------------------
Many OWA Admins like to modify the appearance of the logon page.
This can be achieved by modification of the file LOGON.ASP .
This file is usually located in folder C:\EXCHSRVR\WEBDATA\USA .
Like most OWA source files, LOGON.ASP contains a lot of unneccessary text.
You can usually get away with the basic contents below,
where you go from there (graphically etc.) is up to you.
Before you modify this file, MAKE A BACKUP of your original!
These are the minimum contents of LOGON.ASP:
<html>
<form action="Logonfrm.asp">
Mailbox name:<br>
<input type="Text" name="mailbox"><br>
<input type="Submit">
</form>
</html>
Copyright © Lee Derbyshire 2008.
|