diff --git a/core/admin/mailu/internal/views/autoconfig.py b/core/admin/mailu/internal/views/autoconfig.py index 7c549900..6de9ff9d 100644 --- a/core/admin/mailu/internal/views/autoconfig.py +++ b/core/admin/mailu/internal/views/autoconfig.py @@ -40,7 +40,7 @@ def autoconfig_mozilla(): \r\n''' return flask.Response(xml, mimetype='text/xml', status=200) -@internal.route("/autoconfig/microsoft") +@internal.route("/autoconfig/microsoft", methods=['GET', 'POST']) def autoconfig_microsoft(): # https://docs.microsoft.com/en-us/previous-versions/office/office-2010/cc511507(v=office.14)?redirectedfrom=MSDN#Anchor_3 hostname = app.config['HOSTNAME']