|
Tech Support Internet Exchange Frequently Asked Questions Internet Exchange Messaging Server
Introduction
Login Page
An optional parameter domainname is added to the CGI interface for supplying the Internet domain name. This allows you to design a login page where the user only needs to supply the "local part" of their email address.
Domain-based style sheet
/iev4/style/wmc/domain1.com/and then copy the style sheet from /iev4/style/wmc/ieclientstylesheet.css to the new domain directory: /iev4/style/wmc/domain1.com/ieclientstylesheet.cssNow changes can be made to the style sheet in the "domain1.com" directory and the changes will be reflected accordingly in the web mail client for "domain1.com". In case you did not create a directory for "domain2.com" it will keep on using the default style sheet i.e: /iev4/style/wmc/ieclientstylesheet.cssOnly when you create a domain directory and copy the default ieclientstylesheet.css to that directory will it implement the new style sheet. To configure the various attributes in the style sheet, any editor that supports ASCII text input/output such as Microsoft Notepad can be used. Open the ieclientstylesheet.css in the /iev4/style/wmc directory for the default style sheet, or under the /iev4/style/wmc/ domain.com directory if you are using a style sheet to apply to a single domain. Modify the attributes based on your preferences. Save the file when you are done and click on the Refresh or Reload button on your browser to view the new style.
Domain-based Headers and Footers
To define headers and footers for the body side of the Web Mail Client in a single domain configuration, following entries are to be defined: HeaderHTML= In the above settings you can use HTML/Plain text files for the Header-HTML= and Footer-HTML= or use an executable for the HeaderEXE= and FooterEXE=. This is a good way for ISP's/service providers to display banners on the Web Mail Client interface. These headers and footers are only for the body part of the Web Mail Client Interface in a single domain environment. It should also be noted that in the header/footer, you can use either a HTML (static) or an EXE (this is a program that can generate any HTML tags dynamically). In case it is decided to use EXE, the Web Mail Client will pass the currently logged in user name, which is his/her email address as the 'command line' argument to that EXE (program) file. For example, HeaderEXE=c:\wmc\banner.exeHere the Web Mail Client will launch the program via: system ("c:\wmc\bannder.exe user@domain.com") In this example the current logged in user is user@domain.com. It should be noted that only this one parameter is passed to the external program. To define headers and footers for the menu side of the Web Mail Client in a single domain configuration, following entries are to be defined: MenuHeaderHTML= Similarly to define headers and footers for the body side of the Web Mail Client in a multiple domain configuration, following entries are to be defined in the IEMTA.INI file: HeaderHTML-domain.com= In the above, "domain.com" is the name of the domain. In case you do not define the domain in the header and the footer settings and you have multiple domains the default settings are used. To specify the headers and footers for the menu side of the Web Mail Client Interface in a multiple domain environment, the following entries are to be defined in the IEMTA.INI file: MenuHeaderHTML-domain.com= MenuFooterHTML-domain.com= MenuHeaderEXEdomain.com= MenuFooterEXE-domain.com= The usage for the above mentioned is similar to the body part of the headers and footers.
Additional Documentation
|