From 5f9645bbaa1bc6a777e48ed9cb3261e79acf646f Mon Sep 17 00:00:00 2001 From: Phoenix Eve Aspacio Date: Mon, 19 Jun 2017 05:10:25 +0800 Subject: [PATCH] Update u_e-autodiscover_config.md --- docs/u_e-autodiscover_config.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/u_e-autodiscover_config.md b/docs/u_e-autodiscover_config.md index 5ba070522..318eb53af 100644 --- a/docs/u_e-autodiscover_config.md +++ b/docs/u_e-autodiscover_config.md @@ -4,8 +4,8 @@ Open or create `data/web/inc/vars.local.inc.php` and paste the following code-bl > Note: don't forget to add the ` 'yes', - 'autodiscoverType' => 'activesync', + 'useEASforOutlook' => 'no', + 'autodiscoverType' => 'imap', 'imap' => array( 'server' => $mailcow_hostname, 'port' => '993', @@ -21,6 +21,7 @@ $config = array( ) ); ```` -Then set `'useEASforOutlook' => 'yes'` to `'useEASforOutlook' => 'no'`. + +Tell Outlook clients to use SMTP and IMAP `'useEASforOutlook' => 'yes'` to `'useEASforOutlook' => 'no'`. To always use IMAP and SMTP instead of EAS, set `'autodiscoverType' => 'imap'`.