]> git.kaiwu.me - nginx.git/commit
Merge of r4813, r4814, r4818, r4819, r4820, r4823: mail fixes.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 24 Sep 2012 18:58:13 +0000 (18:58 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 24 Sep 2012 18:58:13 +0000 (18:58 +0000)
commit9288e6587b2b7e50d81425a0c101adf4182c70fb
tree9101b53f29f483b7aa3dd93c82c66e2458b5168b
parent191e31938e81f2a59a4ba4dc6b3f4f28bc232187
Merge of r4813, r4814, r4818, r4819, r4820, r4823: mail fixes.

*) Corrected the directive name in the ngx_mail_auth_http_module
   error message.

*) Don't let the well-known port in the "listen" directive to
   override the already set "protocol".

*) Fixed sorting of listen addresses (ticket #187).  For http module
   this problem was already fixed in r4756.

*) Removed a stale "AF_INET only" comment.  IPv6 client connections
   in mail modules have been supported since r2856.

*) Fixed handling of AF_UNIX addresses in "listen".  This makes AF_UNIX
   addresses in mail officially supported.

*) Whitespace fix.
src/mail/ngx_mail.c
src/mail/ngx_mail_auth_http_module.c
src/mail/ngx_mail_core_module.c
src/mail/ngx_mail_handler.c