Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
mail_proxy auth_http
- To: "nginx-ru@xxxxxxxxx" <nginx-ru@xxxxxxxxx>
- Subject: mail_proxy auth_http
- From: "nginx_ru676@xxxxxxxxxxxxxx" <nginx_ru676@xxxxxxxxxxxxxx>
- Date: Thu, 16 Feb 2012 11:01:43 +0000
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.ua; s=mx; h=From:To:Date:Subject:Message-ID:Reply-To:MIME-Version:Content-Transfer-Encoding:Content-Type; bh=fBLSwVi+aYYDSFSD1mydBm6Ol/mVsu3LjDYRXmU6XKw=; b=HTaWQ6K3dJIsz3panOOXdqpYbfl+GaQzGbYSWaif4RZ8WWVd9nBm6QhH6NSFAmwsAcsO70xh0B4185G5zNsC+4cucCfzljUWhz+mco2Iys0yp8iRkwR6Z222HMVAtJPFq8ZGIF+qnLV8IlKWLUnXz5p2oB3n3XoIQsmZonBV8oY=;
Вводные:
nginx -V
nginx version: nginx/0.7.67
TLS SNI support enabled
configure arguments: --conf-path=/etc/nginx/nginx.conf
--error-log-path=/var/log/nginx/error.log
--http-client-body-temp-path=/var/lib/nginx/body
--http-fastcgi-temp-path=/var/lib/nginx/fastcgi
--http-log-path=/var/log/nginx/access.log
--http-proxy-temp-path=/var/lib/nginx/proxy --lock-path=/var/lock/nginx.lock
--pid-path=/var/run/nginx.pid --with-debug --with-http_dav_module
--with-http_flv_module --with-http_geoip_module --with-http_gzip_static_module
--with-http_realip_module --with-http_stub_status_module --with-http_ssl_module
--with-http_sub_module --with-ipv6 --with-mail --with-mail_ssl_module
--add-module=/tmp/buildd/nginx-0.7.67/modules/nginx-upstream-fair
конфиг выглядящий так
mail {
auth_http http://auth.sever.url:80/auth.cgi
# syntax: auth_http URL
<skip>
если в dns прописан host auth.server.url
с несколькими IP , то nginx при попытке обратится к нему по pop3/imap
наружу выдает internal server error
в error.log
в это время сообщается
2012/02/16 12:57:02 [alert] 18734#0: *1 socket() failed (97: Address family not
supported by protocol) while in http auth state, client: xx.xx.xx.xx, server:
0.0.0.0:995, login: "login@xxxxxxxxxxx"
я правильно понимаю что IP для auth.server.url должен быть только один ?
просто если auth.server.url резолвится в 1 ip, то все нормально работает.
--
С уважением, Eugene Kravtsoff
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru
|