瀏覽代碼

Merge pull request #606 from rebruCH/patch-1

Update configuring-playbook-ma1sd.md
pull/609/head
Slavi Pantaleev 5 年之前
committed by GitHub
父節點
當前提交
c468aa9e86
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 16 行新增0 行删除
  1. +16
    -0
      docs/configuring-playbook-ma1sd.md

+ 16
- 0
docs/configuring-playbook-ma1sd.md 查看文件

@@ -90,6 +90,22 @@ matrix_ma1sd_configuration_extension_yaml: |
number: '+<msisdn-number>' number: '+<msisdn-number>'
``` ```


## Example: Open Registration for every Domain

If you want to open registration for any domain, you have to setup the allowed domains with ma1sd's `blacklist` and `whitelist`. The default behavior when neither the `blacklist`, nor the `whitelist` match, is to allow registration. Beware: you can't block toplevel domains (aka `.xy`) because the internal architecture of ma1sd doesn't allow that.

```yaml
matrix_ma1sd_configuration_extension_yaml: |
register:
policy:
allowed: true
threepid:
email:
domain:
blacklist: ~
whitelist: ~
```

## Troubleshooting ## Troubleshooting


If email address validation emails sent by ma1sd are not reaching you, you should look into [Adjusting email-sending settings](configuring-playbook-email.md). If email address validation emails sent by ma1sd are not reaching you, you should look into [Adjusting email-sending settings](configuring-playbook-email.md).


Loading…
取消
儲存