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

Sending External Emails From Apache James Server

I have created users on my local Apache James Server. I can send e-mails from my Java Spring code and it works, but when sending to an external e-mail address I get the following exception on the server: james.mailetcontext | Temporary exception…
user1646481
  • 1,267
  • 6
  • 21
  • 29
0
votes
2 answers

Apache James gives: ClassNotFoundException: com.mysql.jdbc.Driver

I've configured Apache James as per the wiki: thufir@dur:~/apache-james-3.0-beta4$ thufir@dur:~/apache-james-3.0-beta4$ tail bin/setenv.sh # limitations under the License. #…
Thufir
  • 8,216
  • 28
  • 125
  • 273
0
votes
1 answer

Apache James Undeliverable Email

Is there a way to have Apache James send an undeliverable email to a default email of some sort if the address is undeliverable for whatever reason? If storing the mail folders in a database, having some other sort of mechanism for collecting…
ryandlf
  • 27,155
  • 37
  • 106
  • 162
0
votes
0 answers

can not receive email after server running few days

I had deployed apache james and a java mail application on business server. It works good about a week, but today, users complained that they can not receive new mail any more. I restart the server(the computer) and all solved. I don't know what's…
Joshua
  • 125
  • 2
  • 16
0
votes
1 answer

Can not send email when there are a lot of receivers

My email code works well when I just send an email to a few people, but when I sending to all users(177) in contact, I got this error: [ERROR] - org.apache.commons.mail.EmailException: Sending the email to the following server failed :…
Joshua
  • 125
  • 2
  • 16
0
votes
2 answers

Sent Items folder not available in James Server 3

I am using James server 3 beta with MySQL database as a repository to develop a mail client application. I am able to send/receive mails from the application. But I want to store a copy of the sent emails in the Sent Item folder which is not…
Semytech
  • 623
  • 1
  • 10
  • 17
0
votes
1 answer

Running pom.xml fails on an Apache project-James

I am getting error Failed to execute goal on project james-server: Could not resolve dependencies for project org.apache.james:james-server:jar:2.3.2: Failed to collect dependencies for [org.bouncycastle:bcmail-jdk14:jar:129 (compile),…
merveotesi
  • 2,145
  • 15
  • 53
  • 84
-1
votes
0 answers

How to use james server 3.8 and its created DB tables

Am working on upgrading the james server from 2.3 to 3.8, upgrading to spring flavored version. Able to get it up and running but not able to get its behavior and functionality and its settings on handling the email transactions. I have couple of…
PravMan
  • 21
  • 4
-1
votes
1 answer

how to solve this issue about InvalidClassException when deserializing objects from inputstream?

I am using james2.3.2 to be my mail server and the backend is mysql 5.5. I got a exception as the following: 23/06/11 16:39:49 DEBUG mailstore: Exception reading attributes Mail1308818378708-0-to-163.com in spool java.io.InvalidClassException:…
SuoNayi
  • 41
  • 5
-1
votes
3 answers

How can I run a method after return?

I am trying to run a method after returning data in a set of code. If I put it below the return, it will become unreachable code. If I put in above, I am not able to extract data out of it since it will only insert the data into SQL after the return…
Nicky
  • 63
  • 1
  • 2
  • 11
-1
votes
1 answer

What is recommended for handling messages for team collaboration

Am working on a JSF social media project that allows for collaboration among users. Am thinking of using an email system where all members would receive and send messages within the portal. Should i store the messages in a database or an email…
Abiodun Osinaike
  • 155
  • 1
  • 4
  • 14
-1
votes
1 answer

Performance of Apache James Mail Server is poor on Windows

I built mail server using Apache James 2.3.2 and I found James works fine on Linux. Howerver, its performance on windows is very poor. In case of Linux, James can send bout 1000 messages per minute. But on Windows, it can only send about 12 or 13…
zyc
  • 1
  • 2
-2
votes
1 answer

How to extract attachment using Mime4j 0.7.2

Can anybody help in pointing me to some code to extract attachments from Multipart Mime using Mime4j? I couldn't find any, I need it for Mime4j 0.7.2(latest). I am trying to process attachments from James Hook/Mailets.
Sathish Kumar
  • 313
  • 2
  • 15
1 2 3
11
12