rseichter / automx2

Mail User Agent (email client) configuration made easy
GNU General Public License v3.0
61 stars 19 forks source link

k9 (thunderbird) is unable to get settings from /mail/config-v1.1.xml #27

Open bigretromike opened 22 hours ago

bigretromike commented 22 hours ago

k9 is trying to query automx2 with GET /mail/config-v1.1.xml and end up with code 400, which makes K9 unable to get autoconfiguration. Is there a way to just return .xml to it ?

[19/Sep/2024:20:32:34 +0200] "GET /mail/config-v1.1.xml HTTP/2.0" 400 39 "-" "okhttp/4.12.0"

bigretromike commented 22 hours ago

for now I just redirected it in nginx with:

location = /mail/config-v1.1.xml {
   alias /var/www/autoconfig/web/mail/config-v1.1.xml;
 }

If there wont be any other solution I will just pull once a time via cron config file with proper url to save it and serve as static file.

rseichter commented 19 hours ago

You did not provide enough information for me to offer advice. Something in your NGINX configuration may be broken, but details are impossible to know without more data. All I can currently do is point you to the documentation.