Commit graph

11 commits

Author SHA1 Message Date
fox.cpp
7d497f88f0
docs: Split maddy(1) and maddy(5)
maddy(1) is supported to contain only command line syntax.
2020-07-15 01:31:05 +03:00
fox.cpp
03d9e52627
Rename modules and introduce namespace-aware module name lookups
See #248.
2020-07-15 01:31:05 +03:00
fox.cpp
c83a2f09dc
docs: Fix a number of links in documentation
Remove link to CONTRIBUTING.md from README.md since it is included
in documentation build and results in broken link since CONTRIBUTING.md
is not included. It does not seem to be possible to include files from
parent directories and symlinks do not work.

Fix man page link in seclevels.md.

Add missing maddy-tables(5) link in maddy(1) "See Also".

Closes #223.
2020-05-31 19:07:40 +03:00
bn4t
2f618e5c33 Fix small typo 2020-04-12 13:25:15 +00:00
fox.cpp
47f3d2951e
Include build metadata in -v output 2020-03-13 03:28:49 +03:00
fox.cpp
fdb6d0493d
Remove "in early development" disclaimers 2020-02-23 04:29:45 +03:00
fox.cpp
91129abe58
docs: Do not lie about maddy simplicity
It is pretty much not that simple as e.g WildDuck and not at all magical
like caddy.

It is (going to be) as powerful as Postfix & Dovecot combo. Except that
it is not tainted by 20 years of maintaining compatibility while adding
features, not tainted by defaults that were reasonable two decades ago
and so on.

maddy is locking in users by using a custom storage format, though. So
saying "GTFO, use a different server if you need that" is not a very
reasonable path to take.
2020-02-10 19:41:46 +03:00
fox.cpp
126eb2e33f
docs: Document handled signals in maddy(1) 2020-01-02 19:12:10 +03:00
fox.cpp
850ef87247
Rename 'state' and 'runtime' directives to 'state_dir' and 'runtime_dir'
maddy(1) was incorrect calling them 'statedir' and 'runtimedir'.
Name with 'dir' is preferred since it is more explicit. Use of
underscores is consistent with other directives.
2019-12-28 18:41:55 +03:00
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
fox.cpp
d886ddd297
docs: Move the project documentation from GitHub Wiki
Having it in the same directory as the source code makes it simplier to
keep in sync with the source code itself.
2019-12-06 22:56:47 +03:00
Renamed from man/maddy.1.scd (Browse further)