Update u_e-autodiscover_config.md

Dieser Commit ist enthalten in:
Phoenix Eve Aspacio 2017-06-19 05:24:17 +08:00 committet von GitHub
Ursprung a20b27201a
Commit ac47a781f7

Datei anzeigen

@ -6,19 +6,6 @@ Open or create `data/web/inc/vars.local.inc.php` and paste the following code-bl
$config = array(
'useEASforOutlook' => 'no',
'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'
)
);
````