This commit modifies the nginx_modules_mail.desc roughly the same as the preceeding one modified nginx_modules_http.desc.
This commit adds description for the "ssl" module (see [1] in the previous commit). Signed-off-by: Zurab Kvachadze <zurabid2...@gmail.com> --- profiles/desc/nginx_modules_mail.desc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/profiles/desc/nginx_modules_mail.desc b/profiles/desc/nginx_modules_mail.desc index 930f57bc2480..7345af51ee28 100644 --- a/profiles/desc/nginx_modules_mail.desc +++ b/profiles/desc/nginx_modules_mail.desc @@ -1,9 +1,10 @@ -# Copyright 2010 Gentoo Foundation. +# Copyright 2010-2024 Gentoo Authors. # Distributed under the terms of the GNU General Public License v2 # This file contains descriptions of NGINX_MODULES_MAIL USE_EXPAND flags. # Keep it sorted. -imap - This module provides IMAP proxy capability. -pop3 - This module provides POP3 proxy capability. -smtp - This module provides SMTP proxy capability. +imap - Add support for proxying IMAP messages +pop3 - Add support for proxying POP3 messages +smtp - Add support for proxying SMTP messages +ssl - Add SSL/TLS protocol support to a mail proxy server (implicit TLS, STARTTLS, etc.) -- 2.44.2