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
1
vote
1 answer

Injecting emails into Kafka or any other message queue

So my requirement is : I have alert emails coming into my email address ( outlook ); I want to move those ( forward ) email to a linux machine so that I can use them to push into a DB. --> Is there a way to get emails from my outlook box to a…
1
vote
0 answers

Configuring Apache James for custom domain with spring

I am developing a MTA using Apache James could anyone please let me know how to configure the spring xml for custom domain mail deliveries. Any suggestions on the topic is entertained.
mrMaverick
  • 41
  • 1
  • 5
1
vote
0 answers

Apache James 3 unexpectedly quits after few seconds

I always get this whenever I try to add domain Error connecting to remote JMX agent : Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1;…
Ezekiel
  • 671
  • 5
  • 13
1
vote
1 answer

Can I use Apache James as an SMTP API

My requirements are different than others. I need to expose an SMTP interface to a customer, but I will need to use a different MTA to actually send messages. I will need to capture the message submitted by SMTP and do a considerable processing of…
ipolevoy
  • 5,432
  • 2
  • 31
  • 46
1
vote
2 answers

Apache James Mail Server: Where to put custom Mailets?

I want to wite a custom Mailet for the Apache James Mail Server. I'm running James through Docker via the linagora/james-project image. The setup works (only locally of course, but that's enough for the moment), as I can set up accounts and connect…
JLubberger
  • 43
  • 7
1
vote
2 answers

How to change a password to an user in apache james

I want to change the password to an specific user of a james server. Thanks
1
vote
2 answers

Transport agnostic IMAP client implementation in Java?

Objective: An IMAP client running on top of Netty OR NIO Problem: No such thing seems to exist. So I am attempting to put together something myself. I have a faily good grasp on Netty but what I am missing is a lib/routines I can delegate…
artur
  • 1,710
  • 1
  • 13
  • 28
1
vote
1 answer

DKIM bad Signature. Expeted Body Hash is the same as the BH sended. Apache James

I made a lot of research about this topic. I have an Apache James 2.3.2.1 Mail Server. I'm configuring it as a production server. I got it running, and stable, but implementing jDKIM have been troublesome. I found these links to get it…
Moises
  • 23
  • 5
1
vote
3 answers

JavaMail JamesServer: Email is marked as spam

Email sent from JamesServer are marked as spam. I am using JavaMail to connect to JamesServer to send emails. To test spam, I am using the mail-tester.com site. This site tells me the email are marked as spam with a negative threshold for below: …
User12111111
  • 1,179
  • 1
  • 19
  • 41
1
vote
1 answer

Unrecognized SSL message while sending mail from localhost using STARTTLS

I am currently investigating James Mail Server and have an instance running on my local machine. I am trying to send an email using the below code by am running into the exception listed further down: public static void send() { try { …
Sumit
  • 540
  • 9
  • 20
1
vote
3 answers

Send failure (javax.mail.MessagingException: Unable to obtain SASL authenticator)

I have rather unique setup. I am not sure if others have tried this. I have the following VirtualBox setup. Host is a OS X (Maverick) Guest is Windows 7 64 bit. I have an apache james-2.3.2 running on the Guest. I have several users on this james…
A j
  • 1,069
  • 2
  • 16
  • 29
1
vote
1 answer

Resent headers in MIME email

I want to know more about the resent headers (resent-from, resent-to, resent-date etc) that get prepended to an email's header. When do these headers get added? Do they get added by the server or the mail client program? I need to write a Java…
Pooja Thaker
  • 21
  • 1
  • 4
1
vote
1 answer

Apache James Mail Server - Save attachments on filesystem

I'm using Apache James version 3.0-beta1 and I would like to know if there is a way to save separately the body of the e-mails from the attachments. Right now both of them are saved inside the DB, that leads to a noticeable increase in the table…
Vittorio Cozzolino
  • 931
  • 1
  • 14
  • 31
1
vote
1 answer

error configuring apache james 2.3.2 to support ssl: NoSuchAlgorithmException

I've downloaded apache james 2.3.2. At the moment I just want to get it working on localhost with ssl encyption (but I know very little about ssl). Initially I managed to get it running, create accounts (by running james-2.3.2/bin/run.bat) and…
d46wrc
  • 21
  • 5
1
vote
1 answer

Apache james mail server running status in Grails

we are using Apache james server with grails 2.1.1 to send and receive emails on our application. Now we want to display an on/off icon on the page which can determine whether the James Mail Server is running or not. So, is there a way in Java or…
Wasim
  • 896
  • 7
  • 24