Skip to main content

Example of multi mailbox MESH configuration file

This is an example of a MESH configuration file set up to use two mailboxes.

<?xml version="1.0"?>
<MESHConfig>   
<PrimaryURL>https://mesh-sync.national.ncrs.nhs.uk</PrimaryURL>
<LogPath>C:\MESH-APP-HOME\log</LogPath>
<KeyStorePath>C:\MESH-APP-HOME\KEYSTORE\mesh.keystore</KeyStorePath>
<KeyStorePassword>********</KeyStorePassword>
<WorkPath>C:\MESH-APP-HOME\working</WorkPath>
<ProxyPath>C:\MESH-APP-HOME\proxy</ProxyPath>
<SignalPath>C:\MESH-APP-HOME\sig</SignalPath>
<PollPeriod>30</PollPeriod>
<ServerRetry>3</ServerRetry>
<MaxMessages>100</MaxMessages>
<MaxConnections>4</MaxConnections>
<AutoUpgrade>Y</AutoUpgrade>
<Client>
<ClientIdentity>Mailbox1</ClientIdentity>
<ClientAuthentication>*************</ClientAuthentication>
<MailboxType>MESH</MailboxType>
<InterfaceRoot>C:\MESH-DATA-HOME\Mailbox1</InterfaceRoot>
<CollectReport>Y</CollectReport>
<TransferReport>Y</TransferReport>
<PollReport>N</PollReport>
<SaveSent>Y</SaveSent>
</Client>
<Client>
<ClientIdentity>Mailbox2</ClientIdentity>
<ClientAuthentication>*************</ClientAuthentication>
<MailboxType>MESH</MailboxType>
<InterfaceRoot>C:\MESH-DATA-HOME\Mailbox2</InterfaceRoot>
<CollectReport>Y</CollectReport>
<TransferReport>Y</TransferReport>
<PollReport>N</PollReport>
<SaveSent>Y</SaveSent>
</Client>
<Client>
<ClientIdentity>Mailbox3</ClientIdentity>
<ClientAuthentication>*************</ClientAuthentication>
<MailboxType>MESH</MailboxType>
<InterfaceRoot>C:\MESH-DATA-HOME\Mailbox3</InterfaceRoot>
<CollectReport>Y</CollectReport>
<TransferReport>Y</TransferReport>
<PollReport>N</PollReport>
<SaveSent>Y</SaveSent>
</Client>
</MESHConfig>

Last edited: 12 August 2021 10:57 am