diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-09-21 16:14:17 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-09-21 16:14:17 +0000 |
| commit | 884d634db4f2f676de621ea270cd11a44b5b61c7 (patch) | |
| tree | 463f7081c12d6a62e64d4a712ba156ec9bb2fd7f /auto | |
| parent | 60739f784279be1b5984060fc4f7aaaadd77a9b6 (diff) | |
| download | nginx-884d634db4f2f676de621ea270cd11a44b5b61c7.tar.gz nginx-884d634db4f2f676de621ea270cd11a44b5b61c7.tar.bz2 | |
document mail modules options
Diffstat (limited to 'auto')
| -rw-r--r-- | auto/options | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/auto/options b/auto/options index 4fe4dddff..25eb6fb5b 100644 --- a/auto/options +++ b/auto/options @@ -308,8 +308,11 @@ cat << END --without-http disable HTTP server - --with-mail enable IMAP4/POP3/SMTP proxy module + --with-mail enable POP3/IMAP4/SMTP proxy module --with-mail_ssl_module enable ngx_mail_ssl_module + --without-mail_pop3_module disable ngx_mail_pop3_module + --without-mail_imap_module disable ngx_mail_imap_module + --without-mail_smtp_module disable ngx_mail_smtp_module --add-module=PATH enable an external module |
