hi, few days ago everything wokrs, I just updated 2 days ago my all instances and I see now autodiscovery don’t work on iOS … on thunderbird works also on nextcloud… very strange…
my domain is ftdl.pl everything is configured
# dig +short -t srv _autodiscover._tcp.ftdl.pl
1 1 443 poczta.wolny.cloud.
# curl -u "test@ftdl.pl:testtest" -k -X POST -d @/tmp/eas.xml https://autodicover.ftdl.pl/autodiscover/autodiscover.xml
<?xml version="1.0" encoding="utf-8" ?>
<Autodiscover xmlns="http://schemas.microsoft.com/exchange/autodiscover/responseschema/2006">
<Response xmlns="http://schemas.microsoft.com/exchange/autodiscover/mobilesync/responseschema/2006">
<Culture>en:en</Culture>
<User>
<DisplayName>Test</DisplayName>
<EMailAddress>test@ftdl.pl</EMailAddress>
</User>
<Action>
<Settings>
<Server>
<Type>MobileSync</Type>
<Url>https://poczta.wolny.cloud/Microsoft-Server-ActiveSync</Url>
<Name>https://poczta.wolny.cloud/Microsoft-Server-ActiveSync</Name>
</Server>
</Settings>
</Action>
</Response>
</Autodiscover>
# curl -u "test@ftdl.pl:testtest" -k -X POST -d @/tmp/outlook.xml https://autodiscover.ftdl.pl/autodiscover/autodiscover.xml
<?xml version="1.0" encoding="utf-8" ?>
<Autodiscover xmlns="http://schemas.microsoft.com/exchange/autodiscover/responseschema/2006">
<Response xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a">
<User>
<DisplayName>Test</DisplayName>
</User>
<Account>
<AccountType>email</AccountType>
<Action>settings</Action>
<Protocol>
<Type>IMAP</Type>
<Server>poczta.wolny.cloud</Server>
<Port>993</Port>
<DomainRequired>off</DomainRequired>
<LoginName>test@ftdl.pl</LoginName>
<SPA>off</SPA>
<SSL>on</SSL>
<AuthRequired>on</AuthRequired>
</Protocol>
<Protocol>
<Type>SMTP</Type>
<Server>poczta.wolny.cloud</Server>
<Port>465</Port>
<DomainRequired>off</DomainRequired>
<LoginName>test@ftdl.pl</LoginName>
<SPA>off</SPA>
<SSL>on</SSL>
<AuthRequired>on</AuthRequired>
<UsePOPAuth>on</UsePOPAuth>
<SMTPLast>off</SMTPLast>
</Protocol>
<Protocol>
<Type>CalDAV</Type>
<Server>https://poczta.wolny.cloud/SOGo/dav/test@ftdl.pl/</Server>
<DomainRequired>off</DomainRequired>
<LoginName>test@ftdl.pl</LoginName>
</Protocol>
<Protocol>
<Type>CardDAV</Type>
<Server>https://poczta.wolny.cloud/SOGo/dav/test@ftdl.pl/</Server>
<DomainRequired>off</DomainRequired>
<LoginName>test@ftdl.pl</LoginName>
</Protocol>
</Account>
</Response>
</Autodiscover>