maddy/docs/man
2020-02-29 22:42:57 +03:00
..
.gitignore docs: Move the project documentation from GitHub Wiki 2019-12-06 22:56:47 +03:00
maddy-auth.5.scd docs: Fix-up indent in maddy-auth(5) 2020-02-29 22:42:57 +03:00
maddy-config.5.scd pkg/cfgparser: Rework environment expansion syntax 2020-02-04 20:03:19 +03:00
maddy-filters.5.scd modify: Refactor alias_file to use generic Table for lookups 2020-02-28 02:11:16 +03:00
maddy-imap.5.scd docs: Move the project documentation from GitHub Wiki 2019-12-06 22:56:47 +03:00
maddy-smtp.5.scd endpoint/smtp: Limit amount of Received header fields 2020-02-16 01:31:47 +03:00
maddy-storage.5.scd docs: Move the project documentation from GitHub Wiki 2019-12-06 22:56:47 +03:00
maddy-tables.5.scd table: Implement SQL query-based table 2020-02-29 19:23:28 +03:00
maddy-targets.5.scd docs: Fix-up f55914372: Add missing escape for * 2020-02-17 17:42:32 +03:00
maddy-tls.5.scd docs: Move the project documentation from GitHub Wiki 2019-12-06 22:56:47 +03:00
maddy.1.scd Remove "in early development" disclaimers 2020-02-23 04:29:45 +03:00
prepare_md.py docs: Move the project documentation from GitHub Wiki 2019-12-06 22:56:47 +03:00
README.md Rewrite build scripts 2020-02-07 20:33:58 +03:00

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.