install_update_dovecot.sh: change port for dovecot auth service to '44444'.
This commit is contained in:
parent
e7785f3602
commit
c911111bbb
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user