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
Then I downloaded the source code, compiled it and replaced the executable, only it (!), with the freshly compiled one. Restarted mox and nginx.
And I open webmail at my_email.m_domain.com and it returns "404 not found". Restarted nginx, mox -- to no avail.
No errors in the logs of mox.
IMAP, on desktop, did work properly. And webmail via port redirection too:
ssh -L <.....>
Then I restore the original executable, 0.0.11 and it, webmail, at my_email.m_domain.com has begun to work again.
What's the matter?
The text was updated successfully, but these errors were encountered:
The v0.0.12 release has some changes around serving the webmail/account/admin interfaces. See https://github.com/mjl-/mox/releases/tag/v0.0.12 and in particular this commit message that explains it in more detail: 614576e.
It sounds like you could be helped by setting my_email.m_domain.com as the "client settings domain" for your domain m_domain.com (and similar if you have more domains). That should make the webmail available again.
You can also add additional webserver routes/handlers for the internal servers, to make them available at more domains/paths.
Since the format of the config has been changed, how's one supposed to upgrade mox properly? An executable is upgraded by compilation and replacement of the original one.
How about mox.conf and domains.conf which are subject to change ocassionally too? Manually? By generating new mox.conf and domains.conf in /tmp, identifying the changes, if any, and then incorporating the changes into the original ones?
I run this:
Then I downloaded the source code, compiled it and replaced the executable, only it (!), with the freshly compiled one. Restarted mox and nginx.
And I open webmail at
my_email.m_domain.com
and it returns "404 not found". Restarted nginx, mox -- to no avail.No errors in the logs of mox.
IMAP, on desktop, did work properly. And webmail via port redirection too:
Then I restore the original executable, 0.0.11 and it, webmail, at
my_email.m_domain.com
has begun to work again.What's the matter?
The text was updated successfully, but these errors were encountered: