readme: update ejabberd install section

This commit is contained in:
nico 2021-04-16 21:27:33 +02:00
parent b9f3572948
commit 68300f2b99
Signed by: mightyBroccoli
GPG Key ID: 1F6495B44DABCE6E
1 changed files with 7 additions and 0 deletions

View File

@ -56,10 +56,17 @@ To further protect the integrity of your config the `allow_only` sections define
#### ejabberd acl config #### ejabberd acl config
```yaml ```yaml
## ACL section
include_config_file: include_config_file:
"/etc/ejabberd/blacklist.yml": <-- the path is completely user configurable "/etc/ejabberd/blacklist.yml": <-- the path is completely user configurable
allow_only: <-- these two lines are optional but recommended allow_only: <-- these two lines are optional but recommended
- acl └─ to prevent potentially malicious acls to not incluse anthing but ACL rules - acl └─ to prevent potentially malicious acls to not incluse anthing but ACL rules
## Access Rules
access_rules:
s2s_access:
- deny: spamblacklist
- allow
``` ```
### automation ### automation