Closed
Bug 930729
Opened 12 years ago
Closed 10 years ago
change pref("mailnews.auto_config_url", "https://live.mozillamessaging.com/autoconfig/v1.1/ ");
Categories
(Thunderbird :: General, defect)
Thunderbird
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: Usul, Assigned: Usul)
References
Details
Attachments
(1 file)
to the new url in thunderbird.net
Attachment #821945 -
Flags: review?(mbanner)
| Assignee | ||
Updated•12 years ago
|
Status: NEW → ASSIGNED
Comment 1•12 years ago
|
||
Is there some background as to why this is changing, and what happens to support for the old url for the previous versions of TB?
Also, does it really make sense to move these to thunderbird.net, when b2g is considering using them as well?
| Assignee | ||
Comment 2•12 years ago
|
||
(In reply to Mark Banner (:standard8) from comment #1)
> Is there some background as to why this is changing, and what happens to
> support for the old url for the previous versions of TB?
Nothing imortant or urgent. Just saves a redirect - and ssl mistmacth that could happen.
It doesn't change - not plans I know of to remove these.
> Also, does it really make sense to move these to thunderbird.net, when b2g
> is considering using them as well?
???
Just trying to clean things up nothing more. You should ask :asuth for the later.
Comment 3•12 years ago
|
||
Comment on attachment 821945 [details]
patchtbmomo.txt
So I remember now, generally we had everything behind live so that we could be flexible with updating urls in the future, not only that, for instance, at the moment we could drop autoconfig.thunderbird.net without issue and live would be all we keep up to date.
Given that Gaia is interested in using this as well, I think we should wait until those discussions are resolved before we start using thunderbird specific urls.
Attachment #821945 -
Flags: review?(mbanner) → feedback?(gozer)
Comment 4•12 years ago
|
||
Comment on attachment 821945 [details]
patchtbmomo.txt
One suggestion for slightly prettier URL, using:
pref("mailnews.mx_service_url", "https://mx.thunderbird.net/domain/");
Instead. It works as well and is a shorter URL as well.
Attachment #821945 -
Flags: feedback?(gozer) → feedback+
Comment 5•12 years ago
|
||
But, me, personally, I still feel that keeping all in-product URLs tied to a single site is still a good idea.
So, these could be changed with s/live.mozillamessaging.com/live.thunderbird.net/ as a starting point.
The issue is that once a URL is baked-in, we have to support its existence more or less forever.
-pref("mailnews.auto_config_url", "https://live.mozillamessaging.com/autoconfig/v1.1/");
+pref("mailnews.auto_config_url", "https://live.thunderbird.net/autoconfig/v1.1/");
// Added in bug 551519. Remove when bug 545866 is fixed.
-pref("mailnews.mx_service_url", "https://live.mozillamessaging.com/dns/mx/");
+pref("mailnews.mx_service_url", "https://live.thunderbird.net/dns/mx/");
Comment 6•12 years ago
|
||
Ok, given comment 5, I suggest we hold back until we are sure what Gaia is going to do, there's no significant value in moving to another set of urls at this stage, especially if we do want to move for Gaia.
| Assignee | ||
Updated•12 years ago
|
Flags: needinfo?(bugmail)
Comment 7•12 years ago
|
||
We haven't updated gaia's e-mail app yet. The bug on that is bug 907524. For the foreseeable future we will continue to use the Thunderbird ISP database.
The redirect slows us down, so as long as there's a redirect, we should definitely change.
Having said that, unless our branding plans include calling the gaia e-mail app Thunderbird at some point, "mozillamessaging" seems slightly more explanatory than "thunderbird" from gaia's perspective. (And www.thunderbird.net does nothing, but www.mozillamessaging.com does something. So thunderbird.net seems sketchier.)
I'm switching the needinfo over to the product manager for the Productivity Team, Adam Rogers, who coincidentally is thus the product manager for the Gaia e-mail app, and who is responsible for stopping all bucks.
Flags: needinfo?(bugmail) → needinfo?(arogers)
See Also: → 907524
Comment 8•12 years ago
|
||
There is no plan to brand the email application on FirefoxOS at all, meaning that "mozillamessaging" is somewhat more appropriate than "thunderbird". The latter has no connection to FxOS and as Andrew says, may seem sketchier.
Flags: needinfo?(arogers)
Comment 9•12 years ago
|
||
It looks like we're going to be increasing the importance of the ISPDB for the Gaia Email app, and as part of that I would like to address the meta-issue raised here.
The main issue is that thunderbird.net looks super sketchy for various reasons:
- doesn't have the word mozilla in it
- does not respond to http/https requests, they just hang indefinitely
- has no reverse DNS entry, although at least the NXDOMAIN gets told to us by ns1.mozilla.com
The mozillamessaging.com redirects to that domain are a high price to pay to make it more clear what is actually going on.
How about something like maildb.mozilla.org or mailconfigdb.mozilla.org? ISPDB implies other things.
Comment 10•12 years ago
|
||
mailconfigdb.mozilla.org sounds good to me. or simply mailconfig.mozilla.org
| Assignee | ||
Comment 11•11 years ago
|
||
(In reply to Andrew Sutherland [:asuth] from comment #9)
> How about something like maildb.mozilla.org or mailconfigdb.mozilla.org?
> ISPDB implies other things.
So how about you get that ball rolling ?
Flags: needinfo?(bugmail)
Comment 12•11 years ago
|
||
The motivating factor for comment 9 (where I said "It looks like we're going to be increasing the importance of the ISPDB for the Gaia Email app") was thankfully mooted not too long after by bug 874346 comment 59. And I parallelized the Gaia Email app's autoconfig implementation in bug 1059100 when we added xoauth2 support. So right now gaia doesn't need any changes to the ISPDB, so the status quo probably seems fine for Gaia for now. Accordingly Thunderbird might as well make the preference change (but leave the live.mozillamessaging.com URLs around forever :).
Flags: needinfo?(bugmail)
| Assignee | ||
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•