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

How useful is James jSieve?

I am looking to create some filters of different complexity for Apache James. My question is: How useful is James jSieve? What are benefits of using it? How current/actively-developed it is? I already looked at the standard matcher & mailets. I…
Daniil Shevelev
  • 11,739
  • 12
  • 50
  • 73
0
votes
1 answer

Is there a war file of James-3 to deploy it in glassfish / tomcat?

I am using James-3-beta-4 mail server from apache, where can i find the server as a war file to deploy it in the application server? Is that possible ?
john miran
  • 393
  • 2
  • 13
0
votes
0 answers

Configuring Alfresco with james server to receive inbound mails with attachment which gets uploaded into folder

I am using Alfresco 4.2c community edition . My requirement is to send a mail from user configured in James server so that the attachment i send to a mail id of a particular folder is uploaded into the folder . I have written the following code…
user2361591
  • 153
  • 1
  • 14
0
votes
1 answer

Is there an Admin Console for JAMES 3?

I am using Java Apache Mail Enterprise Server 3. Each time I need a new user, I have to run a batch file and enter the command adduser username password. Is there any admin console for James3 like the one found for James 2.3.2 ?
primeFaceUser
  • 295
  • 2
  • 15
0
votes
1 answer

Cannot connect to mailserver using javamail

I am trying to connect to IMAP server to read mails knowing that the IMAP mailserver is a local APache JAMES Mailserver. When using pop3 protocol, everything succeed, sending / retrieving messages between clients... But when i changed the protocol…
primeFaceUser
  • 295
  • 2
  • 15
0
votes
1 answer

Apache James 3 DataBase DataSource

How to configure the DataSource tag in the Spring-Server.xml ? I have been trying to configure it, but actually i didn't find any useful reference about that : i was writing it this how :
primeFaceUser
  • 295
  • 2
  • 15
0
votes
2 answers

using James MailServer to Create a MailingSystem deplayed on Glassfish

I am attempting to make a mailing system using a local mailserver (Apache James Mailserver), also using the JavaMail and JFA APIs Can i do that ? any body has an idea about the ideal way to accomplish such a goal?
primeFaceUser
  • 295
  • 2
  • 15
0
votes
0 answers

How to send no-reply email via apache-james in scala (java)?

I'm new in scala. I'm using apache-james-3.0, Scala in my project. I want to send notify message as no-reply@myservicename.com to external email. James has a postmaster (http://james.apache.org/server/3/config-mailetcontainer.html). My problem is i…
Bob
  • 1,351
  • 11
  • 28
0
votes
1 answer

Can not receive emails on Apache James email server

I have installed Apache James email server on a windows machine. I am using Firefox Thunderbird as email client. I could add a new domain mydomain.com by copying the domainlist.xml in conf folder of James server and making it default domain.…
Here to Learn.
  • 677
  • 2
  • 10
  • 31
0
votes
2 answers

how to send mail using apache james email server to gmail

I am trying to send mail using apache james server. I have done with all james configuration. My code executes correctly there is no exception. But mail could not deliver. Here is my sample code public void sendMail(String toField, String subject,…
0
votes
4 answers

Fail to connect to james server localhost

I'm trying to connect to James server localhost, but I'm getting an exception javax.mail.MessagingException: Could not connect to SMTP host: localhost, port:25; nested exception is: java.net.SocketException: Network is unreachable:…
Dusk
  • 2,191
  • 6
  • 38
  • 57
0
votes
2 answers

sentbox in James

I am new to web development. I am using James mail server. I created two domains and two users respectively. I am able to send messages to one another and get the messages from 'inbox' folder by the assist of this. I cannot find the way of getting…
boburShox
  • 2,630
  • 5
  • 23
  • 35
0
votes
2 answers

Can't receive emails from Apache James

I developed a webmail to link apache james and it works. But some user cannot receive emails from james. I set mailSession.setDebug(true) and trace two users' logs(sa can receive, the other cannot). The difference shows below: the user who can…
Joshua
  • 125
  • 2
  • 16
0
votes
2 answers

Open javamail folder failed

I developed an email website using javamail and apache-james and it works well mostly. But some user got Open failed Exception and cannot receive new mail. The code of receive email: Session mailSession = Session.getInstance(System.getProperties(),…
Joshua
  • 125
  • 2
  • 16
0
votes
1 answer

RemoteHost said: 550 Your HELO string is incorrect in James Apache Server

I'm using James Apache Server to send mails. For Gmail, and other services all mails are delivered successfully. But there is one, which responds: RemoteHost said: 550 Your HELO string is incorrect In smtpserver.xml there is a line:
Alec
  • 352
  • 1
  • 5
  • 16
1 2 3
11
12