Mercurial > prosody-modules
comparison mod_firewall/README.markdown @ 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 |
comparison
equal
deleted
inserted
replaced
2102:2c225b4b93d2 | 2103:11f047bcb9e4 |
---|---|
335 -------------- ------------------------------------------------------------------------------------------- | 335 -------------- ------------------------------------------------------------------------------------------- |
336 deliver Applies to stanzas delivered to local recipients (regardless of the stanza's origin) | 336 deliver Applies to stanzas delivered to local recipients (regardless of the stanza's origin) |
337 deliver_remote Applies to stanzas delivered to remote recipients (just before they leave the local server) | 337 deliver_remote Applies to stanzas delivered to remote recipients (just before they leave the local server) |
338 preroute Applies to incoming stanzas from local users, before any routing rules are applied | 338 preroute Applies to incoming stanzas from local users, before any routing rules are applied |
339 | 339 |
340 By default, if no chain is specified, rules are put into the 'deliver' chain. | 340 By default, if no chain is specified, rules are put into the 'deliver' chain. It is possible to create custom |
341 chains (useful with the JUMP_CHAIN action described below). User-created chains must begin with "user/", e.g. | |
342 "user/spam_filtering". | |
341 | 343 |
342 Example of chain use: | 344 Example of chain use: |
343 | 345 |
344 # example.com's firewall script | 346 # example.com's firewall script |
345 | 347 |