<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body style='font-family: Verdana,Geneva,sans-serif'>
<p>Thanks for your suggestion, I'll try another way.</p>
<div>---</div>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<pre>Hello!
On Tue, Jun 13, 2023 at 10:18:44AM +0800, <a href="mailto:lty@cndns.com">lty@cndns.com</a> wrote:</pre>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px">I want the response to support ssl, is there a way to achieve it? HTTP/1.0 200 OK Auth-Status: OK Auth-Server: 198.51.100.1 Auth-Port: 143 add parameter Auth-Ssl: on ?</blockquote>
<pre>The mail proxy module in nginx is designed to work with backend
servers in trusted environment, and does not provide a direct way
to establish SSL connections to backend servers.
If you want nginx to use SSL when connecting to backend servers,
consider using an SSL tunnel to do so. For example, you can make
one with the stream module, see here for details:
<a href="http://nginx.org/en/docs/stream/ngx_stream_proxy_module.html">http://nginx.org/en/docs/stream/ngx_stream_proxy_module.html</a>
</pre>
</blockquote>
</body></html>