The mailproc-global-status accessor retrieves the status of a MailTransport and all registered mailprocessors.
The MailTransport which receives the status request is located dynamically and is discovered from the
first instance of ffcpl:/etc/MailTransportConfig.xml in the current module address space.
For more information on the operation of the MailTransport see the MailTransport guide.
Format
The status has the following format...
<MailTransportStatus>
<id>this MailTransport's id</id>
<mailProcessorStatus>
...A mailprocessor status report - see mailproc-status...
</mailProcessorStatus>
...
</MailTransportStatus>