diff --git a/docs/u_e-autodiscover_config.md b/docs/u_e-autodiscover_config.md index 318eb53af..fe0c434d3 100644 --- a/docs/u_e-autodiscover_config.md +++ b/docs/u_e-autodiscover_config.md @@ -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' - ) ); ````