Settings

① Channel selection: Channel of type Mail that connects to the server to retrieve the emails (fetching channel). For POP3S (port 995), you must select a channel.
② Mail server: URL/IP address and port of the mail server, plus user and password. If these fields are empty, the system uses the values from the configuration file ./etc/startup.xml. This also applies to user and password. Values entered in these fields are then ignored. If a channel is selected and the port is 0, the port from the channel applies. For a port greater than 0, that value applies.
③ Use S/MIME operations: If the checkbox is set, the system decrypts received S/MIME emails. Otherwise, the emails remain as received. See the corresponding settings in section Mail (channel).
④ Activate parallel processing: If this checkbox is set, several instances of the processing profile can work in parallel. The checkbox Profile may only run in one instance must not be set for this profile. For details, see section Parallel processing of mails.
⑤ Skip corrupt mail: If the checkbox is set, the system continues receiving after a corrupt email. Otherwise, the job terminates.
⑥ Unknown mails: If the system finds no matching processing profile for an email (see the following section), it moves the email to the “Unresolved” area or discards it. See also section Non-assignable emails.
Distribution rules
See section Distribution rules (mail). If no rule is specified or no rule applies, the setting in ⑥ applies.
System variables
Several system variables are available for received emails. VAR_SYS_MAIL_HEADER_<name of the email header in capital letters> deserves special mention. Example: The variable VAR_SYS_MAIL_HEADER_DATE receives the original string value of the email header Date. The email header line Date: Wed, 6 Sep 2017 13:50:01 +0300 results in the variable content Wed, 6 Sep 2017 13:50:01 +0300.
See also VAR_SYS_ATTACHMENT_NAME.
NOTE: The system variable VAR_SYS_MAIL_HEADER_RECEIVED contains only the first “Received” mail header. To get all of them, use VAR_SYS_MAIL_HEADER_RECEIVED_ALLB64. This variable contains all Received mail headers, comma-separated and encoded in Base64.