Schema ID: msgstore
Timestamp Field: time
Each DLF records in the msgstore schema represents one command on the server. Not all fields will be meaningful for every type of action.
Fields in the Schema
Type: timestamp
Defaults: 0
The timestamp of the event.
Type: hostname
Defaults: -
The hostname on which the message store is running. In the case of message store proxies, this will be the target server.
Type: hostname
Defaults: -
The host name of the client related to the event.
Type: ip
Defaults: -
The ip address of the client related to the event.
Type: string
Defaults: -
The user name of the authenticated user associated with the connection.
Type: string
Defaults: -
The protocol used to access the message store. This will be usually one of pop or imap.
Type: string
Defaults: -
The command executed by the client. Defined commands are login, badlogin, select, create, etc.
Type: string
Defaults: -
A session identifier used to relate the different records to one sesssion. Session identifier can be reused.
Type: int
Defaults: 0
Number of messages downloaded.
Type: bytes
Defaults: -
Number of bytes downloaded messages.
Type: int
Defaults: 0
Number of messages stored on the server.
Type: int
Defaults: 0
Size of the messages stored on the server.
Type: duration
Defaults: 0
The length of the session.
FIXME: When this field should be defined. On all events or only on the quit event?
Type: string
Defaults: -
The status of the event. This includes the error messages or other success information (like an MMP redirection).