mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-04 05:37:34 +03:00
msgpipeline: Allow to chain pipelines
This allows for some complex but useful configurations, such as making decision on delivery target based on the result of per-destination address rewriting. One example where that can be useful is aliasing local address to a remote address in a way that can't make the server an open relay.
This commit is contained in:
parent
ed2a7c28e2
commit
af4f180503
6 changed files with 72 additions and 5 deletions
2
dist/vim/syntax/maddy-conf.vim
vendored
2
dist/vim/syntax/maddy-conf.vim
vendored
|
@ -61,6 +61,7 @@ syn keyword maddyModule
|
|||
\ test_check
|
||||
\ test_modifier
|
||||
\ verify_dkim
|
||||
\ aliases_file
|
||||
|
||||
syn keyword maddyDispatchDir
|
||||
\ check
|
||||
|
@ -71,6 +72,7 @@ syn keyword maddyDispatchDir
|
|||
\ destination
|
||||
\ reject
|
||||
\ deliver_to
|
||||
\ reroute
|
||||
|
||||
" grep --no-file -E 'cfg..+\(".+", ' **.go | sed -E 's/.+cfg..+\("([^"]+)", .+/\1/' | sort -u
|
||||
syn keyword maddyModDir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue