From d27cd138a306c1acc6994fed09c97b86804b4cdf Mon Sep 17 00:00:00 2001 From: Jocelyn Le Sage Date: Sun, 26 Feb 2023 22:48:00 -0500 Subject: [PATCH] Added mail module. --- src/openresty/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/openresty/build.sh b/src/openresty/build.sh index e9746d4..fcc4952 100755 --- a/src/openresty/build.sh +++ b/src/openresty/build.sh @@ -159,6 +159,8 @@ log "Configuring OpenResty..." --with-http_degradation_module \ --with-http_slice_module \ --with-http_stub_status_module \ + --with-mail \ + --with-mail_ssl_module \ --with-stream \ --with-stream_ssl_module \ --with-stream_realip_module \