maddy

Fork https://github.com/foxcpp/maddy

git clone git://git.lin.moe/go/maddy.git

 1maddy(1) "maddy mail server" "maddy reference documentation"
 2
 3; TITLE Command line arguments
 4
 5# Name
 6
 7maddy - Composable all-in-one mail server.
 8
 9# Synopsis
10
11*maddy* [options...]
12
13# Description
14
15Maddy is Mail Transfer agent (MTA), Mail Delivery Agent (MDA), Mail Submission
16Agent (MSA), IMAP server and a set of other essential protocols/schemes
17necessary to run secure email server implemented in one executable.
18
19# Command line arguments
20
21*-h, -help*
22	Show help message and exit.
23
24*-config* _path_
25	Path to the configuration file. Default is /etc/maddy/maddy.conf.
26
27*-libexec* _path_
28	Path to the libexec directory. Helper executables will be searched here.
29	Default is /usr/lib/maddy.
30
31*-log* _targets..._
32	Comma-separated list of logging targets. Valid values are the same as the
33	'log' config directive. Affects logging before configuration parsing
34	completes and after it, if the different value is not specified in the
35	configuration.
36
37*-debug*
38	Enable debug log. You want to use it when reporting bugs.
39
40*-v*
41	Print version & build metadata.