Welcome! Log In Create A New Profile

Advanced

[PATCH]: IPv6 SMTP proxy with XCLIENT

Brane F. Gračnar
August 22, 2011 08:50AM
Hello!

There is a issue with XCLIENT support when nginx listener is IPv6 enabled.
Nginx sends the following command to upstream SMTP server:

XCLIENT ADDR=2001:15c0:65ff:xxxx::yyyy NAME=[UNAVAILABLE]

According to postfix docs (http://www.postfix.org/XCLIENT_README.html) IPv6
client addresses should be prefixed with "IPV6:" string, so nginx should send
the following xclient command to upstream:

XCLIENT ADDR=IPV6:2001:15c0:65ff:xxxx::yyyy NAME=[UNAVAILABLE]


Attached patch fixes this issue. It would be great if it would be included in
upstream after careful review.

Best regards, Brane
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

[PATCH]: IPv6 SMTP proxy with XCLIENT

Brane F. Gračnar August 22, 2011 08:50AM

Re: [PATCH]: IPv6 SMTP proxy with XCLIENT

Maxim Dounin August 22, 2011 09:08AM

Re: [PATCH]: IPv6 SMTP proxy with XCLIENT

Brane F. Gračnar August 23, 2011 05:32AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 167
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready