1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-05-16 04:21:48 +00:00

Merge pull request #6980 from bluewalk/feat/issue-6489

Configurable displayName(s) - Fixes issue #6489
This commit is contained in:
FreddleSpl0it
2026-01-27 08:02:20 +01:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -33,6 +33,8 @@ if ($https_port === FALSE) {
//$https_port = 1234;
// Other settings =>
$autodiscover_config = array(
'displayName' => 'A mailcow mail server',
'displayShortName' => 'mail server',
// General autodiscover service type: "activesync" or "imap"
// emClient uses autodiscover, but does not support ActiveSync. mailcow excludes emClient from ActiveSync.
// With SOGo disabled, the type will always fallback to imap. CalDAV and CardDAV will be excluded, too.