From 07b40e24432f9d8a7eb858dc9ac3c796c0e68687 Mon Sep 17 00:00:00 2001 From: xiliuya Date: Fri, 26 Jan 2024 09:42:08 +0800 Subject: [PATCH 1/3] docs: fix docker command not open 465 --- docs/docker.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docker.md b/docs/docker.md index 2898a07b..55539852 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -65,6 +65,7 @@ docker run \ -v maddydata:/data \ -p 25:25 \ -p 143:143 \ + -p 465:465 \ -p 587:587 \ -p 993:993 \ foxcpp/maddy:0.6 From 31537181ae97332d2cdfcbbd0a0c69d6bb5a9710 Mon Sep 17 00:00:00 2001 From: xiliuya Date: Fri, 26 Jan 2024 09:47:34 +0800 Subject: [PATCH 2/3] docs: change docker latest version --- docs/docker.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docker.md b/docs/docker.md index 55539852..561f0541 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -40,8 +40,8 @@ To run management commands, create a temporary container with the same /data directory and put the command after the image name, like this: ``` -docker run --rm -it -v maddydata:/data foxcpp/maddy:0.6.0 creds create foxcpp@maddy.test -docker run --rm -it -v maddydata:/data foxcpp/maddy:0.6.0 imap-acct create foxcpp@maddy.test +docker run --rm -it -v maddydata:/data foxcpp/maddy:latest creds create foxcpp@maddy.test +docker run --rm -it -v maddydata:/data foxcpp/maddy:latest imap-acct create foxcpp@maddy.test ``` Use the same image version as the running server. Things may break badly @@ -68,7 +68,7 @@ docker run \ -p 465:465 \ -p 587:587 \ -p 993:993 \ - foxcpp/maddy:0.6 + foxcpp/maddy:latest ``` It will fail on first startup. Copy TLS certificate to /data/tls/fullchain.pem From 65bfb1b0daaf13470420922c5d186ce5ca8bf156 Mon Sep 17 00:00:00 2001 From: xiliuya Date: Mon, 29 Jan 2024 13:30:16 +0800 Subject: [PATCH 3/3] docs: change docker 0.7 version --- docs/docker.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docker.md b/docs/docker.md index 561f0541..e3895899 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -40,8 +40,8 @@ To run management commands, create a temporary container with the same /data directory and put the command after the image name, like this: ``` -docker run --rm -it -v maddydata:/data foxcpp/maddy:latest creds create foxcpp@maddy.test -docker run --rm -it -v maddydata:/data foxcpp/maddy:latest imap-acct create foxcpp@maddy.test +docker run --rm -it -v maddydata:/data foxcpp/maddy:0.7 creds create foxcpp@maddy.test +docker run --rm -it -v maddydata:/data foxcpp/maddy:0.7 imap-acct create foxcpp@maddy.test ``` Use the same image version as the running server. Things may break badly @@ -68,7 +68,7 @@ docker run \ -p 465:465 \ -p 587:587 \ -p 993:993 \ - foxcpp/maddy:latest + foxcpp/maddy:0.7 ``` It will fail on first startup. Copy TLS certificate to /data/tls/fullchain.pem