Evolution and KMail and Kontact use it, too.
Mögliche Alternativen:
/.well-known/autoconfig/mail/config-v1.1.xml
autoconfig
für die Domain anlegen. Alias /.well-known/autoconfig /var/www/autoconfig <Directory /var/www/autoconfig/> Options FollowSymlinks Options -Indexes AllowOverride None Require all granted </Directory>
a2enconf autoconfig
apache2ctl graceful
mkdir -p /var/www/autoconfig/mail
<?xml version="1.0" encoding="UTF-8"?> <clientConfig version="1.1"> <emailProvider id="z21.example.net"> <domain>z21.example.net</domain> <displayName>z21 Mail</displayName> <displayShortName>z21</displayShortName> <incomingServer type="imap"> <hostname>vm02.z21.example.net</hostname> <port>143</port> <socketType>STARTTLS</socketType> <authentication>password-cleartext</authentication> <username>%EMAILLOCALPART%</username> </incomingServer> <outgoingServer type="smtp"> <hostname>vm02.z21.example.net</hostname> <port>25</port> <socketType>plain</socketType> <authentication>client-IP-address</authentication> <username>%EMAILLOCALPART%</username> </outgoingServer> <documentation url="https://vm02.z21.example.net/test.html"> <descr lang="de">Allgemeine Beschreibung der Einstellungen</descr> <descr lang="en">Generic settings page</descr> </documentation> </emailProvider> </clientConfig>
Testen: https://vm02.z21.example.net/.well-known/autoconfig/mail/config-v1.1.xml