TimReeves
Regular Pleskian
This new feature is attractive, so I wanted to activate it. I did, but Thunderbird was obviously not getting the data.
I debugged the feature, trying to call the URL which Thunderbird would use: 400 Bad Request.
I tried this on 2 different servers, one with an external FW in front of it, the other just a normal vServer at a major hoster. Same in both cases.
Both servers run debian 9 and have Plesk Web Admin Edition - could that be a problem?
I do use custom/domain templates (mainly to get rid of all that unused Apache Config), so I tried reconfiguring using the default templates, and temp. removing my extra Nginx config - still the same problem. I don't know how to move forward.
Here is the relevant nginx config as generated:
# mailconfig
location ~* ^/autodiscover/autodiscover\.xml$ {
try_files $uri @mad;
}
location ~* ^(/\.well-known/autoconfig)?/mail/config\-v1\.1\.xml$ {
try_files $uri @mad;
}
location @mad {
rewrite ^(.*)$ /mailconfig/ break;
proxy_pass http://127.0.0.1:8880;
proxy_set_header X-Host $host;
proxy_set_header X-Request-URI $request_uri;
}
# mailconfig
My "Apache & nginx Settings" have ALL the checkboxes for Nginx OFF.
Help would be much appreciated!
I debugged the feature, trying to call the URL which Thunderbird would use: 400 Bad Request.
I tried this on 2 different servers, one with an external FW in front of it, the other just a normal vServer at a major hoster. Same in both cases.
Both servers run debian 9 and have Plesk Web Admin Edition - could that be a problem?
I do use custom/domain templates (mainly to get rid of all that unused Apache Config), so I tried reconfiguring using the default templates, and temp. removing my extra Nginx config - still the same problem. I don't know how to move forward.
Here is the relevant nginx config as generated:
# mailconfig
location ~* ^/autodiscover/autodiscover\.xml$ {
try_files $uri @mad;
}
location ~* ^(/\.well-known/autoconfig)?/mail/config\-v1\.1\.xml$ {
try_files $uri @mad;
}
location @mad {
rewrite ^(.*)$ /mailconfig/ break;
proxy_pass http://127.0.0.1:8880;
proxy_set_header X-Host $host;
proxy_set_header X-Request-URI $request_uri;
}
# mailconfig
My "Apache & nginx Settings" have ALL the checkboxes for Nginx OFF.
Help would be much appreciated!