[jira] [Commented] (JAMES-3181) James does not compile

2020-05-15 Thread David Leangen (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17108173#comment-17108173 ] David Leangen commented on JAMES-3181: -- bq. The SHA-1 of the source code you built from. Is this

[jira] [Commented] (JAMES-3181) James does not compile

2020-05-15 Thread Benoit Tellier (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17108161#comment-17108161 ] Benoit Tellier commented on JAMES-3181: --- > I'm not sure how to get the SHA-1. I cloned from git. Is

[jira] [Closed] (JAMES-3183) Implement a matcher to match X-Originating-IP

2020-05-15 Thread Matthieu Baechler (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthieu Baechler closed JAMES-3183. Resolution: Fixed merged https://github.com/linagora/james-project/pull/3365 > Implement

[james-project] branch master updated: JAMES-3183 adds X-Originating-IP in network mailet matcher

2020-05-15 Thread matthieu
This is an automated email from the ASF dual-hosted git repository. matthieu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git The following commit(s) were added to refs/heads/master by this push: new f67aeee JAMES-3183 adds

[jira] [Created] (JAMES-3183) Implement a matcher to match X-Originating-IP

2020-05-15 Thread Matthieu Baechler (Jira)
Matthieu Baechler created JAMES-3183: Summary: Implement a matcher to match X-Originating-IP Key: JAMES-3183 URL: https://issues.apache.org/jira/browse/JAMES-3183 Project: James Server

[jira] [Commented] (JAMES-3181) James does not compile

2020-05-15 Thread David Leangen (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17108005#comment-17108005 ] David Leangen commented on JAMES-3181: -- Maven: {code:java} $ mvn -version Apache Maven 3.6.2

Re: curl to the Admin API

2020-05-15 Thread David Leangen
Awesome, thanks! I now have the API working now, so I will be able to finish off the “Try James in 5 minutes” section of the docs. Cheers, =David > On May 15, 2020, at 15:11, Tellier Benoit wrote: > > Hi David, > > We are missing this information in our current README.md. > > You can

Re: curl to the Admin API

2020-05-15 Thread Tellier Benoit
Hi David, We are missing this information in our current README.md. You can simply use a docker volume on your `docker run` command. The path inside the container is `/root/conf`. So `docker run ... -v $PWD/webadmin.properties:/root/conf/webadmin.properties ...` should do the trick. Regards,