Name

service

IQ Spool Service — Stores messages to disk

<service class="xms.spool.IQSpoolService" name="name" > child tags </service>

Table 70. Attributes for service tag (for xms.spool.IQSpoolService)

NameDescriptionTypeDefault ValueRequired
directoryThe directory to store mail spool files inString any character combinationspoolno
nestLevelNest spool directories to specified levelint value between 0 and 40no
targetThe name of the default service to direct messages to.DeliveryTarget Name of a Service that implements DeliveryTargetnoneyes

Service Dependencies

This tag depends on the following services (or a service that extends or implements these classes)

Child Tags

Index

<index >value</index>

Table 71. Attributes for index tag (for xms.spool.IQSpoolService)

NameDescriptionTypeDefault ValueRequired
nameThe name of the indexString any character combinationnoneyes
typeType of the indexType One of the following values: simple,domainsimpleno
valueThe declaration of the indexString any character combinationnoneyes

Example 67. Example configuration for IQ Spool Service

Required attributes are marked with a bold typeface

<service class="xms.spool.IQSpoolService" name="name"
      directory="directory"
      nestLevel="nestLevel"
      target="target">
    <index name="name"
          type="type">
        value
    </index>
</service>