Re: issues building 3.8.1 from source

2024-06-08 Thread Tung Tran Van
> "JAVA_HOME not set" - after setting JAVA_HOME Arch also gets the build > done. > > So long, > > have a nice weekend everyone. > > Matt > Greetings from Germany > > > ----- > To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org > For additional commands, e-mail: server-user-h...@james.apache.org > > -- Tung, Tran Van *Phone:* (+84) 35 757 6258

Re: Help with "no domain found" error James 3.8.0

2024-01-08 Thread Tung Tran
logs in logback configuration file, you should not see them anymore I believe. But nothing to be alarmed of I think :) Best regards, Rene. On 12/13/23 10:34, Tung Tran wrote: It just a JPAQuery, the JamesDomain is an entity of table JAMES_DOMAIN. :name is a "dynamic marker" as you wro

Re: Help with "no domain found" error James 3.8.0

2023-12-12 Thread Tung Tran
it's undocumented, looks rather obscur (as a name) and doesn't seem really tested in the code I realized though... Might need to add a little something there :) Best regards, Rene. On Oct 26, 2023 1:36 AM, from Matt Pryor Thanks a lot Tung will try that tomorrow. On Wed, 25 Oct 2

Re: Docker Image Tags

2023-11-07 Thread Tung Tran Van
/target/jib-image.tar. After that `docker load -i jib-image.tar` to get the image. If you want to build image `apache/james: jpa-3.7.2`, you can `git checkout james-project-3.7.2` and then run the command maven build. Cheer, Tung, Tran Van On Tue, Nov 7, 2023 at 8:33 PM Garrett Singletary wrote

Re: Can two James instances share the same database?

2023-11-03 Thread Tung Tran Van
Hi, Which James version you using? Jpa server? Vào Th 6, 3 thg 11, 2023 lúc 21:08 Matt Pryor < pr...@international-presence.com> đã viết: > Hi, we have set up two instances of James 3.8.0 (one main and one backup). > > Is there any reason why the two instances cannot share the same database? > >

Re: Help with "no domain found" error James 3.8.0

2023-10-25 Thread Tung Tran
Hi Have you created a domain name yet? By admin api, James Command line... Ex: https://james.apache.org/server/manage-cli.html#Manage_Domains Tung, On 25/10/2023 22:16, Matt Pryor wrote: Hi, I'm seeing the following error in the logs: 16:07:55.691 [DEBUG] o.a.j.d.j.JPADomainList - No domain fo

Re: Error while starting Mail Server POD in Kubernetes

2023-07-24 Thread Tung Tran
Hi, Did you try to convert ".crt" file to publicKey? Example command: "openssl x509 -pubkey -noout -in domain.crt" Then retry with publicKey value (not certificate value) On 24/07/2023 12:31, Gaurav Tyagi wrote: Key is not an instance of SubjectPublicKeyInfo but of null -

Re: Cannot receive email for local users

2023-04-17 Thread Tung Tran Van
ES awesome SMTP Server > ehlo test > 250-mail.example.com Hello test [127.0.0.1]) > 250-PIPELINING > 250-ENHANCEDSTATUSCODES > 250 8BITMIME > mail from: > 250 2.1.0 Sender OK > rcpt to: > 550 5.1.1 Unknown user: test.u...@example.com > Connection closed by foreign host. > - > To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org > For additional commands, e-mail: server-user-h...@james.apache.org > > -- Tung, Tran Van *Phone:* (+84) 35 757 6258

Re: JRE 1.11 Requirement

2021-12-15 Thread Tung Tran Van
switch to > time-based releases with Java 9, the naming scheme changed, and Java > versions aren’t prefixed with 1.x anymore. > > Does it mean the required version is Java 11 instead of 1.11? > > Kindly let me know, > > Best Regards, > -- Tung, Tran Van *Phone:* (+84) 35 757 6258 *Skype:* tung.tv202

Re: What is difference between Message-Id and EmailId ?

2021-04-14 Thread Tung Tran Van
/ mime4j should set one if none is specified. > > Last but not least: this is a rather technical discussion, more related > to James development, but maybe not relevant for James users. As such I > believe next time we want to discuss technical details related to James > development (wh

What is difference between Message-Id and EmailId ?

2021-04-14 Thread Tung Tran Van
results, I detect that the Message-ID Header has other value. So, What is the purpose of the Message-ID Header? How is it created? May somebody help me understand it? *Thank you,* *Tung, Tran Van*