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_crl

Syntax: ssl_crl file; Default: — Context:

2017-02-09 07:09:24
ssl_client_certificate

Syntax: ssl_client_certificate file; Default: — Context:

2017-02-09 07:09:23
ssl_ecdh_curve

Syntax: ssl_ecdh_curve curve; Default: ssl_ecdh_curve auto;

2017-02-09 07:09:26
ssl_session_tickets

Syntax: ssl_session_tickets on | off; Default: ssl_session_tickets

2017-02-09 07:09:31
ssl_protocols

Syntax: ssl_protocols [SSLv2] [SSLv3] [TLSv1] [TLSv1.1] [TLSv1

2017-02-09 07:09:30
ssl

Syntax: ssl on | off; Default: ssl off;

2017-02-09 07:09:19
ssl_session_ticket_key

Syntax: ssl_session_ticket_key file; Default: — Context:

2017-02-09 07:09:32
ssl_ciphers

Syntax: ssl_ciphers ciphers; Default: ssl_ciphers HIGH:!aNULL:!MD5;

2017-02-09 07:09:22
ssl_password_file

Syntax: ssl_password_file file; Default: — Context:

2017-02-09 07:09:27
ssl_prefer_server_ciphers

Syntax: ssl_prefer_server_ciphers on | off; Default: ssl_p

2017-02-09 07:09:28