maddy/internal/target/remote
fox.cpp c3ebbb05a0
Generalize message flow restrictions
Set of flow restrictions is represented as a "limits" module instance
that can be either created inline via "limits" directive in some modules
(including "remote" target and "smtp" endpoint) or defined globally and
referenced in configuration of modules mentioned above.

This permits a variety of use cases, including shared and separate
counters for various endpoints and also "modules group" style sharing
described in #195.
2020-02-15 17:02:48 +03:00
..
connect.go Generalize message flow restrictions 2020-02-15 17:02:48 +03:00
dane.go target/remote: Clean up security policies checking 2019-12-28 18:41:55 +03:00
dane_test.go target/remote: Clean up security policies checking 2019-12-28 18:41:55 +03:00
debugflags.go Extend .debug.* flags and hide them by default 2019-12-13 17:31:35 +03:00
mxauth_test.go target/remote: Allow to share outbound SMTP policies via top-level config blocks 2020-02-14 22:33:28 +03:00
policy_group.go target/remote: Allow to share outbound SMTP policies via top-level config blocks 2020-02-14 22:33:28 +03:00
remote.go Generalize message flow restrictions 2020-02-15 17:02:48 +03:00
remote_test.go target/remote: Allow to share outbound SMTP policies via top-level config blocks 2020-02-14 22:33:28 +03:00
security.go target/remote: Allow to share outbound SMTP policies via top-level config blocks 2020-02-14 22:33:28 +03:00