git: faf12943ab65 - main - mail/exim: list AUTH_TLS in OPTIONS_GROUP_AUTH (+)

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Sat, 24 Jun 2023 18:01:04 UTC
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=faf12943ab65431502e89b301ce60ba243f668bc

commit faf12943ab65431502e89b301ce60ba243f668bc
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2023-06-24 17:59:46 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2023-06-24 18:00:51 +0000

    mail/exim: list AUTH_TLS in OPTIONS_GROUP_AUTH (+)
    
    PR:     271881
---
 mail/exim/options | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/mail/exim/options b/mail/exim/options
index b36b0cd9c411..d8da470bef74 100644
--- a/mail/exim/options
+++ b/mail/exim/options
@@ -62,7 +62,7 @@ OPTIONS_RADIO_SRSR=	SRS
 SRSR_DESC=	Sender Rewriting Scheme
 OPTIONS_RADIO=	TLS LS SRSR
 
-OPTIONS_GROUP_AUTH=	AUTH_CRAM_MD5 AUTH_DOVECOT AUTH_PLAINTEXT AUTH_RADIUS AUTH_SASL AUTH_SPA SASLAUTHD PAM PASSWD
+OPTIONS_GROUP_AUTH=	AUTH_CRAM_MD5 AUTH_DOVECOT AUTH_PLAINTEXT AUTH_RADIUS AUTH_SASL AUTH_SPA AUTH_TLS SASLAUTHD PAM PASSWD
 AUTH_DESC=	SMTP Authorization
 OPTIONS_GROUP_LOOKUP=	CDB BDB DNSDB DSEARCH LSEARCH MYSQL NIS OPENLDAP PGSQL REDIS SQLITE
 LOOKUP_DESC=	Lookup support
@@ -80,6 +80,7 @@ AUTH_PLAINTEXT_DESC=	Enable plaintext authentication
 AUTH_RADIUS_DESC=	Enable radius (RFC 2865) authentication
 AUTH_SASL_DESC=		Enable use of Cyrus SASL auth library
 AUTH_SPA_DESC=		Enable Secure Password Authentication
+AUTH_TLS_DESC=		Enable TLS client certificate authentication
 CERTNAMES_DESC=		Check certiticates ownership
 BDB_DESC=		Enable Berkeley DB lookups
 CDB_DESC=		Enable CDB-style lookups