Problem with ASP and COM objects
In some cases, our COM objects can not read from registry, when used from ASP applicatoins.
Since you have been redirected to this page, most likely, you are having the similar problem.
To fix this problem, create text file called mlsrv.ini, and place it in the root directory
of C drive, in C:\mlsrv.ini.
File is usual ini file, which is commonly used in Windows. It must have the following content:
[Setup]
Program Path = C:\Program Files\ArGo Software Design\Mail Server\
Users Path = C:\Program Files\ArGo Software Design\Mail Server\_users\
Message Size Limit = 5
Case Sensitive Filters = 1
Scan Bodies = 0
- Program Path - Path where you have installed mail server, including trailing backslash;
- Users Path - Used only in Pro version, and must be specified if you have moved
user mailboxes to another, not default location. See FAQ page for more information.
Ignored in Freeware and Plus versions
- Message Size Limit - Maximum message size you can send. Ignored in Freeware version.
Values can be as follows: 0 - 1 MB, 1 - 2MB, 2 - 3MB, 3 - 4 MB, 4 - 5 MB, 5 - Unlimited;
- Case Sensitive Filters - Controls whether filters are case sensitive. 1 - yes, 0 - no;
- Scan Bodies - Controls whether server will be applying filters to only message headers,
or bodies too. If 0, only headers will be scanned, and if 1, then server will scan both - bodies and heaers.