ssl_password_file /etc/keys/global.pass; ... server { server_name mail1.example.com; ssl_certificate_key /etc/keys/first.key; } server { server_name mail2.example.com; # named pipe can also be used instead of a file ssl_password_file /etc/keys/fifo; ssl_certificate_key /etc/keys...
该ngx_mail_ssl_module模块为邮件代理服务器使用SSL / TLS协议提供了必要的支持。 该模块不是默认生成的,它应该使用--with-mail_ssl_module配置参数启用。 该模块需要OpenSSL库。 示例配置 为了减轻处理器的负担,建议 设置工作进程的数量等于处理器的数量, ...
smtp: 25, 587, 465 Unnecessary protocols can be disabled using theconfigurationparameters--without-mail_imap_module,--without-mail_pop3_module, and--without-mail_smtp_module. Configures name servers used to find the client’s hostname to pass it to theauthentication server, and in theXCLIENTcom...
_index_module --with-http_realip_module --with-http_secure_link_module --with-http_slice_module --with-http_ssl_module --with-http_stub_status_module --with-http_sub_module --with-http_v2_module --with-mail --with-mail_ssl_module --with-stream --with-stream_realip_module --with...
ngx_http_upstream_module是nginx的核心模块,默认会被包含在nginx的编译中,因此你不需要特别指定该模块。 但是,你可以根据需要添加其他模块或配置选项。 bash ./configure --prefix=/usr/local/nginx \ --with-http_ssl_module \ --with-http_v2_module \ --with-stream \ --with-mail \ --with-threads ...
--with-mail_ssl_module \ --with-file-aio \ --with-compat \ --add-dynamic-module=./ModSecurity-nginx\ --add-dynamic-module=./nginx-rtmp-module\ --add-dynamic-module=./nginx-module-vts\ --add-dynamic-module=./ngx_http_proxy_connect_module #添加该模块进行编译 ...
当客户端证书存在时,其详细信息将在以下请求标头中传递:“Auth-SSL-Subject”,“Auth-SSL-Issuer”,“Auth-SSL-Serial”和“Auth-SSL-Fingerprint”。如果启用auth_http_pass_client_cert,则证书本身将在“Auth-SSL-Cert”标头中传递。该请求将如下所示: ...
--with-mail \ --with-mail_ssl_module \ --with-md5-asm \ --with-pcre-jit \ --with-sha1-asm \ --with-stream \ --with-stream_ssl_module \ --add-module=/tmp/ngx_healthcheck_module-master \ --add-module=/tmp/tengine-2.3.3/modules/ngx_http_concat_module \ --add...
--with-http_slice_module \ 1. --with-http_ssl_module \ 1. --with-http_stub_status_module \ 1. --with-http_sub_module \ 1. --with-http_v2_module \ 1. --with-http_xslt_module=dynamic \ 1. --with-ipv6 \ 1. --with-mail \ ...
Auth-SMTP-To: RCPT TO: <postmaster@mail.example.com> For the SSL/TLS client connection (1.7.11), the “Auth-SSL” header is added, and “Auth-SSL-Verify” will contain the result of client certificate verification, ifenabled: “SUCCESS”, “FAILED:reason”, and “NONE” if a certificat...