mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-05 14:07:38 +03:00
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. |
||
---|---|---|
.. | ||
address | ||
auth | ||
buffer | ||
check | ||
config | ||
dmarc | ||
dns | ||
dsn | ||
endpoint | ||
exterrors | ||
future | ||
hooks | ||
limits | ||
log | ||
modify | ||
module | ||
msgpipeline | ||
smtpconn | ||
storage/sql | ||
target | ||
testutils | ||
updatepipe | ||
README.md |
maddy source tree
Main maddy code base lives here. No packages are intended to be used in third-party software hence API is not stable.
Subdirectories are organised as follows:
/
auxiliary libraries
endpoint/
modules - protocol listeners (e.g. SMTP server, etc)
target/
modules - final delivery targets (including outbound delivery, such as
smtp_downstream, remote)
auth/
modules - authentication providers
check/
modules - message checkers (module.Check)
modify/
modules - message modifiers (module.Modifier)
storage/
modules - local messages storage implementations (module.Storage)