Closed
Bug 723756
Opened 14 years ago
Closed 12 years ago
Add support for domains @pobox.com
Categories
(Webtools :: ISPDB Database Entries, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: casey952, Assigned: casey952)
Details
(Whiteboard: [config])
Attachments
(1 file, 1 obsolete file)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20100101 Firefox/10.0
Build ID: 20120129021758
Steps to reproduce:
I have created a xml file to have Thunderbird recognize pobox.com email accounts and your own domains with pobox.
NS Records pobox uses:
ns1.rightbox.com
ns2.rightbox.com
ns3.rightbox.com
MX Records:
mx-1.rightbox.com
mx-2.rightbox.com
mx-3.rightbox.com
<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
<emailProvider id="pobox.com">
<domain>Pobox.com</domain>
<displayName>Pobox</displayName>
<displayShortName>Pobox</displayShortName>
<incomingServer type="imap">
<hostname>mail.pobox.com</hostname>
<port>993</port>
<socketType>SSL</socketType>
<authentication>password-encrypted</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<incomingServer type="imap">
<hostname>mail.pobox.com</hostname>
<port>143</port>
<socketType>STARTTLS</socketType>
<authentication>password-encrypted</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<incomingServer type="pop3">
<hostname>mail.pobox.com</hostname>
<port>995</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<incomingServer type="pop3">
<hostname>mail.pobox.com</hostname>
<port>110</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<outgoingServer type="smtp">
<hostname>smtp.pobox.com</hostname>
<port>465</port>
<socketType>SSL</socketType>
<authentication>password-encrypted</authentication>
<username>%EMAILADDRESS%</username>
</outgoingServer>
<outgoingServer type="smtp">
<hostname>smtp.pobox.com</hostname>
<port>587</port>
<socketType>STARTTLS</socketType>
<authentication>password-encrypted</authentication>
<username>%EMAILADDRESS%</username>
</outgoingServer>
<documentation url="http://www.pobox.com/helpspot/index.php?pg=kb.book&id=18">
<descr lang="en">Set Up Your Email Application to Use Pobox</descr>
</documentation>
</emailProvider>
</clientConfig>
Component: Account Manager → ispdb
Product: Thunderbird → Mozilla Messaging
Whiteboard: [config]
Version: 10 → other
Updated•14 years ago
|
QA Contact: account-manager → ispdb
Updated•14 years ago
|
Attachment #594002 -
Flags: review?(sancus)
Updated•14 years ago
|
Assignee: nobody → caseyclaydon
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Updated•12 years ago
|
Component: ispdb → ISPDB Database Entries
Product: Mozilla Messaging → Webtools
Updated•12 years ago
|
Attachment #594002 -
Flags: review?(sancus) → review?(gozer)
Comment 1•12 years ago
|
||
Comment on attachment 594002 [details]
pobox.com.xml
As a bonus, I am a pobox.com customer, so I can attest this is more than correct.
Attachment #594002 -
Flags: review?(gozer) → review+
Comment 2•12 years ago
|
||
blake , snacus can we check that in ?
Comment 3•12 years ago
|
||
I don't have access to that repo anymore. Perhaps sancus or gozer does…
Updated•12 years ago
|
Keywords: checkin-needed
Updated•12 years ago
|
Attachment #594002 -
Flags: review?
Updated•12 years ago
|
Attachment #594002 -
Flags: review? → review?(ben.bucksch)
Updated•12 years ago
|
Flags: needinfo?(gozer)
Comment 6•12 years ago
|
||
gozer writes:
> I am a pobox.com customer, so I can attest this is more than correct.
OK, that's a huge bonus for pobox! :)
Review:
* The config says <authentication>password-encrypted</authentication> for all protocols, but the SMTP server says: 250-AUTH LOGIN PLAIN, which does not include CRAM-MD5, POP3 says "SASL LOGIN PLAIN", and IMAP has only "AUTH=PLAIN". That means the config would not work, and login in Thunderbird would fail, if I'm not mistaken. Casey, gozer, could you please clarify why you used/confirmed this config?
* All servers work, and the SSL certificates work (RapidSSL wildcard for *.pobox.com)
Flags: needinfo?(caseyclaydon)
Updated•12 years ago
|
Flags: needinfo?(gozer)
Comment 7•12 years ago
|
||
Comment on attachment 594002 [details]
pobox.com.xml
auth mech for SMTP and IMAP would fail
Attachment #594002 -
Flags: review?(ben.bucksch) → review-
Comment 8•12 years ago
|
||
Attachment #594002 -
Attachment is obsolete: true
Attachment #804541 -
Flags: review?(gozer)
Comment 9•12 years ago
|
||
(In reply to Ben Bucksch (:BenB) from comment #8)
> Created attachment 804541 [details]
> pobox.com, v2: plaintext auth (but with SSL)
Yes, you are correct. Plain-text passwords over SSL is what I am using successfully now.
Flags: needinfo?(gozer)
Updated•12 years ago
|
Attachment #804541 -
Flags: review?(gozer) → review+
Updated•12 years ago
|
Attachment #804541 -
Attachment mime type: application/x-msdos-program → text/xml
Comment 10•12 years ago
|
||
Commited as SVN Revision 120329
FIXED
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Flags: needinfo?(caseyclaydon)
Resolution: --- → FIXED
Comment 11•12 years ago
|
||
Had to make a small typo fix to the committed XML:
Index: pobox.com
===================================================================
--- pobox.com (revision 120351)
+++ pobox.com (revision 120352)
@@ -46,7 +46,7 @@
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</outgoingServer>
- <documentation url="http://www.pobox.com/helpspot/index.php?pg=kb.book&id=18">
+ <documentation url="http://www.pobox.com/helpspot/index.php?pg=kb.book&id=18">
<descr lang="en">Set Up Your Email Application to Use Pobox</descr>
</documentation>
</emailProvider>
Comment 12•12 years ago
|
||
Outch. Sorry for not catching the mistake. Thanks for fixing it!
Comment 13•12 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•