mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-05 14:07:38 +03:00
Support for a subset of libdns providers is added. Some are enabled by default (assuming they are popular ones). AWS and Google Cloud SDKs take up extra 10 MiB of executable size. Only filesystem storage is supported as of now. Closes #3. |
||
---|---|---|
.. | ||
.gitignore | ||
maddy-auth.5.scd | ||
maddy-blob.5.scd | ||
maddy-config.5.scd | ||
maddy-filters.5.scd | ||
maddy-imap.5.scd | ||
maddy-smtp.5.scd | ||
maddy-storage.5.scd | ||
maddy-tables.5.scd | ||
maddy-targets.5.scd | ||
maddy-tls.5.scd | ||
maddy.1.scd | ||
maddy.5.scd | ||
prepare_md.py | ||
README.md |
maddy manual pages
The reference documentation is maintained in the scdoc format and is compiled
into a set of Unix man pages viewable using the standard man
utility.
See https://git.sr.ht/~sircmpwn/scdoc for information about the tool used to build pages. It can be used as follows:
scdoc < maddy-filters.5.scd > maddy-filters.5
man ./maddy-filters.5
build.sh script in the repo root compiles and installs man pages if the scdoc utility is installed in the system.