Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

tlsCACertificateFile

&pagelevel(5)&pagelevel

The tlsCACertificateFile option allows you to specify a file containing in PEM format the CA certificates that are required for authentication of the mail server. The individual PEM certificates are arranged sequentially in the file.

To add or delete certificates, you can edit the file in a text editor. The certificates are entered in the file as follows:

-----BEGIN CERTIFICATE----
< CA certificate in Base64 encoding > 
-----END CERTIFICATE-----

Any text outside these sequences is ignored and can therefore be used to identify the certificates that are not directly readable due to the ASN.1/Base64 encoding.

tlsCACertificateFile

<filename 1..54> | *NONE


<filename 1..54>

Name of the file that contains the certificates in PEM format that are required for authentication of the mail server.

*NONE

No file is specified (default).