jitsi-auth-dovecot.sh: dovecot authentication must explicit enabled.
This commit is contained in:
parent
4872a81881
commit
2b196f530c
@ -599,6 +599,8 @@ else
|
|||||||
|
|
||||||
if $_found && echo "$_line" | grep -i -q -E "^\s*authentication\s+=\s+" 2> /dev/null ; then
|
if $_found && echo "$_line" | grep -i -q -E "^\s*authentication\s+=\s+" 2> /dev/null ; then
|
||||||
cat <<EOF >> ${LOCK_DIR}/${FQHN_HOSTNAME}.cfg.lua
|
cat <<EOF >> ${LOCK_DIR}/${FQHN_HOSTNAME}.cfg.lua
|
||||||
|
enabled = true
|
||||||
|
allow_registration = false
|
||||||
authentication = "dovecot"
|
authentication = "dovecot"
|
||||||
dovecot_auth_host = "${DOVECOT_HOSTNAME}"
|
dovecot_auth_host = "${DOVECOT_HOSTNAME}"
|
||||||
dovecot_auth_port = "${DOVECOT_AUTH_PORT}"
|
dovecot_auth_port = "${DOVECOT_AUTH_PORT}"
|
||||||
|
Loading…
Reference in New Issue
Block a user