maddy/docs/man
fox.cpp 48e21f566e
Extend .debug.* flags and hide them by default
Allow to override DNS resolver address via the -debug.dnsoverride flag
and SMTP port via -debug.smtpport.

All flags are not available unless maddy is built using the 'debugflags'
tag.
2019-12-13 17:31:35 +03:00
..
.gitignore docs: Move the project documentation from GitHub Wiki 2019-12-06 22:56:47 +03:00
maddy-auth.5.scd docs: Move the project documentation from GitHub Wiki 2019-12-06 22:56:47 +03:00
maddy-config.5.scd docs: Move the project documentation from GitHub Wiki 2019-12-06 22:56:47 +03:00
maddy-filters.5.scd Add a requiretls check for incoming SMTP 2019-12-08 09:58:01 +00: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 docs: Move the project documentation from GitHub Wiki 2019-12-06 22:56:47 +03:00
maddy-storage.5.scd docs: Move the project documentation from GitHub Wiki 2019-12-06 22:56:47 +03:00
maddy-targets.5.scd docs: Move the project documentation from GitHub Wiki 2019-12-06 22:56:47 +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 Extend .debug.* flags and hide them by default 2019-12-13 17:31:35 +03:00
prepare_md.py docs: Move the project documentation from GitHub Wiki 2019-12-06 22:56:47 +03:00
README.md docs: Move the project documentation from GitHub Wiki 2019-12-06 22:56:47 +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

get.sh script in the repo root compiles and installs man pages if the scdoc utility is installed in the system.