You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by GitBox <gi...@apache.org> on 2021/04/14 05:54:51 UTC

[GitHub] [james-project] chibenwa opened a new pull request #389: JAMES-3565 Use apache/james images

chibenwa opened a new pull request #389:
URL: https://github.com/apache/james-project/pull/389


   https://issues.apache.org/jira/browse/JAMES-3565
   
   https://www.mail-archive.com/server-dev@james.apache.org/msg70107.html


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[GitHub] [james-project] jeantil commented on pull request #389: JAMES-3565 Use apache/james images

Posted by GitBox <gi...@apache.org>.
jeantil commented on pull request #389:
URL: https://github.com/apache/james-project/pull/389#issuecomment-820371008


   > http://james.apache.org/server/packaging.html sounds like the right page
   
   awesome, I'll try and find some time to move that to the antora docs and make sure it's aligned with the actual packages (that page doesn't mention rabbit anywhere and I'm pretty sure we have at least 2 assemblies using rabbit. 
    


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[GitHub] [james-project] jeantil commented on a change in pull request #389: JAMES-3565 Use apache/james images

Posted by GitBox <gi...@apache.org>.
jeantil commented on a change in pull request #389:
URL: https://github.com/apache/james-project/pull/389#discussion_r613819675



##########
File path: dockerfiles/run/docker-compose.yml
##########
@@ -10,7 +10,7 @@ services:
       - rabbitmq
       - swift
     entrypoint: bash -c "java -Dworking.directory=/root/ -Dlogback.configurationFile=/root/conf/logback.xml -jar james-server.jar"
-    image: linagora/james-rabbitmq-project:latest
+    image: apache/james:distributed-3.6.0

Review comment:
       is there a doc on what the naming scheme is  ? (I created a custom SMTP only server, I wasn't too sure how to name it) if the naming scheme is clear I intend to align with it before proposing this assembly back to the project.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[GitHub] [james-project] rouazana commented on a change in pull request #389: JAMES-3565 Use apache/james images

Posted by GitBox <gi...@apache.org>.
rouazana commented on a change in pull request #389:
URL: https://github.com/apache/james-project/pull/389#discussion_r617331644



##########
File path: docs/modules/servers/pages/15-minute-demo.adoc
##########
@@ -96,28 +80,28 @@ Create a new "test.local" domain:
 
 [source,bash]
 ----
-./james addDomain test.local
+docker exec james james-cli addDomain test.local
 ----
 
 List the domains again to ensure that "test.local" has successfully been added:
 
 [source,bash]
 ----
-./james listDomains
+docker exec james james-clivv listDomains
 ----
 
 Add the user "testuser" to the "test.local" domain with password "password":
 
 [source,bash]
 ----
-./james addUser testuser@test.local password
+docker exec james james-cliv addUser testuser@test.local password

Review comment:
       cliv here

##########
File path: docs/modules/servers/pages/15-minute-demo.adoc
##########
@@ -96,28 +80,28 @@ Create a new "test.local" domain:
 
 [source,bash]
 ----
-./james addDomain test.local
+docker exec james james-cli addDomain test.local
 ----
 
 List the domains again to ensure that "test.local" has successfully been added:
 
 [source,bash]
 ----
-./james listDomains
+docker exec james james-clivv listDomains

Review comment:
       idem

##########
File path: docs/modules/servers/pages/15-minute-demo.adoc
##########
@@ -87,7 +71,7 @@ List all the current users:
 
 [source,bash]
 ----
-./james listUsers
+docker exec james james-clivv listUsers

Review comment:
       clivv?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[GitHub] [james-project] Arsnael commented on a change in pull request #389: JAMES-3565 Use apache/james images

Posted by GitBox <gi...@apache.org>.
Arsnael commented on a change in pull request #389:
URL: https://github.com/apache/james-project/pull/389#discussion_r612996204



##########
File path: dockerfiles/run/docker-compose.yml
##########
@@ -10,7 +10,7 @@ services:
       - rabbitmq
       - swift

Review comment:
       Did you try to run this locally? I doubt it works with this old swift object storage version




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[GitHub] [james-project] chibenwa commented on pull request #389: JAMES-3565 Use apache/james images

Posted by GitBox <gi...@apache.org>.
chibenwa commented on pull request #389:
URL: https://github.com/apache/james-project/pull/389#issuecomment-820208285


   http://james.apache.org/server/packaging.html sounds like the right page


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[GitHub] [james-project] Arsnael commented on a change in pull request #389: JAMES-3565 Use apache/james images

Posted by GitBox <gi...@apache.org>.
Arsnael commented on a change in pull request #389:
URL: https://github.com/apache/james-project/pull/389#discussion_r612996204



##########
File path: dockerfiles/run/docker-compose.yml
##########
@@ -10,7 +10,7 @@ services:
       - rabbitmq
       - swift

Review comment:
       Did you try to run this locally? I doubt the new release works with this old swift object storage version




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[GitHub] [james-project] chibenwa commented on a change in pull request #389: JAMES-3565 Use apache/james images

Posted by GitBox <gi...@apache.org>.
chibenwa commented on a change in pull request #389:
URL: https://github.com/apache/james-project/pull/389#discussion_r617421339



##########
File path: docs/modules/servers/pages/15-minute-demo.adoc
##########
@@ -96,28 +80,28 @@ Create a new "test.local" domain:
 
 [source,bash]
 ----
-./james addDomain test.local
+docker exec james james-cli addDomain test.local
 ----
 
 List the domains again to ensure that "test.local" has successfully been added:
 
 [source,bash]
 ----
-./james listDomains
+docker exec james james-clivv listDomains
 ----
 
 Add the user "testuser" to the "test.local" domain with password "password":
 
 [source,bash]
 ----
-./james addUser testuser@test.local password
+docker exec james james-cliv addUser testuser@test.local password

Review comment:
       I have a sensibility issue on my keyboard, it is very annoying...




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[GitHub] [james-project] chibenwa commented on pull request #389: JAMES-3565 Use apache/james images

Posted by GitBox <gi...@apache.org>.
chibenwa commented on pull request #389:
URL: https://github.com/apache/james-project/pull/389#issuecomment-823965284


   See https://github.com/apache/james-project/pull/398


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[GitHub] [james-project] chibenwa merged pull request #389: JAMES-3565 Use apache/james images

Posted by GitBox <gi...@apache.org>.
chibenwa merged pull request #389:
URL: https://github.com/apache/james-project/pull/389


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[GitHub] [james-project] chibenwa commented on pull request #389: JAMES-3565 Use apache/james images

Posted by GitBox <gi...@apache.org>.
chibenwa commented on pull request #389:
URL: https://github.com/apache/james-project/pull/389#issuecomment-820545518


   One assembly. We got rid of the ldap variation, bundled in the base package.
   
   I'll see for refreshing this page, but in another pr...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[GitHub] [james-project] chibenwa commented on pull request #389: JAMES-3565 Use apache/james images

Posted by GitBox <gi...@apache.org>.
chibenwa commented on pull request #389:
URL: https://github.com/apache/james-project/pull/389#issuecomment-820936288


   If there's comments I agree fixing them in another PR. I'll move on.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org