Thanks Wietse, I figured that was where I was at, but was hoping there were other options I hadn't uncovered..
Brad -----Original Message----- From: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] On Behalf Of Wietse Venema Sent: Wednesday, January 07, 2015 12:32 PM To: Postfix users Subject: Re: Issues using Postfix behind a load balancer Brad Riemann: > The issue, if you don't see it, is that postfix seems to be using the > load balancer ip as the last hop, and because the load balancer is > just pushing content through it is not recording the previous hop to > the headers, which is causing some issues.. Postfix can get the client IP address from haproxy (uses haproxy protocol, supported in postscreen and smtpd) and from nginx (uses XCLIENT, supported in smtpd only). The client IP address is needed to for access decisions and for audit trail information (logging, headers, etc.). If your load balancer can provide that information, then I can try to add a driver to Postfix to use that information. Wietse