|
* Work in progress *
Requirements
OpMail requires the Microsoft XML library MSXML.DLL.
This should already be installed if you are using Internet Explorer 5.
Installation
OpMail consists of 2 services:
OpMailServer provides the SMTP and POP3 servers and
OpMailSmtpSend sends outgoing SMTP mail
Like other services OpMail can be controlled using the Services control panel (WinNT) or Services MMC console (Win2k/XP).
If you can't see the services, you may need to install them. From a command line in the installation directory, type the following:
OpMail.exe -install
OpMailSmtpSend.exe -install
If you make a change to the server configuration, you will need to restart the service for it to take effect.
Configuration
OpMail is configured using a single registry entry, and an XML file.
The registry entry is:
HKEY_LOCAL_MACHINE\Software\Opcode\OpMailServer
This contains a single value MailRoot that determines the root directory for the server.
The Config directory contains an XML file config.xml where various server settings can be changed.
An XSL (XML style sheet) is also supplied to enable the file to be easily viewed using Internet Explorer.
Simply open the XML file with IE and it's contents will be displayed in a clearly readable way.
Directory Structure
There are several directories beneath the root MailRoot which are used for storing message files:
 BadMail | Copies of messages returned to sender due to non-delivery |
 Config | Configuration data |
 Data | Message delivery data |
 Incoming | Messages received from external servers |
 Mailbox | Users mailboxes |
 Outgoing | Messages being sent to external servers |
 Temp | For system use |
* Work in progress *
|
|