1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-04-11 11:32:02 +02:00

useGlobalPreferredServer=false in autoconfig

(cherry picked from commit 4cf35e7228ae2478e36d9a2ca0bb730fc619a8e7)
This commit is contained in:
Florent Daigniere 2025-01-09 12:05:02 +01:00 committed by Mergify
parent 00f7b1efc5
commit fa516b964d
2 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,7 @@ def autoconfig_mozilla():
<username>%EMAILADDRESS%</username>
<authentication>password-cleartext</authentication>
<addThisServer>true</addThisServer>
<useGlobalPreferredServer>true</useGlobalPreferredServer>
<useGlobalPreferredServer>false</useGlobalPreferredServer>
</outgoingServer>
<documentation url="https://{hostname}/admin/client">

View File

@ -0,0 +1 @@
autoconfig shouldn't set useGlobalPreferredServer