Hello!
On Mon, Jun 28, 2021 at 10:34:42AM -0400, kay wrote:
> Any clues on how to solve this?
> Do I need to submit a feature request to resolve SMTP hostnames the same way
> it is done in HTTP proxy_pass directive?
There are no plans to implement something like this. The IP
address is expecte
Any clues on how to solve this?
Do I need to submit a feature request to resolve SMTP hostnames the same way
it is done in HTTP proxy_pass directive?
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,291890,291927#msg-291927
___
nginx mailing l
I'm using a new "proxy_smtp_auth on;" option in my mail proxy server inside
k8s cluster, therefore I just need to proxy_pass smtp requests to the
backend. Since the backend must be set using the "auth_http" directive, I
use the code below and provide the hostname instead of IP address:
server {