Quantcast
Channel: Nginx Forum - Nginx Mailing List - English
Viewing all articles
Browse latest Browse all 7229

mail-proxy starttls and ssl on (no replies)

$
0
0
The manual

Setting up SSL/TLS for a Mail Proxy

https://www.nginx.com/resources/admin-guide/mail-proxy/

says

Enable SSL/TLS for mail proxy with the ssl directive. If the directive is specified in the mail context, SSL/TLS will be enabled for all mail proxy servers. You can also enable STLS and STARTTLS with the starttls directive:
mail {
...
ssl on;
starttls on;
...
}


However if I add both,


nginx: [warn] "ssl" directive conflicts with "starttls" in /root/nginx.conf:79
nginx: configuration file /root/nginx.conf test failed

How comes?

Viewing all articles
Browse latest Browse all 7229

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>