Changes

Jump to navigation Jump to search
2,396 bytes added ,  00:07, 14 July 2022
no edit summary
Line 89: Line 89:  
see bug https://bugs.koozali.org/show_bug.cgi?id=12100
 
see bug https://bugs.koozali.org/show_bug.cgi?id=12100
    +
 +
====DNS SRV Record alternate method====
 +
smtp
 +
_smtp._tcp    SRV 0 1 25 mail.example.com.
 +
smtps
 +
_smtps._tcp    SRV 0 1 465 mail.example.com.
 +
submission (not in use on SME)
 +
_submission._tcp    SRV 0 1 587 mail.example.com.
 +
imap
 +
_imap._tcp    SRV 0 1 143 imap.example.com.
 +
_imaps._tcp    SRV 0 1 993 imap.example.com.
 +
pop3
 +
_pop3._tcp    SRV 0 1 110 pop3.example.com.
 +
_pop3s._tcp    SRV 0 1 995 pop3.example.com.
 +
 +
 +
 +
====DNS CNAME Record ====
 +
having a CNAME for autodiscover pointing to your server could help but is not mandatory.
 +
 
====Server Side ====
 
====Server Side ====
 
you can list the available configuration with the following command :
 
you can list the available configuration with the following command :
Line 131: Line 151:  
{{ #smechangelog: {{#var:smecontribname}} }}
 
{{ #smechangelog: {{#var:smecontribname}} }}
    +
===Sources===
 +
* https://docs.microsoft.com/en-us/previous-versions/office/exchange-server-2007-technical-articles/bb332063(v=exchg.80)?redirectedfrom=MSDN#SupportedScenariosConnecting
 +
* https://docs.microsoft.com/en-us/exchange/client-developer/exchange-web-services/autodiscover-for-exchange#options-for-using-autodiscover
 +
* https://docs.microsoft.com/en-us/exchange/client-developer/web-service-reference/soap-autodiscover-web-service-reference-for-exchange?redirectedfrom=MSDN
 +
* https://docs.microsoft.com/en-us/openspecs/exchange_server_protocols/ms-oxdscli/48d23e06-f884-44b5-993e-75b7a115827c
 +
* https://support.microsoft.com/en-us/topic/outlook-2016-implementation-of-autodiscover-0d7b2709-958a-7249-1c87-434d257b9087
 +
* https://admx.help/HKCU/software/policies/microsoft/office/16.0/outlook/setup
 +
* https://www.howto-outlook.com/howto/autodiscoverconfiguration.htm
 +
* https://github.com/mailcow/mailcow-dockerized/blob/master/data/web/autodiscover-json.php
 +
* https://github.com/mailcow/mailcow-dockerized/blob/master/data/web/inc/vars.inc.php
 +
* https://forum.virtualmin.com/t/autodiscover-mail-settings-outlook/108570
 +
* https://github.com/mailcow/mailcow-dockerized/issues/615 (trouble with Outlook 2016)
 +
* https://github.com/mailcow/mailcow-dockerized/blob/master/data/web/autodiscover.php
 +
* https://github.com/gronke/email-autodiscover/blob/master/mail/autodiscover.xml
 +
* https://mcmilk.de/projects/autoconfig/ (MS TB and Apple)
 +
 +
about new json file
 +
* https://blog.icewolf.ch/archive/2020/12/09/autodiscover-v2-json-requests.aspx (TODO create this file)
 +
* https://github.com/mailcow/mailcow-dockerized/blob/master/data/web/autodiscover-json.php
 +
* https://www.msxfaq.de/exchange/autodiscover/autodiscover_v2.htm
 +
* https://github.com/gronke/email-autodiscover/blob/master/settings.json.sample
 +
* https://github.com/mailcow/mailcow-dockerized/pull/636
    
<!-- list of category you want to see this page in -->
 
<!-- list of category you want to see this page in -->
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,250

edits

Navigation menu