parent
8d558282cc
commit
54dfb5c450
|
@ -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';
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue