Closed Bug 552388 Opened 14 years ago Closed 14 years ago

[Autoconfiguration] Add support for alice.it mail account

Categories

(Webtools :: ISPDB Server, defect)

x86
Windows 7
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: Aureliano, Assigned: Aureliano)

References

()

Details

(Whiteboard: [top-missing-domain])

Attachments

(1 file, 7 obsolete files)

Attached patch alice.it pop3 xml (obsolete) — Splinter Review
I can't use http://ispdb.mozillamessaging.com/add/ because there is an alice.it imap configuration.
I try to configure the file manually.

I don't have an alice.it account.
I set smtp port to 587 because I being observed that alice provider in many case (to my friends) can't send mail using port 25.
Attachment #432524 - Flags: review?(bwinton)
(In reply to comment #0)
> Created an attachment (id=432524) [details]
> alice.it pop3 xml
> 
> I can't use http://ispdb.mozillamessaging.com/add/ because there is an alice.it
> imap configuration.

Can you verify the imap configuration in ispdb too ?
As I can see on Alice-HelpConfig page imap configuration  http://ispdb.mozillamessaging.com/details/175 is right. My only recommendation is to change Outgoing port from 25 to 587 as in comment #0 (user that use alice telecom provider can't send email using port 25)
(In reply to comment #2)
> As I can see on Alice-HelpConfig page imap configuration 
> http://ispdb.mozillamessaging.com/details/175 is right. My only recommendation
> is to change Outgoing port from 25 to 587 as in comment #0 (user that use alice
> telecom provider can't send email using port 25)

Can you porvide both imap and pop for review ?
Attached patch alice.it imap *.xml (obsolete) — Splinter Review
Attachment #432544 - Flags: review?(bwinton)
Attached file alice.it.pop3 (v2) (obsolete) —
Fix issue on <username> value.
Attachment #432524 - Attachment is obsolete: true
Attachment #433127 - Flags: review?(bwinton)
Attachment #432524 - Flags: review?(bwinton)
Attached file alice.it.imap (v2) (obsolete) —
Fix issue on <username> value.
Attachment #432544 - Attachment is obsolete: true
Attachment #433128 - Flags: review?(bwinton)
Attachment #432544 - Flags: review?(bwinton)
Summary: [Autoconfiguration] Add support for alice.it (pop3) mail account → [Autoconfiguration] Add support for alice.it mail account
Comment on attachment 433127 [details]
alice.it.pop3 (v2)

>      <incomingServer type="pop3">
>         <hostname>in.alice.it</hostname>
>         <port>110</port>
>         <socketType>plain</socketType>
>         <username>%EMAILADDRESS%</username>
>         <authentication>plain</authentication>
>      </incomingServer>

Let's do the same incomingServer-in-a-comment thing from email.it.

Thanks,
Blake.
Attachment #433127 - Flags: review?(bwinton) → review-
Attachment #433128 - Attachment is patch: false
Attachment #433128 - Flags: review?(bwinton)
Attachment #433128 - Flags: review?(ben.bucksch)
Attachment #433128 - Flags: review+
Comment on attachment 433128 [details]
alice.it.imap (v2)

>      <outgoingServer type="smtp">
>         <hostname>out.alice.it</hostname>
>         <port>587</port>
>         <socketType>plain</socketType>
>         <username>%EMAILADDRESS%</username>
>         <authentication>plain</authentication>

So, this outgoing server advertises:
AUTH GSSAPI NTLM LOGIN
which makes me think that we could pick a better auth method than "plain".  But I'm not totally sure.  So I'm going to give it an r+ if you add the POP server in a comment, and pass it off to Ben for the second review.  ;)

Thanks,
Blake.
I don't believe for a second that Alice offers Kerberos for their customers. More likely, the mail server admin had absolutely no clue what he's doing.

For that reason, I'd also ignore NTLM (Windows login scheme).
Waaaaa!

netcat says:
Microsoft ESMTP MAIL Service
Microsoft Exchange Server 2003 POP3 server
Microsoft Exchange Server 2003 IMAP4rev1 server

> More likely, the mail server admin had absolutely no clue what he's doing.

Confirmed ;-P
Attachment #433127 - Attachment is obsolete: true
Attached file alice.it (v3) (obsolete) —
Fixes based on :bwinton comments. 
Has review+ from bwinton. Wait for :BenB

attachment 433128 [details] is obsolete (I don't delete only for review+)
Attachment #434284 - Flags: review?(ben.bucksch)
Brutal...
No SSL. No STARTTLS.
POP and IMAP support only plaintext password. Not even AUTH PLAIN, but only the old-style login. No NTLM on POP/IMAP either, so pointless to enable that for SMTP. That's final proof that the mail admin really didn't know what he was doing.

I'll add this to the zoo of "worst ISPs ever". orange.fr held the crown so far.

So, there's no better config.



1.
+ <displayName>Alice Mail</displayName
+ <displayShortName>alice.it</displayShortName>

Please change to:
+ <displayName>Alice Italy</displayName
+ <displayShortName>Alice</displayShortName>

2. Please add the POP config in proper format (like IMAP), but XML commented out (for now - we'll enable it soon), i.e.
<-- <incomingServer type="pop">
...
-->

3.
Aureliano Buendía, did you test this config? In particular, that the full email address needs to be used as username?
Where is the page from the ISP which documents the settings to use? Please add the URL to the file as XML comment.

With that, r=BenB
Attachment #434284 - Flags: review?(ben.bucksch) → review-
Attached file alice.it (v4) (obsolete) —
Fixes based on comment #9

>did you test this config? In particular, that the full email
>address needs to be used as username?
Yes, it is.

Ciao ;-)
Attachment #433128 - Attachment is obsolete: true
Attachment #434284 - Attachment is obsolete: true
Attachment #434297 - Flags: review?(ben.bucksch)
Attachment #433128 - Flags: review?(ben.bucksch)
<leaveMessagesOnServer>true</leaveMessagesOnServer>

Remove this, unless there's a critical reason for it. We have sane defaults (leave on server for 14 days, then remove).

With that, r=BenB
Attached file alice.it (v5) (obsolete) —
(In reply to comment #14)
> <leaveMessagesOnServer>true</leaveMessagesOnServer>
> 
> Remove this, unless there's a critical reason for it. We have sane defaults
> (leave on server for 14 days, then remove).
> 
> With that, r=BenB

Removed leaveMessagesOnServer specification.
Attachment #434297 - Attachment is obsolete: true
Attachment #434306 - Flags: review?(ben.bucksch)
Attachment #434297 - Flags: review?(ben.bucksch)
Comment on attachment 434306 [details]
alice.it (v5)

				<leaveMessagesOnServer>true</leaveMessagesOnServer>

No, it's still there.
Attachment #434306 - Flags: review?(ben.bucksch) → review-
Attached file alice.it (v6)
I'm very tired... ;-)
Attachment #434306 - Attachment is obsolete: true
Attachment #434309 - Flags: review?(ben.bucksch)
Comment on attachment 434309 [details]
alice.it (v6)

Now it's fine. Thanks.
Attachment #434309 - Flags: review?(ben.bucksch) → review+
Commited as revision 64651.

FIXED
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Component: ispdb → ISPDB Server
Product: Mozilla Messaging → Webtools
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: