diff options
author | nico wellpott <nico@magicbroccoli.de> | 2021-04-16 21:27:33 +0200 |
---|---|---|
committer | nico wellpott <nico@magicbroccoli.de> | 2021-04-16 21:27:33 +0200 |
commit | 68300f2b99e9c3ef6e55eff0df73719d8d12da46 (patch) | |
tree | 9a3b6c3a7513c129077801e67e6e30376dc03ff6 | |
parent | b9f3572948dee9d479503043e4946d66d4c1655e (diff) |
readme: update ejabberd install section
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -56,10 +56,17 @@ To further protect the integrity of your config the `allow_only` sections define #### ejabberd acl config ```yaml +## ACL section include_config_file: "/etc/ejabberd/blacklist.yml": <-- the path is completely user configurable allow_only: <-- these two lines are optional but recommended - acl └─ to prevent potentially malicious acls to not incluse anthing but ACL rules + +## Access Rules +access_rules: + s2s_access: + - deny: spamblacklist + - allow ``` ### automation |