@@ -1,6 +1,7 @@
<?php
require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/vars.inc.php';
$default_autodiscover_config = $autodiscover_config;
+unset($https_port);
if (file_exists($_SERVER['DOCUMENT_ROOT'] . '/inc/vars.local.inc.php')) {
include_once $_SERVER['DOCUMENT_ROOT'] . '/inc/vars.local.inc.php';
}
@@ -68,7 +68,6 @@ $autodiscover_config = array(
'port' => $https_port,
),
);
-unset($https_port);
// If false, we will use DEFAULT_LANG
// Uses HTTP_ACCEPT_LANGUAGE header
@@ -164,7 +164,7 @@ services:
- sogo
dovecot-mailcow:
- image: mailcow/dovecot:1.61
+ image: mailcow/dovecot:1.62
build: ./data/Dockerfiles/dovecot
cap_add:
- NET_BIND_SERVICE