mailcow-dockerized-docs/docs/autodiscover_config.md
2017-05-06 00:22:26 +02:00

5 Zeilen
302 B
Markdown

This disables ActiveSync in the autodiscover service for Outlook and configures it with IMAP and SMTP instead:
Open `data/web/autodiscover.php` and set `'useEASforOutlook' => 'yes'` to `'useEASforOutlook' => 'no'`.
To always use IMAP and SMTP instead of EAS, set `'autodiscoverType' => 'imap'`.