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
Hello! I've got an issue while trying to set up my usual mail clients.
iOS Mail client fails on account addition - after entering all the data and waiting for "Verifying...", client throws an error message, saying that username or password is incorrect. They are fine, I can log in with these through GMail client on the same device.
Error screenshot
I couldn't figure something meaningful out of the logs, attaching them here - maybe, you could solve this?
Btw, autoconfig doesn't work for Apple clients - both macOS and iOS clients require me to fill in mail server address manually. Could this be related to some mismatched protocol configuration that both parties can't agree on?
Running Mox v0.0.14 with properly configured domain pcho.la and iPadOS 18.3.1 on iPad Air 5 (2022).
The text was updated successfully, but these errors were encountered:
Hi @Myp3a!
The error message appears to be about the SMTP connection (looking at the logs). The IMAP connection authentication works, and the same username/password is valid for submission. The problem for SMTP is that apple is connecting to port 25, which is used for delivery between mail servers. They should be connecting to the submission ports (port 465 with TLS, or port 587 for plain text). A long time ago, port 25 was used by email clients for submission, but not any more. I don't know why apple mail is still trying to use port 25 by default, instead of at least trying port 465, or the various autoconfig options. They are developing apple mail actively, so I suspect it's a matter of priorities...
To configure apple mail clients, the mobileconfig files may be easier to use. You would go to the account web interface (follow the link in the top-right corner of the webmail), open an email address, and at the bottom of the page is a mobileconfig file and a QR code for getting the file to your iphone/ipad. On iOS, you can download that file to the Files app, then open it so the "profile" becomes visible in the Settings app, where you can add it as an account. See screenshot from the mox account interface.
Hope this helps. Perhaps adding a FAQ for configuring apple mail clients would be useful. I'm sure you're not the only one running into this.
Hello! I've got an issue while trying to set up my usual mail clients.
iOS Mail client fails on account addition - after entering all the data and waiting for "Verifying...", client throws an error message, saying that username or password is incorrect. They are fine, I can log in with these through GMail client on the same device.
Error screenshot
I couldn't figure something meaningful out of the logs, attaching them here - maybe, you could solve this?
Mox logs
Btw, autoconfig doesn't work for Apple clients - both macOS and iOS clients require me to fill in mail server address manually. Could this be related to some mismatched protocol configuration that both parties can't agree on?
Running Mox v0.0.14 with properly configured domain
pcho.la
and iPadOS 18.3.1 on iPad Air 5 (2022).The text was updated successfully, but these errors were encountered: