On Thu, Jun 21, 2018 at 12:47:50PM -0700, [email protected] wrote:
> I'm beginning to experiment with putting Postfix (and eventually other)
> server behind Nginx (v 1.15.0) setup as a mail (SMTP) proxy.
Why?
> What I see in the Postfix log is
> Jun 21 12:10:12 mailprox postfix/postscreen[55329]: CONNECT from
> [127.0.0.1]:31460 to [127.0.0.1]:33025
> Jun 21 12:10:12 mailprox postfix/postscreen[55329]: WHITELISTED
> [127.0.0.1]:31460
postscreen is designed to talk to the client directly. Or at least
through transparent TCP proxies. In the proxy case you need to use the
proxy protocol to provide client information. However nginx is not a
TCP proxy, so not suitable for this kind of use.
You could use XCLIENT for connections to smtpd without postscreen.
> Cheers!
Please explain which problem you are trying to solve by using nginx.
Bastian
--
"That unit is a woman."
"A mass of conflicting impulses."
-- Spock and Nomad, "The Changeling", stardate 3541.9