Previous Topic: Import Configuration FilesNext Topic: Example import.ini for Files


Example import.ini for Emails

This example import configuration file is set up to import emails (saved in EML files) captured by the NBA. Only the key parameters are included.

import.type=eml
# Specifies an EML import operation.
Engine.UsePolicyEngineConnector=Hub
# Imported emails are distributed via a local hub across multiple policy engines.
Engine.loglevel=2
# Sets the logging level for import operations. Level 2 means ‘only log errors and warnings’.
EMail.EventDateFromEMail=yes
# Sets the timestamp in imported emails to be the send time and date in the emails.
File.Pathspec=\mails_from_NBA
# Specifies the pickup folder that you copied captured emails to. You copy captured emails from the \mails subfolder in the NBA FTP folder.
File.IncludeSubdirs=no
# The NBA does not write captured emails to subfolders below the \mails subfolder, so Event Import does not need to search subfolders.
File.ContinuousInput=yes
# Specifies continuous importing. This is essential when using the wgnimpsv.exe service.
File.DeleteAfterImport=yes
# Source EML files are deleted after being successfully imported. This parameter is mandatory if continuous importing is also specified.

Note: Use '#' characters to specify comments in import.ini.

More information:

Import Parameters