Repository: james-project Updated Branches: refs/heads/master 4adf702e3 -> 96d1c4ede
JAMES-2051 Fix docker-compose usage Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/97a4b36b Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/97a4b36b Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/97a4b36b Branch: refs/heads/master Commit: 97a4b36bfef05af5e7b60612a19cd07868a99fb0 Parents: 4adf702 Author: Antoine Duprat <[email protected]> Authored: Fri Jun 9 13:25:35 2017 +0200 Committer: benwa <[email protected]> Committed: Tue Jun 13 14:12:59 2017 +0700 ---------------------------------------------------------------------- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/97a4b36b/README.adoc ---------------------------------------------------------------------- diff --git a/README.adoc b/README.adoc index 6eb4ce6..133c26f 100644 --- a/README.adoc +++ b/README.adoc @@ -30,7 +30,7 @@ james | Started : true Then, a default domain has been created: james.local - $ docker exec james java -jar /root/james-cli.jar -h 127.0.0.1 -p 9999 listdomains james.local + $ docker exec james java -jar /root/james-cli.jar -h 127.0.0.1 -p 9999 listdomains James will respond to IMAP port 143 and SMTP port 25. You have to create users before playing, you may also create other domains... --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
