Closed Bug 723756 Opened 14 years ago Closed 12 years ago

Add support for domains @pobox.com

Categories

(Webtools :: ISPDB Database Entries, defect)

x86_64
Windows 7
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: casey952, Assigned: casey952)

Details

(Whiteboard: [config])

Attachments

(1 file, 1 obsolete file)

Attached file pobox.com.xml (obsolete) —
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
QA Contact: account-manager → ispdb
Attachment #594002 - Flags: review?(sancus)
Assignee: nobody → caseyclaydon
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Component: ispdb → ISPDB Database Entries
Product: Mozilla Messaging → Webtools
Attachment #594002 - Flags: review?(sancus) → review?(gozer)
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+
blake , snacus can we check that in ?
I don't have access to that repo anymore. Perhaps sancus or gozer does…
gozer, can you please push this?
Flags: needinfo?(gozer)
We need 2 reviews
Keywords: checkin-needed
Attachment #594002 - Flags: review?
Attachment #594002 - Flags: review? → review?(ben.bucksch)
Flags: needinfo?(gozer)
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)
Flags: needinfo?(gozer)
Comment on attachment 594002 [details] pobox.com.xml auth mech for SMTP and IMAP would fail
Attachment #594002 - Flags: review?(ben.bucksch) → review-
Attachment #594002 - Attachment is obsolete: true
Attachment #804541 - Flags: review?(gozer)
(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)
Attachment #804541 - Flags: review?(gozer) → review+
Attachment #804541 - Attachment mime type: application/x-msdos-program → text/xml
Commited as SVN Revision 120329 FIXED
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Flags: needinfo?(caseyclaydon)
Resolution: --- → FIXED
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&amp;id=18"> <descr lang="en">Set Up Your Email Application to Use Pobox</descr> </documentation> </emailProvider>
Outch. Sorry for not catching the mistake. Thanks for fixing it!
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: