jitsi-auth-dovecot.sh: dovecot authentication must explicit enabled.

This commit is contained in:
Christoph 2024-03-26 01:42:17 +01:00
parent 4872a81881
commit 2b196f530c

View File

@ -599,6 +599,8 @@ else
if $_found && echo "$_line" | grep -i -q -E "^\s*authentication\s+=\s+" 2> /dev/null ; then
cat <<EOF >> ${LOCK_DIR}/${FQHN_HOSTNAME}.cfg.lua
enabled = true
allow_registration = false
authentication = "dovecot"
dovecot_auth_host = "${DOVECOT_HOSTNAME}"
dovecot_auth_port = "${DOVECOT_AUTH_PORT}"