If you are configuring a domain on Office365 and the domain name server for that domain is running on BIND just add this records to the zone file. Just change "change.me" and "change-me" to yourdomain.us and youdomain-us change.me 3600s IN MX 0 change-me.mail.protection.outlook.com. change.me IN TXT "v=spf1 include:spf.protection.outlook.com -all" autodiscover.change.me IN CNAME autodiscover.outlook.com. msoid.change.me IN CNAME clientconfig.microsoftonline-p.net. _sip._tls.change.me IN SRV 100 1 443 sipdir.online.lync.com. _sipfederationtls._tcp.change.me IN SRV 100 1 5061 sipfed.online.lync.com. sip.change.me IN CNAME sipdir.online.lync.com. lyncdiscover.change.me IN CNAME webdir.online.lync.com. enterpriseregistration.change.me 1h IN CNAME enterpriseregistration.windows.net. enterpriseenrollment.change.me 1h IN CNAME enterpriseenrollment.manage.microsoft.com.
Mail client auto-configuration files for virtualmin The following auto-configure files works for virtual hosts with SSL enable for IMAP and TLS for SMTP Thunderbird auto-configuration XML <?xml version="1.0" encoding="UTF-8"?> <clientConfig version="1.1"> <emailProvider id="$SMTP_DOMAIN"> <domain>$SMTP_DOMAIN</domain> <displayName>$OWNER Email</displayName> <displayShortName>$OWNER</displayShortName> <incomingServer type="imap"> <hostname>$IMAP_HOST</hostname> <port>$IMAP_PORT</port> <socketType>$IMAP_TYPE</socketType> <authentication>$IMAP_ENC</authentication> <username>$SMTP_LOGIN</username> </incomingServer> <outgo...
Comentários