[jira] [Commented] (JAMES-3220) Clarify DomainList Configuration

2020-06-14 Thread Benoit Tellier (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17135503#comment-17135503 ] Benoit Tellier commented on JAMES-3220: --- >autodetect &autodetectIP : Is this still

[jira] [Commented] (JAMES-3220) Clarify DomainList Configuration

2020-06-14 Thread Benoit Tellier (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17135501#comment-17135501 ] Benoit Tellier commented on JAMES-3220: --- > Can we simply remove this confusing text

Re: Custom Authentication

2020-06-14 Thread David Leangen
> We don't have examples for this yet. > > The closer could be > https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-ldap-guice/src/main/java/org/apache/james/CassandraLdapJamesServerMain.java > bringing in LDAP UsersRepository for cassandra-guice server. Thanks.

Re: Regarding "Users"

2020-06-14 Thread David Leangen
> An extension developer is a special kind of user, who understands and > leverage James extension mechanism (so yes). Makes sense! And I like the term “Extension Developer” as opposed to “(James) Developer”. I am currently “User”, but I want to soon become an “Extension Developer”. For me it

Re: Custom Authentication

2020-06-14 Thread Tellier Benoit
We don't have examples for this yet. The closer could be https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-ldap-guice/src/main/java/org/apache/james/CassandraLdapJamesServerMain.java bringing in LDAP UsersRepository for cassandra-guice server. The "main server"

Re: Regarding "Users"

2020-06-14 Thread Tellier Benoit
An extension developer is a special kind of user, who understands and leverage James extension mechanism (so yes). Le 15/06/2020 à 13:02, David Leangen a écrit : >>> * What is meant by “James User” (as opposed to “Developer")? >> In my opinion a user is someone running James. He don't compile nor

Re: Regarding "Users"

2020-06-14 Thread David Leangen
>> * What is meant by “James User” (as opposed to “Developer")? > In my opinion a user is someone running James. He don't compile nor > write James related code. So does this mean that writing code for a Mailet or a Listener or whatever is done by a “Developer”? Or would a “Mailet Developer” be

Re: Regarding "Users"

2020-06-14 Thread David Leangen
> In my opinion… Thank you for the informative reply! I will wait to see if anybody else provides an opinion before I respond. Cheers, =David signature.asc Description: Message signed with OpenPGP

Re: Logging warning

2020-06-14 Thread David Leangen
>> When attempting to use the CLI, I encounter this warning: > Very likely we have 2 logging dependencies on the classpath. > > This needs to be rationalised. I will add this to JAMES-3214 as this > relates to cleaning dependency mess… Perfect, thank you! signature.asc Description: Message

Re: Custom Authentication

2020-06-14 Thread David Leangen
>> Ideally, I would like to use my existing useradmin / auth system, which has >> a REST interface. > > Nowadays, you would write a UsersRepository implementation interacting > with your REST interface. You would define your custom server reusing > jpa-guice prepackages server guice module but sp

Re: Regarding "Users"

2020-06-14 Thread Tellier Benoit
Le 14/06/2020 à 10:46, David Leangen a écrit : > Hello Apache James Community! > > As you may know, I became interested in James and wanted to learn about how > to set up my own mail server. My main interests in James are (1) the admin > api and (2) the ability to extend via Mailets. I was in

Re: Custom Authentication

2020-06-14 Thread Tellier Benoit
Le 12/06/2020 à 18:30, David Leangen a écrit : > Hi! > > Looking at this page: > > https://james.apache.org/server/3/config-users.html > > It looks like there are 4 ways to configure the user repository: > > * JPA > * JDBC > * File > * LDAP > > > Is it possible to use a custom authen

[jira] [Commented] (JAMES-3214) Remove test only libraries from being pulled as transitive dependencies of production artifacts

2020-06-14 Thread Benoit Tellier (Jira)
[ https://issues.apache.org/jira/browse/JAMES-3214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17135402#comment-17135402 ] Benoit Tellier commented on JAMES-3214: --- https://www.mail-archive.com/server-dev@ja

Re: Logging warning

2020-06-14 Thread Tellier Benoit
Very likely we have 2 logging dependencies on the classpath. This needs to be rationalised. I will add this to JAMES-3214 as this relates to cleaning dependency mess... Cheers, Benoit Le 13/06/2020 à 20:18, David Leangen a écrit : > > Hi! > > For the documentation, I have been trying to run t