Module ngx_mail_ssl_module

The ngx_mail_ssl_module module provides the necessary support for a mail proxy server to work with the SSL/TLS protocol.

This module is not built by default, it should be enabled with the --with-mail_ssl_module configuration parameter.

This module requires the OpenSSL library.
ssl_session_timeout

Syntax: ssl_session_timeout time; Default: ssl_session_timeout 5m;

2017-02-09 07:09:33
ssl_dhparam

Syntax: ssl_dhparam file; Default: — Context:

2017-02-09 07:09:25
starttls

Syntax: starttls on | off | only; Default: starttls

2017-02-09 07:09:38
ssl_trusted_certificate

Syntax: ssl_trusted_certificate file; Default: — Context:

2017-02-09 07:09:36
ssl_certificate_key

Syntax: ssl_certificate_key file; Default: — Context:

2017-02-09 07:09:21
ssl_verify_client

Syntax: ssl_verify_client on | off | optional | optional_no_ca;

2017-02-09 07:09:37
ssl_session_cache

Syntax: ssl_session_cache off | none | [builtin[:size]] [

2017-02-09 07:09:30
ssl_certificate

Syntax: ssl_certificate file; Default: — Context:

2017-02-09 07:09:20
ssl_verify_depth

Syntax: ssl_verify_depth number; Default: ssl_verify_depth 1;

2017-02-09 07:09:38