From c911111bbb9c04d4ab7fe43720371c29a035963d Mon Sep 17 00:00:00 2001 From: Christoph Date: Sat, 25 Apr 2020 10:46:58 +0200 Subject: [PATCH] install_update_dovecot.sh: change port for dovecot auth service to '44444'. --- install_update_dovecot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_update_dovecot.sh b/install_update_dovecot.sh index 3abff36..7a7a738 100755 --- a/install_update_dovecot.sh +++ b/install_update_dovecot.sh @@ -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"