Hier werden die Unterschiede zwischen zwei Versionen gezeigt.
Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung Nächste Überarbeitung | Vorherige Überarbeitung | ||
fortgeschrittene:thunderbird_autoconfig [2025/08/14 08:56] ingo_wichmann |
fortgeschrittene:thunderbird_autoconfig [2025/08/14 09:27] (aktuell) ingo_wichmann [mit Alias] |
||
---|---|---|---|
Zeile 10: | Zeile 10: | ||
* [[postfix]] bevorzugt mit [[postfix-tls|TLS]] ((https://bugzilla.mozilla.org/show_bug.cgi?id=667896)) | * [[postfix]] bevorzugt mit [[postfix-tls|TLS]] ((https://bugzilla.mozilla.org/show_bug.cgi?id=667896)) | ||
* [[dovecot-imapd]] mit [[dovecot-ssl|TLS]] | * [[dovecot-imapd]] mit [[dovecot-ssl|TLS]] | ||
+ | * Apache mit TLS | ||
* [[apache-virtual-hosts]], geht aber auch ohne virtual host, mit ''/.well-known/autoconfig/mail/config-v1.1.xml'' | * [[apache-virtual-hosts]], geht aber auch ohne virtual host, mit ''/.well-known/autoconfig/mail/config-v1.1.xml'' | ||
* Wie in [[bind]] beschrieben einen CNAME ''autoconfig'' für die Domain anlegen. | * Wie in [[bind]] beschrieben einen CNAME ''autoconfig'' für die Domain anlegen. | ||
Zeile 15: | Zeile 16: | ||
===== Apache konfigurieren ===== | ===== Apache konfigurieren ===== | ||
+ | ==== mit Alias ==== | ||
<file txt /etc/apache2/conf-available/autoconfig.conf> | <file txt /etc/apache2/conf-available/autoconfig.conf> | ||
Alias /.well-known/autoconfig /var/www/autoconfig | Alias /.well-known/autoconfig /var/www/autoconfig | ||
Zeile 29: | Zeile 30: | ||
a2enconf autoconfig | a2enconf autoconfig | ||
- | oder | + | ++++ Alternativ: mit Virtual Host | |
+ | ==== mit Virtual Host ==== | ||
<file txt autoconfig.z21.example.net.conf> | <file txt autoconfig.z21.example.net.conf> | ||
Zeile 43: | Zeile 45: | ||
a2ensite autoconfig.z21.example.net | a2ensite autoconfig.z21.example.net | ||
+ | ++++ | ||
+ | apache2ctl graceful | ||
===== Datei config-v1.1.xml hinterlegen ===== | ===== Datei config-v1.1.xml hinterlegen ===== | ||
Zeile 69: | Zeile 73: | ||
<username>%EMAILLOCALPART%</username> | <username>%EMAILLOCALPART%</username> | ||
</outgoingServer> | </outgoingServer> | ||
- | <documentation url="http://vm02.z21.example.net/test.html"> | + | <documentation url="https://vm02.z21.example.net/test.html"> |
<descr lang="de">Allgemeine Beschreibung der Einstellungen</descr> | <descr lang="de">Allgemeine Beschreibung der Einstellungen</descr> | ||
<descr lang="en">Generic settings page</descr> | <descr lang="en">Generic settings page</descr> | ||
Zeile 76: | Zeile 80: | ||
</clientConfig> | </clientConfig> | ||
</file> | </file> | ||
+ | |||
+ | Testen: https://vm02.z21.example.net/.well-known/autoconfig/mail/config-v1.1.xml | ||
====== Dokumentation ====== | ====== Dokumentation ====== |