Closed
Bug 545495
Opened 15 years ago
Closed 14 years ago
We need code to detect and handle Google Apps.
Categories
(Webtools :: ISPDB Server, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bwinton, Unassigned)
References
Details
Their configurations are specific, and used in many domains which we don't currently autodetect particularly well.
Comment 1•15 years ago
|
||
In which ways specific?
Can't we just do DNS MX on the domain, notice that gmail.com is MX, and then do a lookup on gmail.com, i.e. the generic custom domain algo?
Reporter | ||
Comment 2•15 years ago
|
||
I've heard from some Google Apps users that it's a little more complicated than that, but I don't have the details at hand.
(And even if it is that simple, we can probably shortcut it by just returning the gmail config if we see that gmail.com is the MX.)
Comment 3•15 years ago
|
||
I'd like to avoid any provider-specific hacks.
Reporter | ||
Comment 4•15 years ago
|
||
I would normally like to avoid provider-specific hacks, but if the provider is large enough, I think it might be in our best interest to have some. (I'ld also like everyone to use IMAP over SSL, and some sort of spam-proof version of SMTP, but I don't rule the world quite yet. ;)
Finally, keep in mind that this code would be living off in a separate process somewhere, and wouldn't clutter either the ISPDB, or the autoconfig code bases.
Comment 5•15 years ago
|
||
Do you have an example domain for Google apps?
Reporter | ||
Comment 6•15 years ago
|
||
I've heard that sky.com uses Google Apps for their domain.
Comment 7•15 years ago
|
||
Thanks. dig mx sky.com:
sky.com. 258 IN MX 5 alt1.aspmx.l.google.com.
sky.com. 258 IN MX 5 alt2.aspmx.l.google.com.
sky.com. 258 IN MX 10 aspmx2.googlemail.com.
sky.com. 258 IN MX 10 aspmx3.googlemail.com.
sky.com. 258 IN MX 10 aspmx4.googlemail.com.
sky.com. 258 IN MX 1 aspmx.l.google.com.
So, our generic DNX MX algo should work for it. I don't see any need to special-case Google Apps.
Comment 8•15 years ago
|
||
xref bug 342242
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•12 years ago
|
Component: ispdb → ISPDB Server
Product: Mozilla Messaging → Webtools
You need to log in
before you can comment on or make changes to this bug.
Description
•