From fc285f7421d40fd2066a4ab7edba852705d4fea0 Mon Sep 17 00:00:00 2001 From: Conrad Hoffmann Date: Tue, 2 Aug 2022 11:36:48 +0200 Subject: [PATCH] README: fix Greenmail version in example command The instructions on running the integration tests use an outdated version of Greenmail with which the tests will not pass. Update it to the latest version, like in the pull command above it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a0d30e..17db72c 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ easiest way to do that is with Docker: ```console $ docker pull greenmail/standalone:1.6.8 -$ docker run -it --rm -e GREENMAIL_OPTS='-Dgreenmail.setup.test.all -Dgreenmail.hostname=0.0.0.0 -Dgreenmail.auth.disabled -Dgreenmail.verbose' -p 3025:3025 -p 3110:3110 -p 3143:3143 -p 3465:3465 -p 3993:3993 -p 3995:3995 greenmail/standalone:1.6.3 +$ docker run -it --rm -e GREENMAIL_OPTS='-Dgreenmail.setup.test.all -Dgreenmail.hostname=0.0.0.0 -Dgreenmail.auth.disabled -Dgreenmail.verbose' -p 3025:3025 -p 3110:3110 -p 3143:3143 -p 3465:3465 -p 3993:3993 -p 3995:3995 greenmail/standalone:1.6.8 ``` Another alternative is to test against cyrus imapd which is a more complete IMAP implementation that greenmail (supporting quotas and ACLs).