From 966a9dac6b645cfd6e316cd80f30cba5c6d9d9d6 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 26 Apr 2020 16:04:19 +0200 Subject: [PATCH] Adjust some ports at files 'main_ipv4.conf.sample' and 'main_ipv6.conf.sample'. --- conf/main_ipv4.conf.sample | 4 ++-- conf/main_ipv6.conf.sample | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/main_ipv4.conf.sample b/conf/main_ipv4.conf.sample index 60de004..9e5a6c0 100644 --- a/conf/main_ipv4.conf.sample +++ b/conf/main_ipv4.conf.sample @@ -314,7 +314,7 @@ dovecot_auth_service=false # - Port listen for dovecot auth requests # - -dovecot_auth_port=44444 +dovecot_auth_port="$dovecot_external_auth_port" # - Client Network(s) allowed to connect to dovecot's auth service # - @@ -394,7 +394,7 @@ jitsi_udp_ports_out="$standard_http_ports,$standard_turn_service_ports,4443,4444 # - jitsi_dovecot_auth=false jitsi_dovecot_host="" -jitsi_dovecot_port="444444" +jitsi_dovecot_port="$default_jitsi_dovecout_auth_port" # - TURN Server (Stun Server) (for Nextcloud 'talk' app) diff --git a/conf/main_ipv6.conf.sample b/conf/main_ipv6.conf.sample index 4ce52be..53dae58 100644 --- a/conf/main_ipv6.conf.sample +++ b/conf/main_ipv6.conf.sample @@ -330,7 +330,7 @@ dovecot_auth_service=false # - Port listen for dovecot auth requests # - -dovecot_auth_port=44444 +dovecot_auth_port="$dovecot_external_auth_port" # - Client Network(s) allowed to connect to dovecot's auth service # - @@ -413,7 +413,7 @@ jitsi_udp_ports_out="$standard_http_ports,$standard_turn_service_ports,4443,4444 # - jitsi_dovecot_auth=false jitsi_dovecot_host="" -jitsi_dovecot_port="444444" +jitsi_dovecot_port="$default_jitsi_dovecout_auth_port" # - TURN Server (Stun Server) (for Nextcloud 'talk' app)