Open
Bug 772832
Opened 13 years ago
Updated 6 years ago
Autoconfig xml for orangemail.sk domain
Categories
(Webtools :: ISPDB Database Entries, defect)
Webtools
ISPDB Database Entries
Tracking
(Not tracked)
ASSIGNED
People
(Reporter: lubos.kundrat, Assigned: BenB)
References
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11 CoolNovo/2.0.2.26
Expected results:
Can you please publish this autoconfig xml for orangemail.sk domain
Updated•13 years ago
|
Attachment #641037 -
Flags: review?(ben.bucksch)
Reporter | ||
Comment 2•13 years ago
|
||
Comment on attachment 641037 [details]
orangemail.sk.xml
><?xml version="1.0"?>
><clientConfig version="1.1">
> <emailProvider id="orange.sk">
> <domain>orangemail.sk</domain>
> <displayName>Orangemail</displayName>
> <displayShortName>Orangemail</displayShortName>
> <incomingServer type="imap">
> <hostname>imap4.orangemail.sk</hostname>
> <port>993</port>
> <socketType>SSL</socketType>
> <username>%EMAILLOCALPART%</username>
> <authentication>plain</authentication>
> </incomingServer>
> <incomingServer type="pop3">
> <hostname>pop3.orangemail.sk</hostname>
> <port>995</port>
<socketType>SSL</socketType>
> <username>%EMAILLOCALPART%</username>
> <authentication>plain</authentication>
> </incomingServer>
> <outgoingServer type="smtp">
> <hostname>smtp.orangemail.sk</hostname>
> <port>25</port>
> <socketType>STARTTLS</socketType>
> <username>%EMAILLOCALPART%</username>
> <authentication>plain</authentication>
> </outgoingServer>
> </emailProvider>
></clientConfig>
Assignee | ||
Comment 3•13 years ago
|
||
Comment on attachment 641037 [details]
orangemail.sk.xml
This looks correct to me. +
Lubos (employee of Orangemail), note however, that you can host the config yourself. Please see
https://developer.mozilla.org/en-US/docs/Thunderbird/Autoconfiguration#Domain_hoster
Attachment #641037 -
Flags: review?(gozer)
Attachment #641037 -
Flags: review?(ben.bucksch)
Attachment #641037 -
Flags: review+
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → ben.bucksch
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Updated•13 years ago
|
Attachment #641037 -
Flags: review?(gozer) → review+
Updated•12 years ago
|
Component: ispdb → ISPDB Server
Product: Mozilla Messaging → Webtools
Updated•6 years ago
|
Component: ISPDB Server → ISPDB Database Entries
You need to log in
before you can comment on or make changes to this bug.
Description
•