From d22d8a70b500bf845a7e1039c9b1c3bf9c0e27c9 Mon Sep 17 00:00:00 2001 From: Christoph Date: Mon, 30 Mar 2026 02:32:58 +0200 Subject: [PATCH] itsi-auth-dovecot.sh: dfault authenticazion is now 'jitsi-anonymous'. --- jitsi-auth-dovecot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jitsi-auth-dovecot.sh b/jitsi-auth-dovecot.sh index 2c85bf3..3468dde 100755 --- a/jitsi-auth-dovecot.sh +++ b/jitsi-auth-dovecot.sh @@ -295,7 +295,7 @@ while IFS='' read -r _line || [[ -n $_line ]] ; do done < "/etc/prosody/conf.avail/${FQHN_HOSTNAME}.cfg.lua" -if [[ "$_auth" != "anonymous" ]] && [[ "$_auth" != "dovecot" ]]; then +if [[ "$_auth" != "jitsi-anonymous" ]] && [[ "$_auth" != "anonymous" ]] && [[ "$_auth" != "dovecot" ]]; then fatal "Another Authentication Module is running on this domain. Please uninstall it first." fi