When using the Nginx Mail Proxy feature to realize an SMTP proxy, there are several options available to configure (start)tls between the client and the proxy.
However, it appears between the proxy and the upstream SMTP server, only 'plain' SMTP is supported, and there is no way to enable either STARTTLS or regular TLS.
Can anyone confirm this? Or is there a way to securely connect (and authenticate) to the upstream SMTP server?