Add Email2Matrix support

This commit is contained in:
Slavi Pantaleev
2019-08-05 13:06:49 +03:00
parent 5d1c76f0e3
commit 4be35822dd
12 changed files with 310 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#jinja2: lstrip_blocks: "True"
{
"Smtp": {
"ListenInterface": "0.0.0.0:2525",
"Hostname": {{ matrix_email2matrix_smtp_hostname|to_json }},
"Workers": 10
},
"Matrix": {
"Mappings": {{ matrix_email2matrix_matrix_mappings|to_nice_json }}
},
"Misc": {
"Debug": {{ matrix_email2matrix_misc_debug|to_json }}
}
}