Mercurial > prosody-modules
changeset 2103:11f047bcb9e4
mod_firewall: README: Add note about user-defined chains
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 17 Mar 2016 11:24:20 +0000 |
parents | 2c225b4b93d2 |
children | 384fb28452b9 |
files | mod_firewall/README.markdown |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_firewall/README.markdown Thu Mar 17 11:23:13 2016 +0000 +++ b/mod_firewall/README.markdown Thu Mar 17 11:24:20 2016 +0000 @@ -337,7 +337,9 @@ deliver_remote Applies to stanzas delivered to remote recipients (just before they leave the local server) preroute Applies to incoming stanzas from local users, before any routing rules are applied -By default, if no chain is specified, rules are put into the 'deliver' chain. +By default, if no chain is specified, rules are put into the 'deliver' chain. It is possible to create custom +chains (useful with the JUMP_CHAIN action described below). User-created chains must begin with "user/", e.g. +"user/spam_filtering". Example of chain use: