<% Response.Expires = 0 %> <% REM Get variables %> <% REM svr = Server name %> <% REM pg = Page to be loaded in main frame %> <% REM lgt = Logging type (to determine loading of Logging page) %> <% REM bg = Background color for blank page (black, grey) %> <% L_PAGETITLE_TEXT = "Microsoft SMTP Server Administration" %> <% svr = Request("svr") %> <% pg = Request("pg") %> <% lgt = Request("lgt") %> <% bg = Request("bg") %> <% MaxInConnections = Request("MaxInConnections") MaxOutConnections = Request("MaxOutConnections") MaxMessageSize = Request("MaxMessageSize") MaxSessionSize = Request("MaxSessionSize") BatchMessages = Request("BatchMessages") MaxOutConnPerDomain = Request("MaxOutConnPerDomain") Direction = Request("Direction") %> <% = L_PAGETITLE_TEXT %> <% if (bg = "black") then %> <% else %> <% end if %> <% REM If page is specified, redirect; otherwise display blank page of specified color %> <% if (pg <> "") then %> <% end if %>