Questions tagged [james]

The Apache James is a pure Java SMTP, POP3 Mail server, IMAP and NNTP News server designed to be a complete and portable mail/messaging engine solution based on open messaging protocols.

The Apache James Project delivers a rich set of open source modules and libraries, written in Java, related to Internet mail communication which build into an advanced enterprise mail server. Thanks to extensible design James may serve as embedded mail server or as a base for custom mail processing software.

Some of James's modules are exposed as a separate artifacts, like SPF implementation, Sieve language implemntation or DKIM implementation.

Useful links:

Apache-hosted project wiki

James mailet API, robust Java API for custom mail processing rules

178 questions
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

How to config and run Apache James Server 3.7.0 on Windows

How to set up and configure Apache James Server 3.7.0 on Windows
cealex
  • 173
  • 7
0
votes
1 answer

How to monitor ActiveMQ queue in Apache James

We're using Apache James 3.0-beta4 which uses embedded ActiveMQ 5.5.0 for FIFO message queue, and sometimes messages get stuck. Therefore, we need to monitor it. Is there any way to monitor an ActiveMQ queue like message size and most recent…
JackTheKnife
  • 3,795
  • 8
  • 57
  • 117
0
votes
1 answer

Apache James relay setup

I am new to Apache James and am trying to setup James as a server in between my application and an email server. I use James to change the attachments and then resend the new file to our email server. I have been able to complete most part but have…
NewCoder
  • 21
  • 2
0
votes
1 answer

How to set hostname used in JavaMail or Apache James Message-Id header?

I am having issues with mail bouncing when sending from my own server to my own active yahoo account using JavaMail. The mails are passing SPF, DKIM and DMARC according to google mail that receives the same messages being bounced by yahoo. I can…
Jason K.
  • 790
  • 1
  • 14
  • 22
0
votes
1 answer

how to update James‘s netty version to 4.xx?

the james project still use old netty version 3.xxx, how to update it to 4.xxx? https://github.com/apache/james-project in the file pom.xml, has defines the netty version 3.10.6.Final when i change this …
tianzhenjiu
  • 106
  • 5
0
votes
1 answer

How to access config.xml of James from the POP3Server class?

I am changing some parts of the James POP3Server class and inject it afterwards via IoC. I need to configure some parts I like to use in my modifications, and I thought it would be handy if I could use the config.xml to store my…
Sebastian
  • 786
  • 1
  • 8
  • 22
0
votes
1 answer

Migration from Apache James 2.3.2 to 3.4.0

We have an application that uses Apache James 2.3.2, which is an older but stable version. We plan to migrate to the latest Apache James 3.4.0 and we have been going through the documentation for the same. On this page, we see a note that…
ronan696
  • 13
  • 3
0
votes
1 answer

Apache james 3.4 message spooled but not delivered

Installed apache james 3.4 on my local machine. Tried sending a smtp email , enabled debug mode in logs , I can see that email was received and sent to spool but it does not really go to database or get stored anywhere. Could see below logs after an…
Karthik Reddy
  • 69
  • 1
  • 1
  • 3
0
votes
1 answer

Apache James - E-mail is sent but can't fetch

I'm trying to setup a local Apache James mail server to development purposes but it is not working. Here is what I did so far: Installed Apache James (v3.4.0), started service and added a user 'test@localhost'. Setup account on Mozila Thunderbird…
Emilio Numazaki
  • 836
  • 1
  • 5
  • 25
0
votes
0 answers

How to create an email gateway with two email server as backend email server

I know we can use Nginx as a reverse proxy to forward traffics to multiple upstream server. Now I want to know how can I get such thing for email? I want to have an email gateway or email proxy to deliver the received emails to the proper email…
Sinai
  • 620
  • 1
  • 14
  • 36
0
votes
1 answer

ERROR 01:09:18,071 | Unable to obtain a connection to the POP3 server

I try to install & configure Apache JAMES, and when I start run.bat in cmd in Windows I have this error ERROR 01:19:18,142 | org.apache.james.fetchmail.StoreProcessor | A MessagingException has terminated processing of this…
0
votes
0 answers

Apache James fails to read JAVA_HOME

Even though JAVA_HOME is set correctly, still Apache James fails to start with message ERROR: JAVA_HOME not found in your environment. I have correctly installed latest version of JDK 8 (jdk1.8.0_231) and running all the IDEs (NetBeans) and Servers…
Singam
  • 443
  • 3
  • 12
0
votes
2 answers

Apache James Installation Issue - java.lang.UnsupportedClassVersionError:

I am trying to install apache james 3.3.0 in windows 7 service pack 1, in which both jd 1.7, and 1.8 already installed. But while running the james i am getting the below error. Exception in thread "main" java.lang.UnsupportedClassVersionError:…
say_eed
  • 9
  • 3
0
votes
2 answers

Problem with Apache James

I'm trying send email using Apache James, as server, for external account and I'm receiving the following exception : Caused by: com.sun.mail.smtp.SMTPAddressFailedException: 550 5.7.1 Requested action not taken: relaying denied at…