why nginx requires authentication for smtp server?
0
according to the nginx documentation an http authetication service is mandatory for proxying a mail server. This is reasonable for your client who want to send emails through your server (465, 587) but why it is for recieving email from other mail servers (25)? (e.g gmail.com)
nginx smtp nginx-reverse-proxy
share | improve this question
edited Nov 26 '18 at 10:07
miracle genuis
asked Nov 26 '18 at 9:55
miracle genuis miracle genuis
50 1 6
...