openbsd-ports/www/nginx/pkg/DESCR-mailproxy
jeremy 29d8530bda Update nginx to use new dynamic modules feature
Switch all extrnal modules to be dynamic modules, and update them to use the
latest versions.  Use separate subpackages for all dynamic modules, so you
can easily choose which nginx features you want without rebuilding nginx
with a specific combination of FLAVORs.

Switch all internal modules that can be built dynamically to use dynamic
modules.

Start building the image_filter, geoip, perl, and xlst modules as dynamic
modules.

This requires changes to your nginx configuration if you were previously
using a FLAVORed version of nginx, or using the mail or stream features.

OK robert@ (MAINTAINER)
positive feedback from william@ (MAINTAINER), landry@, sthen@
2016-11-04 22:13:43 +00:00

5 lines
244 B
Plaintext

The nginx mailproxy module enables the mail proxy features of nginx. It
allows for user redirection to IMAP/POP3/SMTP backends using an external
HTTP authentication server, including SSL/STARTTLS support and a range of
authentication methods.