You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :
version: "3"services:
mail-autodiscover-autoconfig:
image: wdes/mail-autodiscover-autoconfig:latestmem_limit: 120Mmem_reservation: 50Mrestart: on-failure:40ports:
- 8088:80environment:
ROCKET_PROFILE: productionROCKET_ADDRESS: 0.0.0.0ROCKET_PORT: "80"# https://www.uuidgenerator.net/# Re-generate the two UUIDs belowAPPLE_MAIL_UUID: 6761f511-ffd8-4c01-bf1e-1563182044caAPPLE_PROFILE_UUID: 856ac4fe-af7f-4290-802f-975e9df962fa# CUSTOM_DOMAINS: foo.tld# (optional: CUSTOM_DOMAINS) List of domains that will use {imap,pop,smtp}.domain.tld instead of the hosts belowIMAP_HOSTNAME: mail.domain.fr:993POP_HOSTNAME: mail.domain.frSMTP_HOSTNAME: mail.domain.fr:465networks: {}
Thanks in advance
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: