Parcourir la source

Update configuring-playbook-ma1sd.md

Add an example to open all domains for registration in relation to black- and whitelists.
pull/606/head
rebru il y a 5 ans
committed by GitHub
Parent
révision
8a0d8651d0
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 16 ajouts et 0 suppressions
  1. +16
    -0
      docs/configuring-playbook-ma1sd.md

+ 16
- 0
docs/configuring-playbook-ma1sd.md Voir le fichier

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


## Example: Open Registration for every Domain

If you want open all domains, you have to setup the allowed variable under policy, which is the return value if nothing else did match (white- and blacklist). But be aware, you cant block toplevel domains (aka .xy) because the internal architecture of ma1sd didnt 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).


Chargement…
Annuler
Enregistrer