Closed
Bug 1164392
Opened 10 years ago
Closed 10 years ago
[Autoconfig] Update Seznam.cz configuration
Categories
(Webtools :: ISPDB Database Entries, defect)
Webtools
ISPDB Database Entries
Tracking
(Not tracked)
RESOLVED
FIXED
Future
People
(Reporter: mstanke, Unassigned)
References
()
Details
Attachments
(1 file, 1 obsolete file)
* Change SMTP port to 465 (SSL)
* Add IMAP configuration (supported, but users need to enable it in their mailbox settings).
http://napoveda.seznam.cz/cz/email/imap-pop3-smtp/
Reporter | ||
Comment 1•10 years ago
|
||
Newer configuration reflecting Seznam.cz help article for seznam.cz, email.cz, post.cz and spoluzaci.cz.
Reporter | ||
Updated•10 years ago
|
Assignee: pcvrcek → nobody
Component: cs / Czech → ISPDB Database Entries
Product: Community Building → Webtools
Target Milestone: --- → Future
Version: unspecified → other
Reporter | ||
Updated•10 years ago
|
Attachment #8633708 -
Flags: review?(gozer)
Attachment #8633708 -
Flags: review?(bwinton)
Attachment #8633708 -
Flags: review?(ben.bucksch)
Comment 2•10 years ago
|
||
Comment on attachment 8633708 [details]
seznam.cz
smtp.seznam.cz/465 seems to be SMTP over SSL, so <socketType>plain</socketType> is wrong there.
Attachment #8633708 -
Flags: review?(gozer) → review-
Reporter | ||
Comment 3•10 years ago
|
||
Sorry, changed to SSL.
Attachment #8633708 -
Attachment is obsolete: true
Attachment #8633708 -
Flags: review?(bwinton)
Attachment #8633708 -
Flags: review?(ben.bucksch)
Attachment #8648825 -
Flags: review?(gozer)
Attachment #8648825 -
Flags: review?(ben.bucksch)
Comment 4•10 years ago
|
||
I did some quick investigation:
- There is an autoconfig entry hosted at https://email.seznam.cz/mail/config-v1.1.xml available, and which http://autoconfig.seznam.cz/mail/config-v1.1.xml redirects to. However, https://autoconfig.seznam.cz/mail/config-v1.1.xml is not valid because the server only has a valid cert for email.seznam.cz.
- The autoconfig entry only advertises POP3.
- There are MX entries for email.cz, post.cz, and spoluzaci.cz that point to mx{1,2}.seznam.cz
- There are autoconfig CNAME entries to email.zenam.cz for "autoconfig" domains for all of those entries as well.
As such, Thunderbird won't actually use this entry if we host it in the ISPDB. FxOS Email would, but only because it uses https to access the autoconfig domains and therefore requires valid certificates.
Comment 5•10 years ago
|
||
And I see we already have an entry. Given that, the FxOS mail app benefit, and bugs related to our other-domain generation script that makes removing things not actually work, we'll take the update.
Note that I am going to change the authentication back to password-cleartext because:
- That's what is in there now and seems to work, I guess.
- The IMAP server capabilities pre-login are "CAPABILITY XLIST IMAP4rev1 AUTH=PLAIN CHILDREN" which does not include CRAM-MD5 or other auths as an option.
- The POP3 server does not respond to CAPA and therefore does not advertise CRAM-MD5 as an option.
Landing shortly.
Depends on: 552259
Updated•10 years ago
|
Attachment #8648825 -
Flags: review?(gozer)
Attachment #8648825 -
Flags: review?(ben.bucksch)
Attachment #8648825 -
Flags: review+
Comment 6•10 years ago
|
||
landed:
Committed revision 145045.
Again, note that this will not impact Thunderbird's current autoconfig behavior in any way. Someone will need to directly contact seznam.cz and ask them to add an IMAP setting. While they're at it, it would also be great if they could make direct https access work as well, since that's where autoconfig is generally headed.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•