diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-09-15 16:51:16 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-09-15 16:51:16 +0000 |
| commit | 48714085dde4fe4c5b695dad23295e3f96fe1d2e (patch) | |
| tree | 37b0109215ca08bb1103f03dd43f435392ebe36a /auto/options | |
| parent | 05a75d0d9496d874fc22d7e8b3c44b7914a61509 (diff) | |
| download | nginx-48714085dde4fe4c5b695dad23295e3f96fe1d2e.tar.gz nginx-48714085dde4fe4c5b695dad23295e3f96fe1d2e.tar.bz2 | |
ngx_mail_pop3_module, ngx_mail_imap_module, and ngx_mail_smtp_module
Diffstat (limited to 'auto/options')
| -rw-r--r-- | auto/options | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/auto/options b/auto/options index a9d7a2ae4..1006e8584 100644 --- a/auto/options +++ b/auto/options @@ -81,6 +81,9 @@ HTTP_STUB_STATUS=NO MAIL=NO MAIL_SSL=NO +MAIL_POP3=YES +MAIL_IMAP=YES +MAIL_SMTP=YES NGX_ADDONS= @@ -190,6 +193,9 @@ do # STUB --with-imap) MAIL=YES ;; --with-imap_ssl_module) MAIL_SSL=YES ;; + --without-mail_pop3_module) MAIL_POP3=NO ;; + --without-mail_imap_module) MAIL_IMAP=NO ;; + --without-mail_smtp_module) MAIL_SMTP=NO ;; --add-module=*) NGX_ADDONS="$NGX_ADDONS $value" ;; |
