mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-05 14:07:38 +03:00
|
||
---|---|---|
.. | ||
address | ||
auth | ||
buffer | ||
check | ||
config | ||
dmarc | ||
dns | ||
dsn | ||
endpoint | ||
exterrors | ||
future | ||
hooks | ||
limits | ||
log | ||
modify | ||
module | ||
msgpipeline | ||
smtpconn | ||
storage/imapsql | ||
table | ||
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)