2
0
Эх сурвалжийг харах

[Web] Unset https_port after vars local inc
[Compose] New Dovecot image

andryyy 6 жил өмнө
parent
commit
54dfb5c450

+ 1 - 0
data/web/inc/prerequisites.inc.php

@@ -1,6 +1,7 @@
 <?php
 <?php
 require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/vars.inc.php';
 require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/vars.inc.php';
 $default_autodiscover_config = $autodiscover_config;
 $default_autodiscover_config = $autodiscover_config;
+unset($https_port);
 if (file_exists($_SERVER['DOCUMENT_ROOT'] . '/inc/vars.local.inc.php')) {
 if (file_exists($_SERVER['DOCUMENT_ROOT'] . '/inc/vars.local.inc.php')) {
   include_once $_SERVER['DOCUMENT_ROOT'] . '/inc/vars.local.inc.php';
   include_once $_SERVER['DOCUMENT_ROOT'] . '/inc/vars.local.inc.php';
 }
 }

+ 0 - 1
data/web/inc/vars.inc.php

@@ -68,7 +68,6 @@ $autodiscover_config = array(
     'port' => $https_port,
     'port' => $https_port,
   ),
   ),
 );
 );
-unset($https_port);
 
 
 // If false, we will use DEFAULT_LANG
 // If false, we will use DEFAULT_LANG
 // Uses HTTP_ACCEPT_LANGUAGE header
 // Uses HTTP_ACCEPT_LANGUAGE header

+ 1 - 1
docker-compose.yml

@@ -164,7 +164,7 @@ services:
             - sogo
             - sogo
 
 
     dovecot-mailcow:
     dovecot-mailcow:
-      image: mailcow/dovecot:1.61
+      image: mailcow/dovecot:1.62
       build: ./data/Dockerfiles/dovecot
       build: ./data/Dockerfiles/dovecot
       cap_add:
       cap_add:
         - NET_BIND_SERVICE
         - NET_BIND_SERVICE