Module ngx_mail_ssl_module
- Example Configuration
- Directives
- ssl
- ssl_certificate
- ssl_certificate_key
- ssl_ciphers
- ssl_client_certificate
- ssl_crl
- ssl_dhparam
- ssl_ecdh_curve
- ssl_password_file
- ssl_prefer_server_ciphers
- ssl_protocols
- ssl_session_cache
- ssl_session_ticket_key
- ssl_session_tickets
- ssl_session_timeout
- ssl_trusted_certificate
- ssl_verify_client
- ssl_verify_depth
- starttls
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.