Update u_e-autodiscover_config.md
Dieser Commit ist enthalten in:
Ursprung
a20b27201a
Commit
ac47a781f7
1 geänderte Dateien mit 0 neuen und 13 gelöschten Zeilen
|
@ -6,19 +6,6 @@ Open or create `data/web/inc/vars.local.inc.php` and paste the following code-bl
|
||||||
$config = array(
|
$config = array(
|
||||||
'useEASforOutlook' => 'no',
|
'useEASforOutlook' => 'no',
|
||||||
'autodiscoverType' => 'imap',
|
'autodiscoverType' => 'imap',
|
||||||
'imap' => array(
|
|
||||||
'server' => $mailcow_hostname,
|
|
||||||
'port' => '993',
|
|
||||||
'ssl' => 'on',
|
|
||||||
),
|
|
||||||
'smtp' => array(
|
|
||||||
'server' => $mailcow_hostname,
|
|
||||||
'port' => '465',
|
|
||||||
'ssl' => 'on'
|
|
||||||
),
|
|
||||||
'activesync' => array(
|
|
||||||
'url' => 'https://'.$mailcow_hostname.'/Microsoft-Server-ActiveSync'
|
|
||||||
)
|
|
||||||
);
|
);
|
||||||
````
|
````
|
||||||
|
|
||||||
|
|
Laden …
In neuem Issue referenzieren