Maddy: Difference between revisions

imported>Onny
Add notes about DKIM record
imported>Onny
Better description of autodiscover DNS record
Line 137: Line 137:
</nowiki>}}
</nowiki>}}


You need DNS SRV-record on <code>example.org</code> to get Outlook and Thunderbird working:
You need DNS SRV-record called <code>_autodiscover._tcp.example.org</code> on <code>example.org</code> to get Outlook and Thunderbird working:


<code>
<syntaxhighlight lang="console">
_autodiscover._tcp IN SRV 0 0 443 autoconfig.example.org.
# dig SRV _autodiscover._tcp.example.org
</code>
;; ANSWER SECTION:
_autodiscover._tcp.example.org 3600 IN SRV 0 0 443 autoconfig.example.org
</syntaxhighlight>


Of course autoconfig.example.org domain should point to your server running the service.
Of course autoconfig.example.org domain should point to your server running the SSL enabled web service.


[[Category:Mail Server]]
[[Category:Mail Server]]