install_update_dovecot.sh: change port for dovecot auth service to '44444'.

This commit is contained in:
Christoph 2020-04-25 10:46:58 +02:00
parent e7785f3602
commit c911111bbb

View File

@ -166,7 +166,7 @@ fi
if $xmpp_listener ; then
[[ -n "$xmpp_listener_address" ]] || xmpp_listener_address="127.0.0.1"
[[ -n "$xmpp_listener_port" ]] || xmpp_listener_port="4444"
[[ -n "$xmpp_listener_port" ]] || xmpp_listener_port="44444"
fi
[[ -n "$dbname" ]] || dbname="postfix"