Skip to content
Snippets Groups Projects
Commit 14aa6c45 authored by Lars Beckers's avatar Lars Beckers
Browse files

uwsgi-python: fix wrongly configured mailapi

parent decb9249
No related branches found
No related tags found
No related merge requests found
......@@ -5,9 +5,9 @@ AD_USER_DN = '{{ mail_api_user_dn }}'
AD_GROUP_DN = '{{ mail_api_group_dn }}'
AD_CA_CERT = '{{ mail_api_ca_cert }}'
MAIL = '{{ mail_api_maildirs }}'
MAILDIRS = '{{ mail_api_maildirs }}'
APPEND_PATH = '{{ mail_api_append_path }}'
PERMISSIONS = 0o{{ mail_api_permissions }}
PERMISSIONS = int(0o{{ mail_api_permissions }})
SUB_MAILDIRS = [
{% for sdir in mail_api_sub_maildirs %}
'{{ sdir }}',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment