IMAP Profiles

<< Click to Display Table of Contents >>

Navigation:  Sensor Settings > Capture Results Delivery > Manual Setup (Config File) >

IMAP Profiles

A sample setup of a delivery profile using IMAP is provided below:

<Profile name="imap-transport" enabled="true" default="false">
   <Option name="protocol" value="imap" />
   <Option name="imap-server" value="imap.domain.com" />
   <Option name="imap-port" value="10993" />
   <Option name="file-drop-path" value="INBOX" />
   <Option name="enable-ssl" value="true" />
   <Option name="username" value="administrator@domain.com" />
   <Option name="password" value="test123" />
   <Option name="tcp-timeout" value="10" />
   <Option name="save-headers" value="none" />
</Profile>

Description of IMAP profile options:

protocol

Defines the data transfer protocol

imap-server

Defines the network address of the IMAP server. It may be specified as an IP address or a DNS name. For example: imap.domain.com or 192.168.0.11

imap-port

Defines the port number of the IMAP server, for example: 10993

file-drop-path

Defines the directory in which to save messages, for example: INBOX

enable-ssl

Defines the SSL tunnel usage status. Example: true or false

username

Defines the username to access the mailbox. Example: administrator@domain.com

password

Defines the password to access the mailbox. Example: test123

tcp-timeout

Defines the time for an attempt to the connect the IMAP server (in milliseconds), for example, 10

save-headers

Enables/disables saving standard message headers as well as X-Sensor headers to a separate message attachment named microolap_msis_headers.txt.

Possible values:

all

Saves all message headers

xsensor

Saves headers with the X-Sensor prefix

other

Saves standard headers (From, To, Cc, Bcc) and also any others to which xsensor settings don't apply

none

Disables saving of headers in a separate attachment.