| Summary: | =www-servers/nginx-0.7*: imap use flag invalid, configure switch replaced by generic --with-mail | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Vasiliy Tolstov <v.tolstov> |
| Component: | New packages | Assignee: | Konstantin Arkhipov (RETIRED) <voxus> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | enhancement | CC: | djc, gef.kornflakes |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | Patch against nginx-0.8.29.ebuild to add POP3/IMAP4/SMTP proxy module support | ||
|
Description
Vasiliy Tolstov
2009-03-03 13:30:41 UTC
Good catch. I'm in favor of deprecating the IMAP flag since pop3 and smtp also is in the mix. Created attachment 213433 [details, diff]
Patch against nginx-0.8.29.ebuild to add POP3/IMAP4/SMTP proxy module support
This patch drops "imap" USE-flag and adds following USE-flags :
mail-proxy: enable POP3/IMAP4/SMTP proxy module (ngx_mail_*)
mail-proxy-ssl: enable SSL/TLS support for POP3/IMAP4/SMTP (ngx_mail_ssl_module)
./configure has a few more switches to disable certain protocoles:
--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
but i didn't had flags to disable these modules.
Feedback appreciated.
[btw, nginx-0.8.30 is out, hence the name of this patch!]
Bug 210086 has a better patch for this. *** This bug has been marked as a duplicate of bug 210086 *** |