# HG changeset patch # User Igor Sysoev # Date 1190391257 0 # Node ID d23d9b5969e7c2f9b29209d3cda1f83dde113972 # Parent 5a009e1f33bbd5246a177c506270752c9f9f6763 document mail modules options diff --git a/auto/options b/auto/options --- 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