@@ -5,7 +5,7 @@ Official Docker image is available from Docker Hub.
55It expects configuration file to be available at /data/maddy.conf.
66
77If /data is a Docker volume, then default configuration will be placed there
8- automatically. If it is used, then MADDY_HOSTNAME, MADDY_DOMAIN environment
8+ automatically. If it is used, then MADDY_HOSTNAME, MADDY_DOMAIN environment
99variables control the host name and primary domain for the server. TLS
1010certificate should be placed in /data/tls/fullchain.pem, private key in
1111/data/tls/privkey.pem
@@ -15,8 +15,8 @@ DKIM keys are generated in /data/dkim_keys directory.
1515## Image tags
1616
1717- ` latest ` - A latest stable release. May contain breaking changes.
18- - ` X.Y ` - A specific feature branch, it is recommended to use these tags to
19- receive bugfixes without the risk of feature-related regressions or breaking
18+ - ` X.Y ` - A specific feature branch, it is recommended to use these tags to
19+ receive bugfixes without the risk of feature-related regressions or breaking
2020 changes.
2121- ` X.Y.Z ` - A specific stable release
2222
@@ -30,8 +30,8 @@ All standard ports, as described in maddy docs.
3030
3131## Volumes
3232
33- ` /data ` - maddy state directory. Databases, queues, etc are stored here. You
34- might want to mount a named volume there. The main configuration file is stored
33+ ` /data ` - maddy state directory. Databases, queues, etc are stored here. You
34+ might want to mount a named volume there. The main configuration file is stored
3535here too (` /data/maddy.conf ` ).
3636
3737## Management utility
@@ -47,7 +47,7 @@ docker run --rm -it -v maddydata:/data foxcpp/maddy:0.6.0 imap-acct create foxcp
4747Use the same image version as the running server. Things may break badly
4848otherwise.
4949
50- Note that, if you modify messages using maddyctl while the server is running -
50+ Note that, if you modify messages using maddy subcommands while the server is running -
5151you must ensure that /tmp from the server is accessible for the management
5252command. One way to it is to run it using ` docker exec ` instead of ` docker run ` :
5353```
@@ -70,6 +70,6 @@ docker run \
7070 foxcpp/maddy:0.6
7171```
7272
73- It will fail on first startup. Copy TLS certificate to /data/tls/fullchain.pem
74- and key to /data/tls/privkey.pem. Run the server again. Finish DNS configuration
75- (DKIM keys, etc) as described in [ tutorials/setting-up/] ( tutorials/setting-up/ ) .
73+ It will fail on first startup. Copy TLS certificate to /data/tls/fullchain.pem
74+ and key to /data/tls/privkey.pem. Run the server again. Finish DNS configuration
75+ (DKIM keys, etc) as described in [ tutorials/setting-up/] ( tutorials/setting-up/ ) .
0 commit comments