mirror of
https://github.com/mjl-/mox.git
synced 2025-07-10 09:14:39 +03:00
new website for www.xmox.nl
most content is in markdown files in website/, some is taken out of the repo README and rfc/index.txt. a Go file generates html. static files are kept in a separate repo due to size.
This commit is contained in:
20
doc.go
20
doc.go
@ -2,7 +2,21 @@
|
||||
Command mox is a modern, secure, full-featured, open source mail server for
|
||||
low-maintenance self-hosted email.
|
||||
|
||||
# Commands
|
||||
Mox is started with the "serve" subcommand, but mox also has many other
|
||||
subcommands.
|
||||
|
||||
Many of those commands talk to a running mox instance, through the ctl file in
|
||||
the data directory. Specify the configuration file (that holds the path to the
|
||||
data directory) through the -config flag or MOXCONF environment variable.
|
||||
|
||||
Commands that don't talk to a running mox instance are often for
|
||||
testing/debugging email functionality. For example for parsing an email message,
|
||||
or looking up SPF/DKIM/DMARC records.
|
||||
|
||||
Below is the usage information as printed by the command when started without
|
||||
any parameters. Followed by the help and usage information for each command.
|
||||
|
||||
# Usage
|
||||
|
||||
mox [-config config/mox.conf] [-pedantic] ...
|
||||
mox serve
|
||||
@ -76,10 +90,6 @@ low-maintenance self-hosted email.
|
||||
mox message parse message.eml
|
||||
mox reassignthreads [account]
|
||||
|
||||
Many commands talk to a running mox instance, through the ctl file in the data
|
||||
directory. Specify the configuration file (that holds the path to the data
|
||||
directory) through the -config flag or MOXCONF environment variable.
|
||||
|
||||
# mox serve
|
||||
|
||||
Start mox, serving SMTP/IMAP/HTTPS.
|
||||
|
Reference in New Issue
Block a user