2019-08-05 10:06:49 +00:00
|
|
|
#jinja2: lstrip_blocks: "True"
|
|
|
|
{
|
|
|
|
"Smtp": {
|
|
|
|
"ListenInterface": "0.0.0.0:2525",
|
|
|
|
"Hostname": {{ matrix_email2matrix_smtp_hostname|to_json }},
|
|
|
|
"Workers": 10
|
|
|
|
},
|
|
|
|
"Matrix": {
|
2022-07-18 09:28:39 +00:00
|
|
|
"Mappings": {{ matrix_email2matrix_matrix_mappings | to_nice_json }}
|
2019-08-05 10:06:49 +00:00
|
|
|
},
|
|
|
|
"Misc": {
|
|
|
|
"Debug": {{ matrix_email2matrix_misc_debug|to_json }}
|
|
|
|
}
|
|
|
|
}
|