Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Autoconfig server

77 views
Skip to first unread message

Paul van der Vlis

unread,
Sep 4, 2016, 1:12:55 PM9/4/16
to mozilla-suppo...@lists.mozilla.org
Hello,

I am a little e-mail provider and I have many domains for mail for my
customers. To make Thunderbird autoconfigure work, I need a server for
so far I know, what gives the username what belongs to an e-mail adres
(e.g. in...@example.com -> janvandermeer).

from:
https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Autoconfiguration
"For more complicated setups, for example when the login name does not
appear in the the email address, the XML file can also be generated by
the ISP. In such complicated cases, this is the only way to allow an
automatic setup."

Does somebody here know such a server what gives such an XML file?

With regards,
Paul van der Vlis.


--
Paul van der Vlis Linux systeembeheer Groningen
https://www.vandervlis.nl/

Mark

unread,
Sep 4, 2016, 3:20:40 PM9/4/16
to support-t...@lists.mozilla.org
On 04/09/2016 17:12, Paul van der Vlis wrote:
> Hello,
>
> I am a little e-mail provider and I have many domains for mail for my
> customers. To make Thunderbird autoconfigure work, I need a server for
> so far I know, what gives the username what belongs to an e-mail adres
> (e.g. in...@example.com -> janvandermeer).
>
> from:
> https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Autoconfiguration
> "For more complicated setups, for example when the login name does not
> appear in the the email address, the XML file can also be generated by
> the ISP. In such complicated cases, this is the only way to allow an
> automatic setup."
>
> Does somebody here know such a server what gives such an XML file?
>
> With regards,
> Paul van der Vlis.
>
>


Mail-in-a-Box lets you become your own mail service provider in a few
easy steps. It’s sort of like making your own gmail, but one you control
from top to bottom.
https://mailinabox.email/

Paul van der Vlis

unread,
Sep 5, 2016, 8:53:50 AM9/5/16
to mozilla-suppo...@lists.mozilla.org
Op 04-09-16 om 21:17 schreef Mark:

> Mail-in-a-Box lets you become your own mail service provider in a few
> easy steps. It’s sort of like making your own gmail, but one you control
> from top to bottom.
> https://mailinabox.email/

I am already my own e-mail provider since 15 years. I am looking for an
autoconfig server for Thunderbird, not for a new mailserver.

With regards,
Paul van der Vlis.


Marcel Herrguth

unread,
Sep 5, 2016, 8:54:05 AM9/5/16
to Paul van der Vlis, mozilla-suppo...@lists.mozilla.org, support-thunderbird
Hello,

I have about 10 Domains on my System with autoconfig.
I simply created the needed domain entry and redirect the requests
(since those are specific and always the same) to a different subdomain
inside a folder with the needed XML for that one domain.

That's a quite simple and fast setup - does not need special servers,
only an apache or nginx.
If you cannot do that because your usernames are always different.. so
needing a mail address lookup for the Servername, the second request is
what you need:

http://autoconfig.example.com/mail/config-v1.xml?emailaddress=fr...@example.com

You could do that with a php script actually.. you'll "just" have to
watch out because of escaping and stuff...

Does that cover your needs or is it not special enough?

Best regards
Marcel


Am 4.9.2016 19:12, schrieb Paul van der Vlis:
> Hello,
>
> I am a little e-mail provider and I have many domains for mail for my
> customers. To make Thunderbird autoconfigure work, I need a server for
> so far I know, what gives the username what belongs to an e-mail adres
> (e.g. in...@example.com -> janvandermeer).
>
> from:
> https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Autoconfiguration
> "For more complicated setups, for example when the login name does not
> appear in the the email address, the XML file can also be generated by
> the ISP. In such complicated cases, this is the only way to allow an
> automatic setup."
>
> Does somebody here know such a server what gives such an XML file?
>
> With regards,
> Paul van der Vlis.

--
www.mrgeneration.de - The home of Anime
Marcel Herrguth Tel: 0176/65 92 44 85
Postfach 90 02 05
12402 Berlin, Germany

The home of Anime @
Facebook:https://www.facebook.com/mrgeneration.de
Twitter: https://twitter.com/Mr_Generation

Paul van der Vlis

unread,
Sep 5, 2016, 9:22:48 AM9/5/16
to mozilla-suppo...@lists.mozilla.org, mher...@mrgeneration.de
Hello Marcel and others,

Op 05-09-16 om 14:47 schreef Marcel Herrguth:
> Hello,
>
> I have about 10 Domains on my System with autoconfig.
> I simply created the needed domain entry and redirect the requests
> (since those are specific and always the same) to a different subdomain
> inside a folder with the needed XML for that one domain.
>
> That's a quite simple and fast setup - does not need special servers,
> only an apache or nginx.

I have something like that too, but I want it better.

> If you cannot do that because your usernames are always different.. so
> needing a mail address lookup for the Servername, the second request is
> what you need:
>
> http://autoconfig.example.com/mail/config-v1.xml?emailaddress=fr...@example.com
>
>
> You could do that with a php script actually.. you'll "just" have to
> watch out because of escaping and stuff...

I am looking for such a PHP script, because I have e.g. many
mailadresses what have "info" before the "@".

It's not to lookup the servername because that's always the same, but to
lookup the username of the customer.

With regards,
Paul van der Vlis.

> Does that cover your needs or is it not special enough?
>
> Best regards
> Marcel
>
>
> Am 4.9.2016 19:12, schrieb Paul van der Vlis:
>> Hello,
>>
>> I am a little e-mail provider and I have many domains for mail for my
>> customers. To make Thunderbird autoconfigure work, I need a server for
>> so far I know, what gives the username what belongs to an e-mail adres
>> (e.g. in...@example.com -> janvandermeer).
>>
>> from:
>> https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Autoconfiguration
>>
>> "For more complicated setups, for example when the login name does not
>> appear in the the email address, the XML file can also be generated by
>> the ISP. In such complicated cases, this is the only way to allow an
>> automatic setup."
>>
>> Does somebody here know such a server what gives such an XML file?
>>
>> With regards,
>> Paul van der Vlis.
>




--

Marcel Herrguth

unread,
Sep 5, 2016, 12:34:52 PM9/5/16
to support-t...@lists.mozilla.org
Hey Paul,

googled a bit... there are different ways to achieve what you want.

LDAP Lookup:
http://www.hp-dv-systeme.de/fur-mailserverbetreiber-thunderbird-automatisch-konfigurieren/
(mainly just the code, it's self explaining, BUT it lacks control of the
input data)

Basic stuff with templates, not exactly what you want, but expandable:
https://github.com/julianjm/autoconfig

Hope that helps a bit on your thoughts. I don't think there's a finished
solution for you.
If you have no trouble with a bit of PHP-Coding, then you'll be fine.

Best regards
Marcel

Am 5.9.2016 15:22, schrieb Paul van der Vlis:
> Hello Marcel and others,
>
> Op 05-09-16 om 14:47 schreef Marcel Herrguth:
>> Hello,
>>
>> I have about 10 Domains on my System with autoconfig.
>> I simply created the needed domain entry and redirect the requests
>> (since those are specific and always the same) to a different
>> subdomain
>> inside a folder with the needed XML for that one domain.
>>
>> That's a quite simple and fast setup - does not need special servers,
>> only an apache or nginx.
>
> I have something like that too, but I want it better.
>
>> If you cannot do that because your usernames are always different.. so
>> needing a mail address lookup for the Servername, the second request
>> is
>> what you need:
>>
>> http://autoconfig.example.com/mail/config-v1.xml?emailaddress=fr...@example.com
>>
>>
>> You could do that with a php script actually.. you'll "just" have to
>> watch out because of escaping and stuff...
>
> I am looking for such a PHP script, because I have e.g. many
> mailadresses what have "info" before the "@".
>
> It's not to lookup the servername because that's always the same, but
> to
> lookup the username of the customer.
>

Paul van der Vlis

unread,
Sep 5, 2016, 12:45:54 PM9/5/16
to mozilla-suppo...@lists.mozilla.org
Op 05-09-16 om 15:50 schreef Marcel Herrguth:
> Hey Paul,
>
> googled a bit... there are different ways to achieve what you want.
>
> LDAP Lookup:
> http://www.hp-dv-systeme.de/fur-mailserverbetreiber-thunderbird-automatisch-konfigurieren/

Ah, this script is new for me.

> (mainly just the code, it's self explaining, BUT it lacks control of the
> input data)
>
> Basic stuff with templates, not exactly what you want, but expandable:
> https://github.com/julianjm/autoconfig

I allready saw that.

> Hope that helps a bit on your thoughts. I don't think there's a finished
> solution for you.

I am affraid too. E.g. my users are also using wildcards, where all (or
"the rest") of the mail from a domain-name comes into a mailbox.

I have to think about it.

> If you have no trouble with a bit of PHP-Coding, then you'll be fine.

I was looking for a "ready to use" solution, but I am affraid it does
not excist.
0 new messages