ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

nginx mail modules



Я могу ошибаться, но похоже в версии nginx-0.6.36 не поддерживается
указание smtp_auth none;

Конфиг такой секции mail

mail {
  server_name  mxs.;
  auth_http http://127.0.0.1:80;
  proxy_pass_error_message on;
  xclient     on;
  server {
    listen     192.168.0.1:25;
    protocol    smtp;
    smtp_auth   none;
    timeout     300s;
  }
}

2009/04/14 14:04:48 [warn] 20511#0: invalid value "none"
in /etc/nginx/nginx.conf:73

nginx -V
nginx version: nginx/0.6.36
configure arguments: --prefix=/usr --conf-path=/etc/nginx/nginx.conf
--http-log-path=/var/log/nginx/access_log
--error-log-path=/var/log/nginx/error_log --pid-path=/var/run/nginx.pid
--http-client-body-temp-path=/var/tmp/nginx/client
--http-proxy-temp-path=/var/tmp/nginx/proxy
--http-fastcgi-temp-path=/var/tmp/nginx/fastcgi --with-md5-asm
--with-md5=/usr/include --with-sha1-asm --with-sha1=/usr/include
--with-http_realip_module --with-http_ssl_module --with-http_perl_module
--with-http_dav_module --with-mail --with-mail_ssl_module


-- 
Vasiliy Tolstov <v.tolstov@xxxxxxxxx>
Selfip.Ru




 




Copyright © Lexa Software, 1996-2009.