-
Notifications
You must be signed in to change notification settings - Fork 152
how can i use imap.mydomain.com as imap server #348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
i setup cname recored for imap.mydomain.com -> mail.mydomain.com, still not work, same error so was smtp.mydomain.com |
Mox currently assumes you want a single subdomain that's used for imap and smtp. By default, this is Mox will only fetch TLS certs for names it is explicitly configured for. If you configure Would you could try: Add The problem with all of the above is that autoconfiguration won't work properly. The autoconfiguration will return the ClientSettingsDomain for both imap and smtp. I'm curious about your use-case for having separate imap and smtp domains, and not having |
Because all the client tools I've seen default to using imap.domain and smtp.domain. :) Also, this makes us look more professional, like a big organization—lol. |
Can I suggest changing We could still split up the clientsettingdomains, but it doesn't sound essential to me. |
i dont want use mail.mydomain.com as imap server, when i use imap.mydomain.com in email client, it said connection faild, logs show
"requesting certificate" err="autotls: host not in allowlist: "imap.mydomain.com""
The text was updated successfully, but these errors were encountered: