GNU Mailutils |
|
General-Purpose Mail Package |
Official GNU Software |
tls
Statementtls { # Specify SSL certificate file. ssl-certificate-file string; # Specify SSL certificate key file. ssl-key-file file; # Specify trusted CAs file. ssl-ca-file file; # Set the priorities to use on the ciphers, methods, etc. ssl-priorities string; # Set timeout for I/O operations during TLS handshake (seconds). handshake-timeout n; }
The ‘tls’ statement configures TLS parameters to be used by servers. It can appear both in the global scope and in server scope. Global tls settings are applied for servers that are declared as supporting TLS encryption, but lack the ‘tls’ substatement.
Specify SSL certificate file.
Specify SSL certificate key file.
Specify the trusted certificate authorities file.
Set the priorities to use on the ciphers, key exchange methods, MACs and compression methods.
Set the timeout (in seconds) for I/O operations during TLS handshake. Default value is 10 seconds.
This document was generated on January 2, 2022 using makeinfo.
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.