exchange_emsmdb

Name

http(8gx) processing plugin for the Wire Format Protocol (Outlook/Exchange RPCs).

Description

exchange_emsmdb is a processing plugin for http(8gx) which handles the remote procedure calls for the EMSMDB v1 and AsyncEMSMDB v1 RPC interfaces, as well as OXCROPS as issued by the EcDoRpcExt2 call or the MAPIHTTP EXECUTE call.

EMSMDB is a DCE/RPC interface with just a few RPC calls (6 are still used today). ecDoRpcExt2, a call offered by that interface, takes an opaque byte buffer argument not interprted by DCE/RPC. That byte buffer contains another protocol, "Remote Operation(s) Encoding Protocol" [OXCROPS]. No reason for this wrapping is given in the OXCRPC spec. MAPIHTTP runs OXCROPS directly without the extra EMSMDB framing.

OXCROPS consists of 130 calls that make up the mailbox protocol.

Configuration directives

The usual config file location is /etc/gromox/exchange_emsmdb.cfg.

async_threads_num

Default: 4

average_handles

Default: 1000

average_mem

Default: 4K

emsmdb_max_cxh_per_user
The maximum number of RPC context handles any one user can have at any one time.
Default: 100
emsmdb_max_hoc
A value used for sizing of internal hash tables. It does not directly affect the number of handles a user can open, but the total number of handles in the entire emsmdb system.
Default: 10
emsmdb_max_obh_per_session
The maximum number of object handles each session can have at any one time (e.g. folders/messages/etc. open simultaneously). There is one session for each mailbox opened.
Default: 500
emsmdb_private_folder_softdel
Enables soft-delete support for folders in private stores. (This feature is experimental.) Public folders always have this on. (Take note that exmdb_provider.cfg:exmdb_private_folder_softdelete also need to be enabled.)
Default: no
emsmdb_rop_chaining
0: Deactivate ROP chaining. 1: Enable ROP chaining for OL < 15 and OL >= 16.0.10000 (OL2019, OL2021, OLM365). 2: Enabled for all clients.
Default: 1
mailbox_ping_interval

Default: 5 minutes

mail_max_length
The maximum size for any individual attachment and message. Attempts to store objects larger than this are rejected. The upper limit is 2G, imposed by Exchange protocols.
Default: 64M
max_ext_rule_length

Default: 510K

max_mail_num
The maximum number of mails that a mailbox is allowed to have.
Default: 1000000
max_rcpt_num
The maximum number of recipients that an e-mail is allowed to have.
Default: 256
rop_debug
Log every incoming OXCROP call and the return code of the operation in a minimal fashion. Level 1 emits ROPs with a failure return code, level 2 emits all ROPs. Note the daemon log level needs to be "debug" (6), too.
Default: 0
separator_for_bounce

Default: ;

smtp_server_ip
SMTP server hostname or address to contact for outgoing mail.
Default: ::1
smtp_server_port
SMTP server TCP port number to connect to for outgoing mail.
Default: 25
submit_command

Default: /usr/bin/php /usr/share/gromox/sa/submit.php

x500_org_name

Default: (unspecified)

Files

  • data_file_path/notify_bounce/: response templates for when mail cannot be delivered

  • data_file_path/msgchg_grouping/.txt*

Outlook notes

Outlook can be started with the /rpcinfocommand-line parameter to display a status table about the RPC connections it has open. Alternatively, one can Ctrl-MouseBtn3 (right button) on the status tray icon to call up a context menu, from which "Connection status..." can be selected for the same.

Normative references

  • DCERPC / C706: Technical Standard DCE 1.1: Remote Procedure Call by The Open Group, 1997

MS-OXCRPC: Wire Format Protocol. This is the document for the EMSMDB RPC interface.

MS-OXCROPS: Remote Operations List and Encoding Protocol.

See also

gromox(7),http(8gx)