<div dir="ltr"><span class="gmail-im" style="font-size:12.8px">Hello,<br><br>We are using nginx behind an ELB with PROXY protocol enabled and the mail module. After going though the code it became apparent that the mail module we use in nginx to proxy to our upstream mail applications does not support the PROXY command and it just returns a 500 from <a href="https://github.com/nginx/" rel="noreferrer" target="_blank">https://github.com/nginx/</a> nginx/blob/master/src/mail/<wbr>ngx_mail_smtp_handler.c#L43.<br><br>Is there a reason why the mail module does not support the PROXY protocol?<br>It seems rather trivial to implement it in <a href="https://github.com/nginx/" rel="noreferrer" target="_blank">https://github.com/nginx/</a></span><span style="font-size:12.8px">nginx/blob/master/src/mail/</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">ngx_mail.h#L153 and further up the chain. We </span><span style="font-size:12.8px">could probably use the stream module instead, but we use starttls and auth </span><span style="font-size:12.8px">in the mail module.</span><div><br></div><div><div class="gmail-HOEnZb gmail-adL" style="font-size:12.8px"><div class="gmail-im"><br>Cheers!</div></div></div></div>