comparison auto/options @ 1621:ed9cd1702f7a stable-0.5

r1477, r1478, r1479, r1480, r1481, r1482, r1483, r1484, r1485, r1486, r1487, r1488, r1494, r1495, r1499 merge: *) ngx_mail_pop3_module, ngx_mail_imap_module, and ngx_mail_smtp_module *) smtp_client_buffer and smtp_greeting_delay
author Igor Sysoev <igor@sysoev.ru>
date Wed, 07 Nov 2007 14:24:55 +0000
parents 7bdf156fc852
children
comparison
equal deleted inserted replaced
1620:54377021b936 1621:ed9cd1702f7a
80 # STUB 80 # STUB
81 HTTP_STUB_STATUS=NO 81 HTTP_STUB_STATUS=NO
82 82
83 MAIL=NO 83 MAIL=NO
84 MAIL_SSL=NO 84 MAIL_SSL=NO
85 MAIL_POP3=YES
86 MAIL_IMAP=YES
87 MAIL_SMTP=YES
85 88
86 NGX_ADDONS= 89 NGX_ADDONS=
87 90
88 USE_PCRE=NO 91 USE_PCRE=NO
89 PCRE=NONE 92 PCRE=NONE
189 --with-mail) MAIL=YES ;; 192 --with-mail) MAIL=YES ;;
190 --with-mail_ssl_module) MAIL_SSL=YES ;; 193 --with-mail_ssl_module) MAIL_SSL=YES ;;
191 # STUB 194 # STUB
192 --with-imap) MAIL=YES ;; 195 --with-imap) MAIL=YES ;;
193 --with-imap_ssl_module) MAIL_SSL=YES ;; 196 --with-imap_ssl_module) MAIL_SSL=YES ;;
197 --without-mail_pop3_module) MAIL_POP3=NO ;;
198 --without-mail_imap_module) MAIL_IMAP=NO ;;
199 --without-mail_smtp_module) MAIL_SMTP=NO ;;
194 200
195 --add-module=*) NGX_ADDONS="$NGX_ADDONS $value" ;; 201 --add-module=*) NGX_ADDONS="$NGX_ADDONS $value" ;;
196 202
197 --with-cc=*) CC="$value" ;; 203 --with-cc=*) CC="$value" ;;
198 --with-cpp=*) CPP="$value" ;; 204 --with-cpp=*) CPP="$value" ;;
299 --http-fastcgi-temp-path=PATH set path to the http fastcgi temporary 305 --http-fastcgi-temp-path=PATH set path to the http fastcgi temporary
300 files 306 files
301 307
302 --without-http disable HTTP server 308 --without-http disable HTTP server
303 309
304 --with-mail enable IMAP4/POP3/SMTP proxy module 310 --with-mail enable POP3/IMAP4/SMTP proxy module
305 --with-mail_ssl_module enable ngx_mail_ssl_module 311 --with-mail_ssl_module enable ngx_mail_ssl_module
312 --without-mail_pop3_module disable ngx_mail_pop3_module
313 --without-mail_imap_module disable ngx_mail_imap_module
314 --without-mail_smtp_module disable ngx_mail_smtp_module
306 315
307 --add-module=PATH enable an external module 316 --add-module=PATH enable an external module
308 317
309 --with-cc=PATH set path to C compiler 318 --with-cc=PATH set path to C compiler
310 --with-cpp=PATH set path to C preprocessor 319 --with-cpp=PATH set path to C preprocessor