Questions tagged [apache-james]
14 questions
2
votes
1 answer
Apache James with AWS Keyspaces for Cassandra
Trying to connect Apache James with AWS Keyspaces. James is able to connect but, failing with the above error after few seconds.
According to the stack trace the exception is thrown from the above method.
Any help is appreciated.
Thank you,

Jishnu S
- 71
- 7
1
vote
1 answer
How to create Mail Server using Apache James in Spring Boot?
Actually this topic is new for me. So Can someone give advice regarding this topic? Or right work path.
Have to create own mail server which handle testing mail request
e.g. username@.com
Thanks in advance.

Dhwanil Patel
- 2,273
- 1
- 18
- 28
1
vote
0 answers
Make apache james accept incoming mail addressed to any subdomain
I have an apache james server and am using the following in the domainlist.xml:
true
true
…

zelinka
- 3,271
- 6
- 29
- 42
1
vote
1 answer
How to create mock email service in Java?
I am writing a small testing library with different mock services such as HTTP, SFTP, Buckets, Email.
I have a mind block when it comes to Email Mock service. I find a Apace James docs and an article but I don't see how I can adapt it to my…

Dmytro Chasovskyi
- 3,209
- 4
- 40
- 82
0
votes
0 answers
Apache James TestContainers connection refused
I am running the equivalent of
docker run --name james_run -p "25:25" -p "465:465" -p "587:587" -p "143:143" -p "993:993" --volume "$PWD/conf:/root/conf/" --volume "$PWD/var:/root/var/" apache/james:latest
in TestContainers
james = new…

ca55idy
- 105
- 1
- 9
0
votes
1 answer
Java: Apache James In-Memory Mail Server Fails to Start?
I am attempting to embed a memory only instance of Apache James in a Java application but running into an error.
I'm following the example here:
GitHub Sample Project
Apache James Website
The error I receive is:
Failed to start application (with…

TheFunk
- 981
- 11
- 39
0
votes
0 answers
JAMES can't process activemq queue
I have a JAMES server that has been running for years now.
all the sudden we notice it stops processing messages and cpu went sky high. (it serves as a relay)
after a few tests, we noticed that the ActiveMQ store is 14 GB. we tried moving the store…

RanH
- 740
- 1
- 11
- 31
0
votes
0 answers
Apache James TLS issues
My issue may be similar to this: https://issues.apache.org/jira/plugins/servlet/mobile#issue/JAMES-3429
Wrapper.log file: Could not convert socket to TLS
I really do not understand where to fix this.

Huy Van
- 1
- 2
0
votes
0 answers
How to increase max line length in Apache James?
I could not find anything in the JAMES 3.3 documentation, how do I increase the maximum line length the SMTP server will accept??
I believe the default value is about 998, and I want to increase it in order to not reject (legit) mails with long…

RanH
- 740
- 1
- 11
- 31
0
votes
0 answers
How I can connect to James server to read the email messages
I used the command: "docker run -p "25:25" -p "143:143" apache/james:demo-3.7.3"
to create the James server and the server is UP.
08:45:58.837 [INFO ] o.a.j.w.WebAdminServer - Web admin set up to enable CORS from * 08:45:58.979 [INFO ]…

Iziksh
- 119
- 1
- 1
- 8
0
votes
1 answer
Apache James 3.7.2 Spring - SLF4J: No SLF4J providers were found
I downloaded a binary distribution of Apache James, the Spring wired distribution.
I run it but I get the below error:
C:\prod\james-server-spring-app-3.7.2\bin>run
SLF4J: No SLF4J providers were found.
SLF4J: Defaulting to no-operation (NOP)…

icarrara
- 73
- 1
- 10
0
votes
2 answers
Error starting Apach James after installation
Apache James was not running after starting James Spring a few seconds../james start
Error log on wrapper.log:
Caused by: org.jboss.netty.channel.ChannelException: Failed to bind to: /0.0.0.0:465
And:
Caused by: java.net.SocketException: Permission…

Huy Van
- 1
- 2
0
votes
1 answer
Exception "the system cannot find the path specified" appears occasionally when sending e-mails
I have developed an application that sends messages using SMTP to a local Apache James server. One run of the program takes approximately 3-10 minutes. I have the program ran for hours in a row for a performance test, which works fine onUbuntu.…

felix_w
- 15
- 7
0
votes
1 answer
Embedded Tomcat in Apache James
I'm trying to enhance the Spring version of the apache-james by adding some ad-hoc actuator @RestControllers.
In order to do so, I was thinking to start an embedded Tomcat 9.x server as a sidecar so that the endpoints can be…

cdprete
- 53
- 1
- 9