Closed
Bug 649185
Opened 14 years ago
Closed 9 years ago
[config] Add new file for qwest.com
Categories
(Webtools :: ISPDB Database Entries, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rolandtanglao, Assigned: rt.echo4)
References
()
Details
(Whiteboard: [config])
Attachments
(8 files)
Qwest moved from using Microsoft's Live servers to their own servers at q.com for their email:
http://getsatisfaction.com/mozilla_messaging/topics/tb_unable_to_create_new_account_for_q_com_via_myqwest_com_webpage#reply_5225709
If qwest email users are currently using live.com on Thunderbird, they may have to delete their POP and SMTP passwords in Thunderbird to get them to work with the new q.com servers
Reporter | ||
Comment 2•14 years ago
|
||
Ludo: I will set the review flags once I figure out what the authentication setting should be.
Reporter | ||
Updated•14 years ago
|
Reporter | ||
Comment 3•14 years ago
|
||
these settings were confirmed by q.com users here:
http://getsatisfaction.com/mozilla_messaging/topics/tb_unable_to_create_new_account_for_q_com_via_myqwest_com_webpage#reply_5319069
Attachment #526802 -
Flags: review?(bwinton)
Comment 4•14 years ago
|
||
Comment on attachment 526802 [details]
revised q.com aka qwest.com ispdb to be password-cleartext
It all looks reasonable to me. Ben? Want to run some tests on it?
Thanks,
Blake.
Attachment #526802 -
Flags: review?(ben.bucksch)
Comment 5•14 years ago
|
||
Comment on attachment 526802 [details]
revised q.com aka qwest.com ispdb to be password-cleartext
(Apparently I don't know the difference between ? and +… ;)
Attachment #526802 -
Flags: review?(bwinton) → review+
Comment 6•13 years ago
|
||
Comment on attachment 526802 [details]
revised q.com aka qwest.com ispdb to be password-cleartext
> <displayShortName>qwest.com
Should be "Qwest"
> <emailProvider id="q.com">
should be id="qwest.com" (should be the primary address of the company, not necessarily the customer email domain)
> <domain>q.com</domain>
There are no customer email addresses on @qwest.com?
Updated•13 years ago
|
Whiteboard: [config]
Updated•13 years ago
|
Attachment #526802 -
Flags: review?(ben.bucksch) → review-
Updated•12 years ago
|
Component: ispdb → ISPDB Database Entries
Product: Mozilla Messaging → Webtools
qwest.com and q.com redirects to CenturyLink.com
How to set up your email to go through POP3 and SMTP
(We don't support IMAP. We're providing the IMAP settings here for self-help only.)
http://www.centurylink.com/help/index.php?assetid=239
Email server settings
We primarily support 6 email domains. For settings and how-to instructions, click on the domain that matches your email address.
Centurylink.net
Elpasotel.net
Embarqmail.com
Q.com
Qwest.net
Qwestoffice.net
Others
centurytel.net
clds.net
coastalnow.net
cochill.net
cswnet.com
emadisonriver.com
emadisonriver.net
gallatinriver.net
grics.net
gulftel.com
madisonriver.biz
mebtel.net
Comment 8•9 years ago
|
||
DNS mx-entry-wise (via "dig -t mx DOMAIN.TLD"), I come up with three sets of forwarded-to domains from the ISPDB's perspective:
- (mx.quartz.)synacor.com: q.com
- (mx*).qwest.net: qwest.net
- (mx*).qwestoffice.com: qwestoffice.net
- (mx.)centurylink.net: all domains but the ones above. (Specifically, everything under "others" plus centurylink.net itself obvious, elpasotel.net, and embarqmail.com).
Unfortunately, from the page you linked, centurylink.net seems to have different server settings (pop.centurylink.net) than those that just use its MX (pop.centurytel.net). And these do appear to be different servers with different valid certificates. See:
https://sslanalyzer.comodoca.com/?url=pop.centurylink.net%3A995
https://sslanalyzer.comodoca.com/?url=pop.centurytel.net%3A995
Interestingly, pop.centurytel.net does have a valid cert for all of the {mail,pop,pop3} prefixes for the domains it servers. I don't think we should leverage that, however.
In any event, I think my take-away is that we should use explicit <domain> entries rather than relying on MX lookup for these domains because of the collision on the MX for centurylink.net.
Assignee | ||
Comment 10•9 years ago
|
||
Assignee | ||
Comment 11•9 years ago
|
||
Assignee | ||
Comment 12•9 years ago
|
||
Assignee | ||
Comment 13•9 years ago
|
||
Assignee | ||
Comment 14•9 years ago
|
||
Assignee | ||
Comment 15•9 years ago
|
||
centurylink.net.xml
* Centurylink.net
* Embarqmail.com
elpasotel.net.xml
* Elpasotel.net
q.com.xml
* Q.com
qwest.net.xml
* Qwest.net
qwestoffice.net.xml
* Qwestoffice.net
centurytel.net.xml
* centurytel.net
* clds.net
* coastalnow.net
* cochill.net
* cswnet.com
* emadisonriver.com
* emadisonriver.net
* gallatinriver.net
* grics.net
* gulftel.com
* madisonriver.biz
* mebtel.net
Comment 16•9 years ago
|
||
(In reply to chief_uk_2613 from comment #13)
> Created attachment 8725933 [details]
> qwest.net.xml
Not adding this one because it uses <socketType>plain</socketType> and TLS doesn't seem to be an option.
(In reply to chief_uk_2613 from comment #14)
> Created attachment 8725934 [details]
> qwestoffice.net.xml
Similar deal here, not adding. Docs say not to use TLS, and although there is a server offering TLS on port 995, the certs are bad.
E q.com
E centurytel.net
E centurylink.net
E elpasotel.net
Updated to revision 150392.
Assignee: rtanglao → chief_uk_2613
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Comment 17•9 years ago
|
||
Hey asuth and chief,
to make maintenance and consistency easier, I had been trying hard to keep only one file per ISP. For all ISPs - with very few exceptions - that worked. Of course they never document that (the ISP will always publish configs where server hostnames match email domains), but normally the same server works for all brands of the ISP. Could you please check whether that's the case here and unify the files into one config with several domains?
Comment 18•9 years ago
|
||
Ben, please see comment 8 where I looked into the MX entries and domains, etc. There does seem to be different server infra in place which ruled out having a single entry or depending on MX lookups. If you can provide patches to help clean things up, that's great.
As a meta thing: This seems a bit like a "perfect is the enemy of the good" scenario. With the Gaia Mail app de facto cancelled, Thunderbird's continued autoconfig-MITM-able-ness, and most of the backlog of servers being sucky for anyone who has to use them, I'm a bit personally burnt out on the ISPDB right now. Since the backlog of unprocessed bugs is embarrassing and chief has been doing a great job of trying to help clear them out, I've been trying to help get them cleared out while maybe helping chief gain experience to eventually take over or what not. In general having the XML files parallel the official documentation is pretty handy for minimizing review burden. (Also, I've screwed up in cases where I tried to be clever and unify files that could not actually be unified, and that was after it took a while to unify them.)
Ben, if you would like to resume actively reviewing, that would be awesome, because I'd be happy to stop for a while. If you're not able to do so, I don't think it's really fair to increase the burden for those who are doing the work unless it's leading to incorrect configurations. Note that this is just my overwhelmed perspective; chief seemed very happy to try and help do advocacy things when you stepped in to mention them. I'm not being a great reviewer or mentor-type person at this time, but unfortunately I think I'm the only one available right now. (And again if that's not the case and you are available, that would be awesome. You clearly have more passion and vision for the ISPDB than I, but at least it seemed until recently you lacked the time.)
Comment 19•9 years ago
|
||
Hey asuth, sorry, I had not seen your comment 8.
Sorry for coming over as wise-arse.
I understand you being burnt out. It is a big burden, and you have more important things to do (UI design, dev). I understand. I'm not able to do ISPDB reviews at this time, no, for the same reason.
In case this helps, gozer had a script (written by bwinton and gozer) running on the server that told us ISPDB reviewers the top 10 hits and top 20 misses in the ISPDB. I was prioritizing those, both in addition and corrections. Most other configs, I'd just ignore or reject. If you find that approach helpful, you could ask gozer to re-enable that script. I'd like the emails, too.
I had stopped maintaining the ISPDB when Mozilla had cut me off from these top hit/miss emails.
You need to log in
before you can comment on or make changes to this bug.
Description
•