Open lekr74 opened 10 months ago
Hi @lekr74
This is a good request, and maybe the simplest way wound indeed be to specify the port like you did.
That said I am not sure this is needed anyway, as you can see the ports are already there: https://github.com/wdes/mail-autodiscover-autoconfig/blob/main/templates/xml/autodiscover.xml.tera
I would advise you to debug to be sure the request hits the server, and if yes on what path. Microsoft Outlook was the one that does not want to work correctly in my tests. It only wants to understand active sync, but using the old mode it should work.
IIRC, this is the config you may neeed:
ROCKET_PROFILE: debug
Maybe I missed something, or you did in your DNS. Outlook is complicated, but let me know what you can find out. See: https://www.howto-outlook.com/howto/autodiscoverconfiguration.htm
Hello,
I deployed your container, and it’s working great for both iOS and thunderbird. In the meantime I have an issue with outlook (the old way to configure via Control Panel) : It does detect that it’s an IMAP server, but fails to configure it properly (port and authentication) for IMAp and SMTP. So, is there a way to specify ports for both protocols, and that the submission server needs authentication ? I tried adding port to the server details on the compose file, but it doesn’t seems to change anything Here's my compose file :
Thanks in advance