You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to get MailHog working in docker behind Nginx Mail Proxy.
I have successfully configured Nginx to proxy MailHog Web UI and API with TLS termination, but I also want to secure SMTP server with minimal authentication.
I am trying to do it like that:
I have MailHog docker container running on server with published 1025 port for SMTP
I have very simple auth server running on server on port 9000. It implements Nginx Mail Auth protocol
I am trying to get MailHog working in docker behind Nginx Mail Proxy.
I have successfully configured Nginx to proxy MailHog Web UI and API with TLS termination, but I also want to secure SMTP server with minimal authentication.
I am trying to do it like that:
Nginx config seems to work ok, my SMTP requests can go through Nginx to the MailHog SMTP, but then I get an
500 Unknown command
errorsendmail ouput:
MailHog logs:
I tried to find related information, but did not succeed in that. So I hope someone here could help me with that.
The text was updated successfully, but these errors were encountered: