Version 5.2 |
|||||||||||||||||||||||||||||||
|
|
For each CommuniGate Pro Domain, a file directory is created in the Domains subdirectory inside the Server base directory. The directories have the same names as the domains.
For the main domain, the Accounts file directory is created inside the base directory.
Inside each domain file directory, a Settings file directory is created. This directory contains the following files:
.settings | this dictionary file contains Account Settings, including the Account Rules. | |
.info | this dictionary file contains volatile Account information,
such as mailbox sizes, last UIDs used in each mailbox, etc.
Since the .info file is being modified rather often, the CommuniGate Pro Server is built to survive .info file corruptions. For example, if the mailbox last UID information is corrupted, the server rescans the mailbox and restores the correct mailbox info. | |
.dst | this optional dictionary file contains the Account "DataSet", that includes Account DataSet Address Books (also known as string lists), and application preferences set via ACAP. | |
.web | this optional file directory is the Account File Storage. | |
.rpopids | this optional file directory contains a file for each RPOP Account that has the Leave On Server option enabled. Each array file contains UIDs of the messages already retrieved from that PROP Account. | |
.roaming | this optional dictionary file contains Netscape Roaming information. |
The Account files are located in the Domain file directory or in its subdirectory (see the Domains section for the details). The GetAccountLocation CLI command can be used to learn the physical location of the Account files.
For a multi-mailbox Account, a directory with the Account name and .macnt
extension is created, and all Account files are stored in that directory. The Account
service files are stored as account.extension. The INBOX mailbox is stored as
the INBOX.mailboxType file.
Example: for the multi-mailbox Account John, the john.macnt directory is created,
and the files INBOX.mbox, account.settings, account.info are placed in
that directory.
For a single-mailbox Account, the INBOX mailbox is created as a file in the Domain file directory or
its subdirectory, and it has the accountName.mailboxType file name. The account
service files are stored in the same directory as accountName.extension.
Example: for the single-mailbox Account John, the john.mbox,
john.settings, and john.info are placed into the domain file directory.
The Netscape® Communicator product can use any advanced HTTP server to store and restore its settings.
To use this Netscape Roaming service, the user should specify the following URL
as the Roaming Server URL:
http://domain[:port]/Settings/
where domain is the user domain (or the main CommuniGate Pro domain), and port
is the CommuniGate Pro User HTTP port.
The actual Account name is not specified in this URL. Access to the /Settings/ realm requires authentication, and the CommuniGate Pro Server opens the Account specified in the browser username/password dialog box.
If the URL used contains the correct domain name of the target Account, the Account name can be specified as a simple name (i.e. without the domain part), but if the URL contains the name of some other CommuniGate Pro Domain (because the target domain does not have any A-record), the Account name should be specified along with the Domain name, i.e. instead of the jsmith string, the jsmith@domain.com string should be used in the Netscape username/password dialog box.
The Netscape Settings are stored as separate files inside the Account service directory with the .roaming extension.