Navigation:  Commands > Configuration File [CFG] >

$email_security [CFG]

Previous pageReturn to chapter overviewNext page

Specify the use of e-mail signing or encryption

$email_security node keyword [keyword]


This command specifies which signing or encrypting processes will be performed on the system. It also causes the F7SECURITY dynamic link library to be pre-loaded.

The parameters on this command are used as follows:

node the nodename of the machine which is to send signed/encrypted e-mail, or * for all nodes.
keywordone of the following keywords:
SMIMEencryptthe system will process S/MIME encryption.
SMIMEsignthe system will process S/MIME signing.
DKIMthe system will process DKIM/DomainKeys signing.  The keyword 'domainkeys' is a synonym for this option.

If the DLL is not present, CopiaFacts will be prevented from starting.  There is more information on e-mail security in the E-Mail Security topic.

An individual e-mail transaction is signed and/or encrypted when the appropriate $email_options keyword is given and suitable variables are defined to specify the key file and options.

Default: none. E-Mail will not be signed or encrypted.

Example:

$email_security * DKIM


Topic url: http://www.copia.com/support/refmanual/index.html?%24email_security.htm